LTE Paging
Paging procedure is applicable to UE in both in Idle and Connected mode, it can be initiated by either MME and eNB, below are the scenarios in which paging is initiated by eNB and MME respectively. Paging procedure can be used for below mentioned scenarios:
Paging procedure
What are those specific Subframe and Frame at which UE monitors PDCCH for?
E-UTRAN configures which of the radio frames and subframes are used for paging which is configured using SIB2, The UE needs to calculate the radio frame (Paging Frame PF) ad subframe with that PF( Paging Occasion PO), When DRX is used the UE needs only to monitor one PO per DRX cycle, One thing to note is here is paging DRX is optional and if UE is using UE specific DRX cycle length the UE can specify the DRX cycle length in attach request or tracking area update request.
Paging Frame PF: Radio Frame, which may contain one or multiple Paging Occasion(s).
Paging Occasion PO: subframe where there may be P-RNTI transmitted on PDCCH addressing the paging message).
Recommended by LinkedIn
PF and PO is determined by following formulae using the DRX parameters provided in System Information:
PF is given by following equation:
SFN mod T = (T div N)*(UE_ID mod N)
The following Parameters are used for the calculation of the PF
One thing to note here is that T can be derived two different sources, one from the system information (SIB2, IE defaultPagingCycle) and the one from upper layer (DRX). If upper layer sends the DRX value, then it is given priority else UE must use the value from SIB2. And nB is also derived from SIB2.
Index i_s pointing to PO from subframe pattern defined in below table will be derived from following calculation:
i_s = floor(UE_ID/N) mod Ns
The following Parameters are used for the calculation of the i_s:
Looking at above table we can see that there will 1 PO if Ns is 1, 2 PO if Ns is 2 and 4 PO if Ns is 4