TTM4133: Mobile Networks and Services
# Preface
This compendium aims to explain the most important concepts in the subject. The content is mostly based onthe lecture slides and the book: "From GSM to LTE-Advanced PRO and 5G".
The course focuses on: GSM, GPRS, UMTS, LTE, SIP & IMS, 5G and Over the Top Services. The compendium is structured around explaining each of these items in detail.
Everyone is allowed to edit this compendium, if you see any errors feel free to correct them.
# GSM
## GSM Subsystems
GSM has three different subsystems:
- __The Network Subsystem (NSS)__, also called the "core network" contains all nodes and functionalities that are necessary for switching of calls, for subscriber management and mobility management.
- __The Base Station Subsystem (BSS)__, also called the "radio network" contains all nodes and functionalities that are necessay to wirelessly connect mobile subscribers over the radio interface to the network.
- __The Intelligent Netowk Subsystem (IN)__ comprises SCP databases that add optional functionality to the network. For example prepaid service, SMS mesages and data services via GPRS and UMTS.

## The Network Subsystem
The most important responsibilities of the NSS are call establishment, call control and routing of calls between different fixed and mobile switching centers and other networks. It is also responsible for subscriber management.
## The Signalling System Number 7
Signaling System No.7 (SS-7) is a telecommunications signaling architecture traditionally used for the set up and tear down of telephone calls. It has a robust protocol stack that uses out-of-band signaling to communicate between elements of the public switched telephone network (PSTN). In recent years it has been superseded by the Diameter signaling protocol on all-IP networks.
The SS-7 standard defines three basic types of network nodes:
- Service Switching Points (SSPs): Are switching centers that are more generally reffered to as network elements and that are able to establish, transport or forward voice and data connections.
- Service Control Points (SCPs): Are databases and application software that can influence call establishment of a connection.
- Signalling Transfer Points (STPs): Are responsible for the forwarding of signalling messages between SSPs and SCPs as not all network nodes have a dedicated link to all other nodes in the network.