Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    The GPRS system is used by GSM Mobile phones, the mostcommon mobile phone system in the world (as of 2004), for transmitting
    IP packets. The GPRS Core Network is the
    centralised part of the GPRS system and also provides support for
    UMTS based 3G networks. The GPRS core network is an integrated part of the GSM core network.


        GPRS Core Network
            GPRS Core Network in General
            GPRS Tunnelling Protocol (GTP)
            GPRS Support Nodes (GSN)
                GGSN - Gateway GPRS Support Node
                SGSN - Serving GPRS Support Node
                Common SGSN Functions
                GSM/EDGE Specific SGSN functions
                UMTS Specific SGSN functions
            Access Point
            PDP Context
            Reference Points and Interfaces
                Interfaces in the GPRS network

    top

    GPRS Core Network in General







    The GPRS Core Network (GPRS stands for General Packet Radio
    Services) provides mobility management, session management and
    transport for Internet Protocol packet services in GSM and UMTS
    networks. The core network also provides support for other additional
    functions such as charging and lawful interception. It was
    also proposed, at one stage, to support packet radio services in the
    US TDMA system, however, in practice, most of these networks are being
    converted to GSM so this option is becoming largely irrelevant.

    Like GSM in general, GPRS is an open standards driven system and the
    standardisation body is the 3GPP.


    top

    GPRS Tunnelling Protocol (GTP)

    main article GPRS Tunnelling Protocol


    GPRS Tunnelling Protocol is the defining IP protocol of the GPRS core network. Primarily it is the protocol which allows end users of a GSM or UMTS network to move from place to place whilst continuing to connect to the internet as if from one location at the GGSN. It does this by carrying the subscriber's data from the subscriber's current SGSN to the GGSN which is handling the subscriber's session. Three forms of GTP are used by the GPRS core network.

      GTP-U for transfer of user data in separated tunnels for each PDP context
      GTP-C for control reasons including:
        verification of GSN reachability
        updates, e.g. as subscribers move from one SGSN to another.
      GTP' for transfer of charging data from GSNs to the charging function.

    GGSNs and SGSNs (collectively known as GSNs) listen for GTP-C messages on UDP port 2123 and for GTP-U messages on port 2152. This communication happens within a single network or may, in the case of international roaming, happen internationally, probably across a GPRS Roaming Exchange (GRX).

    The "Charging Gateway Function" (CGF) listens to GTP' messages sent from the GSNs on UDP port 3386. The core network sends charging information to the CGF, typically including PDP context activation times and the quantity of data which the end user has transferred. However, this communication which occurs within one network is less standardised and may, depending on the vendor and configuration options, use proprietary encoding or even an entirely proprietary system.

    top

    GPRS Support Nodes (GSN)

    A GSN is a network node which supports the use of GPRS in the GSM core
    network. All GSNs should have a Gn interface and support the
    GPRS tunnelling protocol. There are two key variants of the GSN;
    the GGSN and the SGSN defined below.

    top

    GGSN - Gateway GPRS Support Node

    The GGSN is the node which carries out the role in GPRS equivalent to
    the Home Agent in Mobile IP. It is a router which detunnels user data
    from GPRS Tunnelling Protocol and sends out normal user data IP packets.

    top

    SGSN - Serving GPRS Support Node

    The SGSN is the node which in some sense carries out the same function
    as the Foreign Agent in Mobile IP. However, an SGSN is actually
    considerably more complex since it also does the full set of
    interworking with the connected radio network. This means that the
    functions carried out by the SGSN vary quite considerably between
    GSM and UMTS. The GGSN provides the connectivity to the IP network and the SGSN. It is responsible for IP address assignment and is the default router for the connected UE.

    top

    Common SGSN Functions

      Detunnel GTP packets from the GGSN (downlink)
      Tunnel IP packets toward the GGSN (uplink)
      Carry out mobility management as Standby mode mobile moves from Routing Area to Routing Area.
      Billing user data

    top

    GSM/EDGE Specific SGSN functions

      Carry up to about 60 kbit/s (150 kbit/s for Edge) traffic per subscriber
      Connect via frame relay or IP to the PCU using the Gb protocol stack
      Accept uplink data to form IP packets
      Encrypt downlink data, decrypt uplink data
      Carry out mobility management to the level of a cell for connected mode mobiles;

    top

    UMTS Specific SGSN functions

      Carry up to about 300 kbit/s traffic per subscriber
      Tunnel/detunnel downlink/uplink packets toward the RNC
      Carry out mobility management to the level of an RNC for connected mode mobiles.

    These differences in functionality have led some manufacturers to
    create specialist SGSNs for each of UMTS and GSM which do not support
    the other networks, whilst other manufacturers have succeeded in
    creating both together, but with a performance cost due to the compromises
    required.

    top

    Access Point
    Main article Access Point Name


    An access point is:
      An IP network to which a mobile can be connected
      A set of settings which are used for that connection
      A particular option in a set of settings in a mobile phone


    When a GPRS mobile phone sets up a PDP context, the access point
    is selected. At this point an Access Point Name (APN) is
    determined

    Example: flextronics.mnc012.mcc345.gprs.

    Example: internet

    Example: mywap.


    This access point is then used in a DNS query to a private DNS
    network. This process (called APN resolution) finally gives the IP
    address of the GGSN which should serve the access point. At this
    point a PDP context can be activated..

    top

    PDP Context

    The PDP context is a data structure present on both the SGSN and
    the GGSN which contains the subscriber's session information when the
    subscriber has an active session. When a mobile wants to use GPRS, it
    must first attach and then activate a PDP context. This
    allocates a PDP context data structure in the SGSN that the subscriber
    is currently visiting and the GGSN serving the subscribers
    access point. The data recorded includes.

      Subscriber's IP address
      Subscriber's
        Tunnel ID (TEID) at the GGSN
        Tunnel ID (TEID) at the SGSN

    The tunnel ID (TEID) is a number allocated by the GSN which identifies
    the tunnelled data related to a particular PDP context.

    top

    Reference Points and Interfaces

    Within the GPRS core network standards there are a number of
    interfaces and
    reference points (logical points of connection which probably share a
    common physical connection with other reference points). Some of these names can be seen in the network structure diagram on this page.

    top

    Interfaces in the GPRS network

      Gn - IP Based interface between SGSN and other SGSNs and (internal) GGSNs. DNS also shares this interface. Uses the GTP Protocol.
      Gp - IP Based interface between internal SGSN and external GGSNs. Between the SGSN and the external GGSN, there is the Border Gateway (which is essentially a firewall). Also uses the GTP Protocol.
      Ga - The interface servers the CDRs (Accounting records) which are written in the GSN and sent to the CG (Charging Gateway). This interface uses an GTP Protocol, with extensions that supports CDRs (Called GTP' or GTP prime).
      Gr - Interface between the SGSN and the HLR. Messages going through this interface uses the MAP3 Protocol.
      Gd - Interface between the SGSN and the SMS Gateway. Can use MAP1, MAP2 or MAP3.
      Gs - Interface between the SGSN and the MSC (VLR). Uses the BSSAP+ Protocol. This interface allows paging and station availability when it performs data transfer. When the station is attached to the GPRS network, the SGSN keeps track of which RA (Routing Area) the station is attached to. An RA is a part of a larger LA (Location Area). When a station is paged this information is used to conserve network resources. When the station performs a PDP Context, the SGSN has the exact BTS the station is using.
      Gi - The interface between the GGSN and other external networks (Internet/WAP). Uses the IP protocol.
      Gx - The on-line policy interface between the GGSN and the CRF (Charging Rules Function). It is used for provisioning service data flow based charging rules. Uses the Diameter Protocol.
      Gy - The on-line charging interface between the GGSN and the OCS (Online Charging System). Uses the Diameter Protocol (DCCA application).
      Gz - The off-line charging interface between the GSN and the CG (Charging Gateway). Uses the CDRs (Accounting records).
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "GPRS Core Network". link