Field Testing: LTE RRC Connection Release Procedure (Idle Mode)

What happens after an LTE device attaches and sends or receives data?

It doesn’t stay in RRC Connected state permanently, that would waste both network resources and device battery. Instead, the network sends a RRC Connection Release to move the device to Idle Mode.

In Idle Mode, the device is pagable and ready to respond to:
:heavy_check_mark: Mobile-terminated traffic
:heavy_check_mark: Network signalling events (such as a Detach request)
It can also then enter PSM or eDRX if those modes are configured.

How fast does the release happen?
The timing is controlled by the RRC inactivity timer, which is typically between 5 to 10 seconds depending on operator settings.

Here’s an example from field testing:
:round_pushpin: After final packet activity, the RRC Connection Release occurs after 5.11 seconds (see timestamp).

Why is this important for IoT?
Correct release behaviour ensures:
:heavy_check_mark: Devices don’t remain in high-power Connected mode unnecessarily
:heavy_check_mark: Paging and low-power cycles work as expected
:heavy_check_mark: Network capacity is used efficiently.

Another essential behaviour to validate in real-world testing!

LinkedIn: :point_down: