You are on page 1of 2

T= MIN(Tue,Tsib) = MIN(8,32) = 8 frames -> DRX cycle length

nB(T) =1/2T= half(8) = 4 -> paging occasions per DRX cycle


N= MIN(T,nB(T)) = MIN(8,4) = 4 paging groups
Ns= MAX(1, nB(T)/T) = MAX(1, 4 / 8) = MAX(1,0)= 1 subframe
used for paging
UE_ID = IMSI mod 1024, 3 assumption for this example (it could
be any number)
T div N = 8 div 4 = 2 -> distance between 2 radio frames with
paging occasions
UE_ID mod N = 3 mod 4 = 3
(T div N)*(UE_ID mod 4) = 2*3 = 6 -> relative position of the PO
inside DRX
let next reachable be SFN = 501; therefore (SFN mod T) = 5;
therefore SFN for paging is 501+(6-5)=502.

You might also like