# Intro

### GSM Radio Stack

The GSM Radio Stack comprises multiple layers, each responsible for different communication aspects in GSM mobile networks:

1. **Physical Layer (Layer 1)**: Manages the actual radio transmission and reception.
2. **Data Link Layer (Layer 2)**: Includes protocols like LAPDm, responsible for error correction and reliable data transfer.
3. **Network Layer (Layer 3)**: Consists of sub-layers for call control, mobility management, and radio resource management.

![](/files/UkncANO64M6Uui4zi9uO)

This layered approach ensures efficient management and operation of GSM mobile communications.


---

# Agent Instructions: 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:

```
GET https://gsm-hacking.telco-sec.com/bts-to-mobile-station/intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
