I. Carrier wireless resource control Equipment (RRC
)
-
Background: Unlike PCS, mobile devices need to balance power consumption and transmission efficiency, and wireless modules can consume a lot of power if they are always on
-
Solution: The mobile device is in hibernation state by default. The mobile device must first contact the carrier’s wireless Resource Control Device (RRC) to allocate resources (or wait for the RRC notification) to send and receive data. The RRC is responsible for specifying:
- Transmission time
- Transmitted power: in sleep mode
15mW
, when active,1000mW
to3500mW
2. End-to-end mobile operator network structure
The carrier network consists of the following two parts:
-
Wireless Access Network (RAN)
RRC
The equipment is arranged on the base station (as shown in the picture)eNodeB
)
-
Core Network (CN)
The core network mainly consists of the following parts:
PGW
(Packet Gateway
) : Public network egress/ingo of the carrier network, which is responsible for device allocationIP
Addresses and the execution of related policies, such as packet filtering and checking, QoS Settings, and DoS defensePCRF
(Policy and Charging Rules Function
) : This module assistsPGW
Implement relevant policies
SGW
(Serving Gateway
) :PGW
After receiving downlink information,SGW
Responsible for forwarding the packet to the userMME
(Mobility Management Entity
) : Maintain all information related to users, including mobile phone location, tariff status, etc
Data packet transmission path
1. Uplink data
- The phone asks the base station to establish a wireless connection
- The phone transmits data to the base station at a specific speed and power
- Data is sent from the base station to the core network (via
SGW
toPGW
) - Data is sent from the core network to the public network
-
Delay in data transmission during uplink
-
At first connection, RRC handshake and state transition will be performed.
- from
dormancy
toactive
< 100ms
- from
Put on hold
toactive
< 50ms
- from
-
User-plane latency between mobile phones and base stations
-
Core route delay
-
Public Network Routing Delay
-
The basic data uplink process is as follows:
2. Downstream data
- After the data arrives on the carrier’s network, the
PGW
Sent to theSGW
.SGW
向MME
A query - If the phone is asleep,
MME
It is not known to which base station it is connected to, and it is sent to all base stations within its coverage areapaging
The message - All base stations broadcast this
paging
Message allowing the device to re-establish a wireless connection to the base station - The device also receives data periodically in the sleep state
paging
Message, found himself inpaging
List, initiates a handshake message to re-establish a wireless connection to a nearby base station - After the wireless connection with the base station is established, the base station gives
MME
Send a message informing them of the user’s location,MME
Forward this information toSGW
SGW
Sends downlink data to the base station- The base station sends the data to the phone
- After the mobile phone is connected, its corresponding base station and
SGW
A direct connection channel will be established between them, and the subsequent downlink data will be directly sent to the base station, without any needpaging
Message overhead (steps 2-5).
The basic flow of data downlink is shown as follows:
The resources
- HPBN. Co/mobile – netw…