> For the complete documentation index, see [llms.txt](https://gsm.learn-telecom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gsm.learn-telecom.com/architecture/gsm-radio-stack/layer-3-gsm-signalling.md).

# Layer 3 − GSM signalling

### CM - Connection Management Layer

The CM layer is the topmost layer of the GSM protocol stack.&#x20;

This layer is responsible for Call Control, Supplementary Service Management, and Short Message Service Management.&#x20;

Each of these services are treated as individual layer within the CM layer.&#x20;

Other functions of the CC sublayer include call establishment, selection of the type of service (including alternating between services during a call), and call release.

Read More about it on `Paging Requests Messages`

### MM - Mobility Management Layer

The MM layer is stacked above the RR layer. It handles the functions that arise from the mobility of the subscriber, as well as the authentication and security aspects.&#x20;

Location management is concerned with the procedures that enable the system to know the current location of a powered-on MS so that incoming call routing can be completed.

### RR - Radio Resource Management Layer&#x20;

The RR layer is the lower layer that manages a link, both radio and fixed, between the MS and the MSC. For this formation, the main components involved are the MS, BSS, and MSC.&#x20;

The responsibility of the RR layer is to manage the RR-session, the time when a mobile is in a dedicated mode, and the radio channels including the allocation of dedicated channels.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gsm.learn-telecom.com/architecture/gsm-radio-stack/layer-3-gsm-signalling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
