GsmProtocolFamily

Global System for Mobile communication (GSM) protocol family

GSM is a technology for digital wireless telecommunications, represented by a decent number of specifications. Parts of GSM are based on the fixed-line ISDN technology.

The original "air interface" for GSM handsets, for second-generation (2G) wireless telephony, was a TDMA interface; the third-generation interface, W-CDMA, is a CDMA interface. GSM, however, refers to more than just the "air interface"; it refers to the complete set of protocols.

The 3rd Generation Partnership Project (3GPP) maintains the GSM standards; most of the specifications for GSM can now be found at the 3GPP Web site.

History

Incidentally, the initial abbreviation of GSM was "Groupe Spécial Mobile" (Special Mobile Group). The acronym was preserved but a new, English meaning was given to it later, once the potential of the technology was understood.

Protocols

The GSM protocol family consists of many protocols, and other protocols are conveyed on top of these.

Network Elements and Interfaces

gsmumts.png

Network and Switching Subsystem

Circuit Switching Control Nodes ("Core Circuit")

MSC Mobile Switching Center

Controls Mobile Calls. Is in charge of the radio part. In Release 4 of UMTS, this function is split between a Media Gateway (MGw), which handles the bearer (user) traffic (voice, video, etc.) and an MSC Server, which handles the call control. In GSM and earlier releases of UMTS, the base stations communicate with the MSC, which handles both bearer traffic and call control. A Gateway MSC, or Gw MSC (or GMSC) connects to other networks, such as the PSTN or other mobile networks.

TSC Transit Switching Center

Transit Exchange for calls to be routed either between MSCs or towards other networks.

Registers

VLR Visitor Location Registry

Keeps track of the users of the network both resident and in roaming

HLR Home Location Registry

Keeps track of (a part of) the subscribers of the network and how they can use it. Each user is identified by the IMSI, a 15 digit number (Not the one printed in the SIM that is the ICCID); the first three digits are the country identifier (eg. 222 is Italy), the following two digits are the network (in Italy 01 is TIM, 02 is Vodafone), and the rest is the unique number of the SIM. The HLR contains such data as the current roaming, redirection, and special services settings.

EIR Equipment Information Registry

Keeps track of Mobile Phones; it could be used to find stolen equipment if operators were forced to use it (they make plenty of money out of calls made from stolen phones so they won't do it unless forced).

AuC Authentication Centre

Maintains information regarding the cryptographic keys that are in the SIM (Subscriber Information Module). It authenticates the user in the network.

FNR Flexible Number Registry

Keeps a Database of Numbers owned and exported by the network (Number Portability).

GSM Radio Access Network (GERAN)

BSC Base Station Controller

Maintains and controls the radio part of the network.

BTS Base Tranceiver Station

The machine with the antennae. A slave of the BSC from which it takes its configuration.

MS Mobile Set

The phone or modem. "PC" refers to a personal computer with the MS as a modem.

UMTS Radio Access Network (UTRAN)

RNC Radio Network Controller

Like the BSC but for UMTS.

Node-B (RBS) Radio Base Station

Like the BTS but for UMTS.

UE User Equipment

The phone or modem. "PC" refers to a personal computer with the UE as a modem.

GPRS Nodes (Packet Core)

SGSN Serving GPRS Support Node

Does for the Packet part what the MSC does for the Circuit Switched Part

GGSN Gateway GPRS Support Node

A gateway between the SGSNs and the other networks

GSM Interfaces

A Interface

Interface between the MSC and the BSC. Control Plane Protocols:

Abis (Ab) Interface

Interface between the BTS and the BSC:

B Interface

Interface between an MSC and a VLR.

C Interface

Interface between an MSC and a HLR.

D Interface

Interface between a VLR and a HLR.

E Interface

Interface between two MSCs or TSCs.

F Interface

Interface between an MSC and an EIR.

G Interface

Interface between VLRs.

H Interface

Interface Between an HLR and the AuC

Um Interface

Interface between an MS and a BTS.

UMTS Interfaces

UMTS uses packet networks, ATM and/or IP, instead of TDM to transport user data (Voice, Video, etc.) So two sets of protocols are used - Control Plane Protocols (that control the calls) and user plane protocols (that carry the user's data).

Nc

Interface between two MSCs or TSCs.

Control Plane Protocols:

Mc

Interface between an MSC or TSC and its controlled MGws.

Control Plane Protocol:

Nb

Interface between two Media Gateways.

IuCS

Interface between the Circuit Switched Core Network (via MGw) and the UMTS Radio Network (UTRAN, via Anchor RNC).

IuR

Interface between the two RNCs (used for switching calls that had been handed over from one RNC to the other).

IuB

Interface between an RNC and a Node-B.

IuBC

IuPS

Interface between the UTRAN (RNC) and the Packet Switched Core Network (SGSN) .

Uu

Radio Resource Control (RRC) 3G TS 25.331

GPRS Interfaces

Gb

The Gb interface is the name given to the logical connection between a SGSN and a BSS (also referred to as a PCUSN or PCU). (The Um interface applies between the BSS and MS.) Even though the physical Gb interface is between the SGSN and the BSS, it includes the LLC and SNDCP protocol layers, which are used for logical communication directly between the SGSN and MS.

Gn

Used to carry signalling and data traffic between GSNs using GTP protocol.

Gi

The interface between GGSN and external packet data networks such as the Internet.

Gf

Gs

This is an optional interface for PS/CS interoperability. Using the Gs interface it is possible to perform combined GPRS/IMSI attaches, combined location updates and paging the subscriber using PS facilities. The protocol is BSSAP+ specified in 3GPP TS 29.016 ( supported by Wireshark on ssn 98)

Gr

GSMMAP MAP-based interface between SGSN and HLR.

Gc

Gp

Same as Gn, but hadles GTP traffic between GSNs in different PLMNs.

Ge

The Ge is an interface between gprsSSF entity in SGSN and gsmSCF entity in SCP. It is used to handle CAMEL dialogues using the CAP protocol (supported by Wireshark).

External links

Discussion


Imported from https://wiki.wireshark.org/GsmProtocolFamily on 2020-08-11 23:14:24 UTC