SlideShare une entreprise Scribd logo
1  sur  9
Description in web
http://lteuniversity.com/get_trained/expert_opinion1/b/prakash/archive/2013/04/17/discontinuous-reception-drx-
in-rrc-idle-part-1.aspx
One of the important activities performed by UE during RRC Idle mode is listening to paging message. The UE
should listen to the paging message to know about incoming calls, system information change, and ETWS
(Earthquake and Tsunami Warning Service) notification for ETWS capable UEs. In LTE, the UE needs to monitor
PDCCH continuously (every 1ms) for P-RNTI to listen to paging message and this drains UE battery power heavily.
Instead, if the UE is allowed to monitor P-RNTI in PDCCH, only at predetermined period say every 60ms or 100ms,
it will reduce UE’s power consumption. The process of monitoring PDCCH discontinuously for P-RNTI to listen to
paging message during RRC idle state is known as Discontinuous Reception (DRX) in RRC_Idle.
What is Idle mode for LTE UE?
 No NAS Signaling connection exists between UE and core network
 At least one PDN Connection exists
 UE is registered with MME & EMM context exists at MME
 UE location is known to the MME with an accuracy of a list of tracking areas
 No RRC connection exists between UE and eNB
 The eNB has no context information
Paging in Idle Mode
Paging is a procedure to transmit paging message to the UE in RRC Idle mode or EMM registered state. Paging
message may be triggered either by MME in core network or eNB in Radio Access Network.
Discontinuous Reception for Paging
Paging information for the UE is being carried on the PDSCH in the resource blocks indicated by the PDCCH.
Paging indication on the PDCCH is single fixed indicator (FFFE) called the Paging RNTI (P-RNTI). Different group
of UEs monitor different sub frames for their paging messages.
UEs in idle mode monitor the PDCCH channel for P-RNTI used for paging to receive paging message from eNB.
The UE needs to monitor the PDCCH only at certain UE specific paging occasion, i.e. only at specific subframe in
specific radio frame. At other times the UE may go for sleep mode to save battery power.
Let us discuss how can UE find out paging frame and paging occasion for its paging message.
Paging Frame (PF): One Paging Frame (PF) is one Radio Frame in which the UE is looking for paging message.
One Paging Frame may contain one or multiple Paging Occasion(s).
Paging Occasion (PO): It is a subframe where there may be P-RNTI transmitted on PDCCH addressing the paging
message for the UE. There is always only one paging occasion for each UE in a DRX cycle.
To find out PF (Paging Frame) and PO (Paging Occasion), the UE uses DRX parameters broadcasted in the system
information SIB2.
Significance of DRX Parameters:
DRX cycle: Indicates the number of radio frames in the paging cycle. Larger the value of this parameter, lesser
the UE battery power consumption. Whereas smaller the value of DRX cycle, increase in the UE battery power
consumption. DRX cycle may be cell specific or UE specific parameter. DRX cycle is cell specific when it is
configured at eNB and broadcasts to all UEs in a cell in system information SIB2 as default paging cycle. DRX
cycle is UE specific when MME may configure DRX cycle and provide it to UE in NAS signaling as’ UE specific DRX
cycle’ and to eNB in PAGING S1 AP message as ‘Paging DRX’ for MME initiated paging message. Both UE and
eNB use minimum of default and dedicated DRX cycle.
An UE with DRX cycle of 128 radio frames needs to wake up every 1.28 sec and look for paging message.
nB: This cell specific parameter indicates number of Paging occasions in a cell specific DRX cycle. Configuration of
nB value depends on paging capacity required in a cell. The larger the value of nB is configured to, the larger
the paging capacity. Likewise, the smaller the paging capacity when the value of nB is smaller.
With this we can infer that a maximum of 1 radio frame is available per DRX cycle of the UE for paging. Also, the
minimum of 1 sub frame per radio frame (nB ≤ 1T) and maximum of 4 sub frames (for nB=4T) are available for
paging message for the UE.
Calculation of Paging Frame Number
Both the eNB and the UE calculate the Paging Frame number by the following relation:
The eNB will receive UE_ID from the MME in PAGING S1AP message as “UE Identity Index Value” for MME
initiated paging message.
The UE will find out the UE_ID by using the relation IMSI mod 1024 (Ref: TS 36.304 section 7.1)
The IMSI is given as sequence of digits of type Integer (0..9). The IMSI shall, in the formulae above, be interpreted
as a decimal integer number, where the first digit given in the sequence represents the highest order digit.
For example: IMSI = 12 (digit1=1, digit2=2). In the calculations, this shall be interpreted as the decimal integer
"12", not "1x16+2 = 18".
Calculation of Paging Occasion (Paging Sub frame Number in a Paging Frame)
Paging Occasion for the UE is obtained from the predefined subframe pattern (36.304 section 7.2, shown below
for quick reference) based on the value of Ns, i_s. For example, if Ns=2 and i_s = 1, UE interprets that sub frames
4 and 9 are configured for paging in the cell and subframe 9 is paging occasion for it.
Subframe Patterns (Ref: TS 36.304 section 7.2)
FDD
TDD (All DL/UL Patterns)
Example in web
http://lteinwireless.blogspot.kr/2012/12/paging-in-lte.html
S-GW:
1. DL data arrives for the UE
2. Creates DL Data Notification message and forwards to MME
MME:
1. When UE is in ECM-Idle state, the UE location is known to MME on a per TA basis. Therefore, MME has to page
all eNB's within a group of TA.
2. MME starts timer 3413when:
a. Paging is for PS data
b. UE is addressed by S-TMSI
3. List of TAI: informs the eNB to broadcast the Paging messages in the mentioned TAI's
4. Sends DL Data Notification ACK message to S-GW
eNB:
1. Receives S1AP: Paging and constructs RRC: Paging message
2. RRC: Paging message may contain multiple PAGING RECORDS to page multiple UE's
UE:
1. Wakes up every Paging occasion and searches for P-RNTI within the PDCCH transmission
2. If UE finds the P-RNTI then it proceeds to decode the PDSCH information which is present in PDCCH
3. UE decodes RRC:Paging from the PDSCH Resource Block within which the PAGING message is sent
4. If UE doesn't find it's own UE identity then it returns to monitor the Paging Occasion.
5. When UE finds it's identity in the message it triggers the Random Access Procedure. followed by establishing
the RRC Connection.
6. If PAGING is for PS domain then UE NAS layer triggers SERVICE REQUEST otherwise, if the PAGING is for CSFB
then UE triggers Extended SERVICE REQUEST.
Thought:
How does UE determine the Paging Frame and Paging Occasion?
OR
How does eNB know when to send the Paging message so that UE will be awake to receive the message?
During this specific occurrence (Frame and Occasion), UE will wake up to check if there is any PAGING
intended to it. If there is no information, UE will be go back to sleep. This happens when UE is in IDLE mode after
registration. The related parameters are sent through SIB2. Therefore,a synchronization exist between the UE and
eNB and both of them know when to look for Paging(UE) and when to transmit the Paging (eNB).
Paging Frame calulation:
Formula for calculating Paging Frame::: SFN mod T= (T div N) * (UE_id mod N)
where,
- T: DRX cycle of the UE. T is determined by the shortest of the UE specific DRX value, if allocated by upper layers,
and a default DRX value broadcast in system information. If UE specific DRX is not configured by upper layers,
the default value is applied.
- nB: 4T, 2T, T, T/2, T/4, T/8, T/16, T/32.
- N: min(T,nB)
- Ns: max(1,nB/T)
- UE_ID: IMSI mod 1024
Parameters broadcasted in SIB2:
Default Paging cycle=T; (value=rf128)
nB= Broadcasted in SIB2 (value=1T)
Example:
Calculation:
a. IMSI of UE (in DECIMAL)= 262022008880715
b. N=128 (Look for the formula above to determine the value of N)
c. UE_id = 262022008880715 mod 1024= 587
d. (UE_id mod N)= 587 mod 128=75
e. (T div N)= 128 / 128 = 1
Therefore, SFN mod T =75
So, whenever SFN mod T will be 75, UE will wake to read if there is a Paging message addressed to it.
From this particular SFN the frame is derived. Now, the frame is identified but we also need to know that on
which sub frame the Paging information is present. To determine, this Paging Ocassion is used.
Paging Ocassion calculation:
Formula for calculating the PO::: i_s = floor(UE_ID/N) mod Ns
a. Ns=1 (Look for the formula above to determine the value of N)
b. floor (587/128)= 4
i_s = 0
Index i_s points to PO from the sub-frame pattern defined in the below table will be derived from following
calculation:
Table taken from 3GPP for FDD:
Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3
1 9 N/A N/A N/A
2 4 9 N/A N/A
4 0 4 5 9
The Ns is 1 and PO would be 9 since i_s =0 in this example. Also, Paging Frame is derived as 75.
Therefore, from this example, whenever SFN mod T will be equal to 75, UE will look for P-RNTI in sub-
frame 9 of that particular Radio Frame.
Example for each nB, Number of paging occasions per DRX cycle
T_C T_UE T
DRX
cycle
(ms)
nB N N_S Ue_ID_mod_N
Num of PO
during DRX
Cycle frame
256 128 128 1,280 4T 128 4 75 512
256 128 128 1,280 2T 128 2 75 256
256 128 128 1,280 T 128 1 75 128
256 128 128 1,280 T/2 64 1 11 64
256 128 128 1,280 T/4 32 1 11 32
256 128 128 1,280 T/8 16 1 11 16
256 128 128 1,280 T/16 8 1 3 8
256 128 128 1,280 T/32 4 1 3 4
T_C Cell specific DRX cycle, signaled by eNodeB via SIB2
T_UE Cell specific DRX cycle, signaled by MME
T DRX cycle (paging cycle) of UE
n_B Number of paging occasions per DRX cycle, signaled by eNodeB via SIB2
The larger the value of nB is configured to, the larger the paging
capacity. Likewise, the smaller the paging capacity when the value of nB
is smaller.
N Number of paging frames
N_S Number of paging subframes
ue_ID_mod_N Paging frame SFN modular
i_s index to Paging Occasion from subframe pattern
36.304 Paging
7.1 Discontinuous Reception for paging
The UE may use Discontinuous Reception (DRX) in idle mode in order to reduce power consumption. One Paging
Occasion (PO) is a subframe where there may be P-RNTI transmitted on PDCCH addressing the paging mess
age. One Paging Frame (PF) is one Radio Frame, which may contain one or multiple Paging Occasion(s).
When DRX is used the UE needs only to monitor one PO per DRX cycle.
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)
Index i_s pointing to PO from subframe pattern defined in 7.2 will be derived from following calculation:
i_s = floor(UE_ID/N) mod Ns
System Information DRX parameters stored in the UE shall be updated locally in the UE whenever the DRX
parameter values are changed in SI. If the UE has no IMSI, for instance when making an emergency call without
USIM, the UE shall use as default identity UE_ID = 0 in the PF and i_s formulas above.
The following Parameters are used for the calculation of the PF and i_s:
- T: DRX cycle of the UE. T is determined by the shortest of the UE specific DRX value, if allocated by upper
layers, and a default DRX value broadcast in system information. If UE specific DRX is not configured by
upper layers, the default value is applied.
- nB: 4T, 2T, T, T/2, T/4, T/8, T/16, T/32.
- N: min(T,nB)
- Ns: max(1,nB/T)
- UE_ID: IMSI mod 1024.
IMSI is given as sequence of digits of type Integer (0..9), IMSI shall in the formulae above be interpreted as a
decimal integer number, where the first digit given in the sequence represents the highest order digit.
For example:
IMSI = 12 (digit1=1, digit2=2)
In the calculations, this shall be interpreted as the decimal integer "12", not "1x16+2 = 18".
7.2 Subframe Patterns
FDD:
Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3
1 9 N/A N/A N/A
2 4 9 N/A N/A
4 0 4 5 9
TDD (all UL/DL configurations):
Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3
1 0 N/A N/A N/A
2 0 5 N/A N/A
4 0 1 5 6
36.331 RadioResourceConfigCommon
RadioResourceConfigCommon is an information element of SIB2.
The IE RadioResourceConfigCommonSIB and IE RadioResourceConfigCommon are used to specify common radio
resource configurations in the system information and in the mobility control information, respectively, e.g., the
random access parameters and the static physical layer parameters.
RadioResourceConfigCommon information element
-- ASN1START
RadioResourceConfigCommonSIB ::= SEQUENCE {
rach-ConfigCommon RACH-ConfigCommon,
bcch-Config BCCH-Config,
pcch-Config PCCH-Config,
prach-Config PRACH-ConfigSIB,
pdsch-ConfigCommon PDSCH-ConfigCommon,
pusch-ConfigCommon PUSCH-ConfigCommon,
pucch-ConfigCommon PUCCH-ConfigCommon,
soundingRS-UL-ConfigCommon SoundingRS-UL-ConfigCommon,
uplinkPowerControlCommon UplinkPowerControlCommon,
ul-CyclicPrefixLength UL-CyclicPrefixLength,
...
}
RadioResourceConfigCommon ::= SEQUENCE {
rach-ConfigCommon RACH-ConfigCommon OPTIONAL, -- Need ON
prach-Config PRACH-Config,
pdsch-ConfigCommon PDSCH-ConfigCommon OPTIONAL, -- Need ON
pusch-ConfigCommon PUSCH-ConfigCommon,
phich-Config PHICH-Config OPTIONAL, -- Need ON
pucch-ConfigCommon PUCCH-ConfigCommon OPTIONAL, -- Need ON
soundingRS-UL-ConfigCommon SoundingRS-UL-ConfigCommon OPTIONAL, -- Need ON
uplinkPowerControlCommon UplinkPowerControlCommon OPTIONAL, -- Need ON
antennaInfoCommon AntennaInfoCommon OPTIONAL, -- Need ON
p-Max P-Max OPTIONAL, -- Need OP
tdd-Config TDD-Config OPTIONAL, -- Cond TDD
ul-CyclicPrefixLength UL-CyclicPrefixLength,
...
}
BCCH-Config ::= SEQUENCE {
modificationPeriodCoeff ENUMERATED {n2, n4, n8, n16}
}
PCCH-Config ::= SEQUENCE {
defaultPagingCycle ENUMERATED {
rf32, rf64, rf128, rf256},
nB ENUMERATED {
fourT, twoT, oneT, halfT, quarterT, oneEighthT,
oneSixteenthT, oneThirtySecondT}
}
UL-CyclicPrefixLength ::= ENUMERATED {len1, len2}
-- ASN1STOP
RadioResourceConfigCommon field descriptions
p-Max
Pmax to be used in the target cell. If absent the UE applies the maximum power according to the UE
capability.
modificationPeriodCoeff
Actual modification period, expressed in number of radio frames= modificationPeriodCoeff *
defaultPagingCycle. n2 corresponds to value 2, n4 corresponds to value 4, n8 corresponds to value 8
and n16 corresponds to value 16.
defaultPagingCycle
Default paging cycle, used to derive ‘T’ in TS 36.304 [4]. Value rf32 corresponds to 32 radio frames,
rf64 corresponds to 64 radio frames and so on.
nB
Parameter: nB is used as one of parameters to derive the Paging Frame and Paging Occasion
according to TS 36.304 [4]. Value in multiples of defaultPagingCycle ('T'). A value of fourT corresponds
to 4 * defaultPagingCycle, a value of twoT corresponds to 2 * defaultPagingCycle and so on.
UL-CyclicPrefixLength
Parameter: Uplink cyclic prefix length see 36.211 [21, 5.2.1] where len1 corresponds to normal cyclic
prefix and len2 corresponds to extended cyclic prefix.
Conditional presence Explanation
TDD The field is optional for TDD, Need ON; it is not present for FDD and the UE
shall delete any existing value for this field.

Contenu connexe

Tendances

2.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 12.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 1
Klajdi Husi
 
01 lte radio_parameters_lte_overview_rl1
01 lte radio_parameters_lte_overview_rl101 lte radio_parameters_lte_overview_rl1
01 lte radio_parameters_lte_overview_rl1
Md.Akm Sahansha
 

Tendances (20)

Irat handover basics
Irat handover basicsIrat handover basics
Irat handover basics
 
2G Handover Details (Huawei)
2G Handover Details (Huawei)2G Handover Details (Huawei)
2G Handover Details (Huawei)
 
Lte mac presentation
Lte mac presentationLte mac presentation
Lte mac presentation
 
5G NR parameters
5G NR parameters5G NR parameters
5G NR parameters
 
Lte power control
Lte power controlLte power control
Lte power control
 
395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx395317358-LTE-Resource-Usage-Optimization.pptx
395317358-LTE-Resource-Usage-Optimization.pptx
 
LTE optimization
LTE optimizationLTE optimization
LTE optimization
 
Part 1 fundamentals of 3 g
Part 1  fundamentals of 3 gPart 1  fundamentals of 3 g
Part 1 fundamentals of 3 g
 
2 g data call flow
2 g data call flow2 g data call flow
2 g data call flow
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTE
 
Sdcch
SdcchSdcch
Sdcch
 
Part 3 optimization 3G
Part 3 optimization 3GPart 3 optimization 3G
Part 3 optimization 3G
 
2.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 12.oeo000010 lte handover fault diagnosis issue 1
2.oeo000010 lte handover fault diagnosis issue 1
 
Part 2 planning of 3G
Part 2  planning of 3GPart 2  planning of 3G
Part 2 planning of 3G
 
3 lte mac_rrc(조봉열)
3 lte mac_rrc(조봉열)3 lte mac_rrc(조봉열)
3 lte mac_rrc(조봉열)
 
Paging in LTE
Paging in LTEPaging in LTE
Paging in LTE
 
01 lte radio_parameters_lte_overview_rl1
01 lte radio_parameters_lte_overview_rl101 lte radio_parameters_lte_overview_rl1
01 lte radio_parameters_lte_overview_rl1
 
Cs fallback feature
Cs fallback featureCs fallback feature
Cs fallback feature
 
422738668-LTE-Downlink-Throughput-Optimization-Based-on-Performance-Data [Rep...
422738668-LTE-Downlink-Throughput-Optimization-Based-on-Performance-Data [Rep...422738668-LTE-Downlink-Throughput-Optimization-Based-on-Performance-Data [Rep...
422738668-LTE-Downlink-Throughput-Optimization-Based-on-Performance-Data [Rep...
 
2 g parameters_guidelines1
2 g parameters_guidelines12 g parameters_guidelines1
2 g parameters_guidelines1
 

En vedette

En vedette (19)

Lte tdd femto cell for usage of tv white space
Lte tdd femto cell for usage of tv white spaceLte tdd femto cell for usage of tv white space
Lte tdd femto cell for usage of tv white space
 
WiFi new generation par Guy PUJOLLE - Fevrier 2013
WiFi new generation par Guy PUJOLLE - Fevrier 2013WiFi new generation par Guy PUJOLLE - Fevrier 2013
WiFi new generation par Guy PUJOLLE - Fevrier 2013
 
Fanny Mlinarsky Octo Scope White Space Broadband10608
Fanny Mlinarsky Octo Scope White Space Broadband10608Fanny Mlinarsky Octo Scope White Space Broadband10608
Fanny Mlinarsky Octo Scope White Space Broadband10608
 
01 06-16 carlson - crowdfunder private and confidential 10 slide deck v4
01 06-16 carlson - crowdfunder private and confidential 10 slide deck v401 06-16 carlson - crowdfunder private and confidential 10 slide deck v4
01 06-16 carlson - crowdfunder private and confidential 10 slide deck v4
 
Carlson Wireless Technologies - Gen 3 TV White Space Radio, RuralConnect
Carlson Wireless Technologies - Gen 3 TV White Space Radio, RuralConnectCarlson Wireless Technologies - Gen 3 TV White Space Radio, RuralConnect
Carlson Wireless Technologies - Gen 3 TV White Space Radio, RuralConnect
 
Education and Enculturation of Junior Officers in USN FORCEnet & Network Cen...
Education and Enculturation of  Junior Officers in USN FORCEnet & Network Cen...Education and Enculturation of  Junior Officers in USN FORCEnet & Network Cen...
Education and Enculturation of Junior Officers in USN FORCEnet & Network Cen...
 
RuralConnect & TV White Space
RuralConnect & TV White SpaceRuralConnect & TV White Space
RuralConnect & TV White Space
 
White space radio in scada systems
White space radio in scada systemsWhite space radio in scada systems
White space radio in scada systems
 
TV White Space Whitepaper
TV White Space WhitepaperTV White Space Whitepaper
TV White Space Whitepaper
 
Dynamic Spectrum Access and the race for mobile capacity
Dynamic Spectrum Access and the race for mobile capacityDynamic Spectrum Access and the race for mobile capacity
Dynamic Spectrum Access and the race for mobile capacity
 
Carlson wireless investor 12 march 16
Carlson wireless investor 12 march 16Carlson wireless investor 12 march 16
Carlson wireless investor 12 march 16
 
TV White Space for Rural Broadband Connectivity
TV White Space for  Rural Broadband ConnectivityTV White Space for  Rural Broadband Connectivity
TV White Space for Rural Broadband Connectivity
 
TV White Space
TV White SpaceTV White Space
TV White Space
 
Tvws ppt 1
Tvws ppt 1Tvws ppt 1
Tvws ppt 1
 
TV White Space
TV White SpaceTV White Space
TV White Space
 
enodeb sw to dual core
enodeb sw to dual coreenodeb sw to dual core
enodeb sw to dual core
 
White Space Technology
White Space TechnologyWhite Space Technology
White Space Technology
 
SON,self optimized network
SON,self optimized networkSON,self optimized network
SON,self optimized network
 
LTE Measurement: How to test a device
LTE Measurement: How to test a deviceLTE Measurement: How to test a device
LTE Measurement: How to test a device
 

Similaire à Drx in rrc idle

5G PRACH Document-KPIs Improvemnt and understanding
5G PRACH Document-KPIs Improvemnt and understanding5G PRACH Document-KPIs Improvemnt and understanding
5G PRACH Document-KPIs Improvemnt and understanding
QasimQadir3
 
lte-enodeb-s1-startup-sib-rrc-connection.pdf
lte-enodeb-s1-startup-sib-rrc-connection.pdflte-enodeb-s1-startup-sib-rrc-connection.pdf
lte-enodeb-s1-startup-sib-rrc-connection.pdf
Junaid Alam
 
(SIB)System Information Blocks in LTE.docx
(SIB)System Information Blocks in LTE.docx(SIB)System Information Blocks in LTE.docx
(SIB)System Information Blocks in LTE.docx
mahmoudsafaei1987
 
Wcdmahelp blogspot-com 3 g interview
Wcdmahelp blogspot-com 3 g interviewWcdmahelp blogspot-com 3 g interview
Wcdmahelp blogspot-com 3 g interview
Bouziane Beldjilali
 
A study of throughput for iu cs and iu-ps interface in umts core network
A study of throughput for iu cs and iu-ps interface in umts core networkA study of throughput for iu cs and iu-ps interface in umts core network
A study of throughput for iu cs and iu-ps interface in umts core network
Pfedya
 
LTE paging.ppt
LTE paging.pptLTE paging.ppt
LTE paging.ppt
mravi423
 
Multi-slot Coded ALOHA with Irregular Degree.pdf
Multi-slot Coded ALOHA with Irregular Degree.pdfMulti-slot Coded ALOHA with Irregular Degree.pdf
Multi-slot Coded ALOHA with Irregular Degree.pdf
YAAKOVSOLOMON1
 

Similaire à Drx in rrc idle (20)

5G PRACH Document-KPIs Improvemnt and understanding
5G PRACH Document-KPIs Improvemnt and understanding5G PRACH Document-KPIs Improvemnt and understanding
5G PRACH Document-KPIs Improvemnt and understanding
 
Lte imp
Lte impLte imp
Lte imp
 
Evaluation of scalability and bandwidth
Evaluation of scalability and bandwidthEvaluation of scalability and bandwidth
Evaluation of scalability and bandwidth
 
Study
StudyStudy
Study
 
fdocuments.in_lte-eutran-protocol-pdf.pdf
fdocuments.in_lte-eutran-protocol-pdf.pdffdocuments.in_lte-eutran-protocol-pdf.pdf
fdocuments.in_lte-eutran-protocol-pdf.pdf
 
lte-enodeb-s1-startup-sib-rrc-connection.pdf
lte-enodeb-s1-startup-sib-rrc-connection.pdflte-enodeb-s1-startup-sib-rrc-connection.pdf
lte-enodeb-s1-startup-sib-rrc-connection.pdf
 
RTH-RSS Mac: Path loss exponent estimation with received signal strength loca...
RTH-RSS Mac: Path loss exponent estimation with received signal strength loca...RTH-RSS Mac: Path loss exponent estimation with received signal strength loca...
RTH-RSS Mac: Path loss exponent estimation with received signal strength loca...
 
(SIB)System Information Blocks in LTE.docx
(SIB)System Information Blocks in LTE.docx(SIB)System Information Blocks in LTE.docx
(SIB)System Information Blocks in LTE.docx
 
Ofdm.pptx
Ofdm.pptxOfdm.pptx
Ofdm.pptx
 
Call flows
Call flowsCall flows
Call flows
 
Wcdmahelp blogspot-com 3 g interview
Wcdmahelp blogspot-com 3 g interviewWcdmahelp blogspot-com 3 g interview
Wcdmahelp blogspot-com 3 g interview
 
Rach procedure in lte
Rach procedure in lteRach procedure in lte
Rach procedure in lte
 
A study of throughput for iu cs and iu-ps interface in umts core network
A study of throughput for iu cs and iu-ps interface in umts core networkA study of throughput for iu cs and iu-ps interface in umts core network
A study of throughput for iu cs and iu-ps interface in umts core network
 
Power saving mechanism for hybrid routing protocol using scheduling technique
Power saving mechanism for hybrid routing protocol using scheduling techniquePower saving mechanism for hybrid routing protocol using scheduling technique
Power saving mechanism for hybrid routing protocol using scheduling technique
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
Q & A for 3G Optimization
Q & A for 3G Optimization Q & A for 3G Optimization
Q & A for 3G Optimization
 
Point Sum Average Peak Algorithm Detection of LTE
Point Sum Average Peak Algorithm Detection of LTEPoint Sum Average Peak Algorithm Detection of LTE
Point Sum Average Peak Algorithm Detection of LTE
 
LTE paging.ppt
LTE paging.pptLTE paging.ppt
LTE paging.ppt
 
Multi-slot Coded ALOHA with Irregular Degree.pdf
Multi-slot Coded ALOHA with Irregular Degree.pdfMulti-slot Coded ALOHA with Irregular Degree.pdf
Multi-slot Coded ALOHA with Irregular Degree.pdf
 
Interview question 3g
Interview question 3gInterview question 3g
Interview question 3g
 

Plus de Young Hwan Kim

Son 기술 소개
Son 기술 소개Son 기술 소개
Son 기술 소개
Young Hwan Kim
 

Plus de Young Hwan Kim (10)

인공지능 시대, 문제는 데이터야
인공지능 시대, 문제는 데이터야인공지능 시대, 문제는 데이터야
인공지능 시대, 문제는 데이터야
 
Son 기술 개발 2차
Son 기술 개발 2차Son 기술 개발 2차
Son 기술 개발 2차
 
Son 기술 개발 1차
Son 기술 개발 1차Son 기술 개발 1차
Son 기술 개발 1차
 
Son 기술 소개
Son 기술 소개Son 기술 소개
Son 기술 소개
 
Small cell for 5 g
Small cell for 5 gSmall cell for 5 g
Small cell for 5 g
 
재난망 시스템 기술 동향
재난망 시스템 기술 동향재난망 시스템 기술 동향
재난망 시스템 기술 동향
 
Default eps bearer and dedicated eps bearer
Default eps bearer and dedicated eps bearerDefault eps bearer and dedicated eps bearer
Default eps bearer and dedicated eps bearer
 
Trends of desnified mobile network, yhkim
Trends of desnified mobile network, yhkimTrends of desnified mobile network, yhkim
Trends of desnified mobile network, yhkim
 
Lte rach configuration and capacity
Lte rach configuration and capacityLte rach configuration and capacity
Lte rach configuration and capacity
 
Mobility kpi definition and Implementation
Mobility kpi definition and ImplementationMobility kpi definition and Implementation
Mobility kpi definition and Implementation
 

Dernier

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Dernier (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 

Drx in rrc idle

  • 1. Description in web http://lteuniversity.com/get_trained/expert_opinion1/b/prakash/archive/2013/04/17/discontinuous-reception-drx- in-rrc-idle-part-1.aspx One of the important activities performed by UE during RRC Idle mode is listening to paging message. The UE should listen to the paging message to know about incoming calls, system information change, and ETWS (Earthquake and Tsunami Warning Service) notification for ETWS capable UEs. In LTE, the UE needs to monitor PDCCH continuously (every 1ms) for P-RNTI to listen to paging message and this drains UE battery power heavily. Instead, if the UE is allowed to monitor P-RNTI in PDCCH, only at predetermined period say every 60ms or 100ms, it will reduce UE’s power consumption. The process of monitoring PDCCH discontinuously for P-RNTI to listen to paging message during RRC idle state is known as Discontinuous Reception (DRX) in RRC_Idle. What is Idle mode for LTE UE?  No NAS Signaling connection exists between UE and core network  At least one PDN Connection exists  UE is registered with MME & EMM context exists at MME  UE location is known to the MME with an accuracy of a list of tracking areas  No RRC connection exists between UE and eNB  The eNB has no context information Paging in Idle Mode Paging is a procedure to transmit paging message to the UE in RRC Idle mode or EMM registered state. Paging message may be triggered either by MME in core network or eNB in Radio Access Network. Discontinuous Reception for Paging Paging information for the UE is being carried on the PDSCH in the resource blocks indicated by the PDCCH. Paging indication on the PDCCH is single fixed indicator (FFFE) called the Paging RNTI (P-RNTI). Different group of UEs monitor different sub frames for their paging messages. UEs in idle mode monitor the PDCCH channel for P-RNTI used for paging to receive paging message from eNB. The UE needs to monitor the PDCCH only at certain UE specific paging occasion, i.e. only at specific subframe in specific radio frame. At other times the UE may go for sleep mode to save battery power. Let us discuss how can UE find out paging frame and paging occasion for its paging message. Paging Frame (PF): One Paging Frame (PF) is one Radio Frame in which the UE is looking for paging message. One Paging Frame may contain one or multiple Paging Occasion(s). Paging Occasion (PO): It is a subframe where there may be P-RNTI transmitted on PDCCH addressing the paging message for the UE. There is always only one paging occasion for each UE in a DRX cycle.
  • 2. To find out PF (Paging Frame) and PO (Paging Occasion), the UE uses DRX parameters broadcasted in the system information SIB2. Significance of DRX Parameters: DRX cycle: Indicates the number of radio frames in the paging cycle. Larger the value of this parameter, lesser the UE battery power consumption. Whereas smaller the value of DRX cycle, increase in the UE battery power consumption. DRX cycle may be cell specific or UE specific parameter. DRX cycle is cell specific when it is configured at eNB and broadcasts to all UEs in a cell in system information SIB2 as default paging cycle. DRX cycle is UE specific when MME may configure DRX cycle and provide it to UE in NAS signaling as’ UE specific DRX cycle’ and to eNB in PAGING S1 AP message as ‘Paging DRX’ for MME initiated paging message. Both UE and eNB use minimum of default and dedicated DRX cycle. An UE with DRX cycle of 128 radio frames needs to wake up every 1.28 sec and look for paging message. nB: This cell specific parameter indicates number of Paging occasions in a cell specific DRX cycle. Configuration of nB value depends on paging capacity required in a cell. The larger the value of nB is configured to, the larger the paging capacity. Likewise, the smaller the paging capacity when the value of nB is smaller. With this we can infer that a maximum of 1 radio frame is available per DRX cycle of the UE for paging. Also, the minimum of 1 sub frame per radio frame (nB ≤ 1T) and maximum of 4 sub frames (for nB=4T) are available for paging message for the UE. Calculation of Paging Frame Number Both the eNB and the UE calculate the Paging Frame number by the following relation:
  • 3. The eNB will receive UE_ID from the MME in PAGING S1AP message as “UE Identity Index Value” for MME initiated paging message. The UE will find out the UE_ID by using the relation IMSI mod 1024 (Ref: TS 36.304 section 7.1) The IMSI is given as sequence of digits of type Integer (0..9). The IMSI shall, in the formulae above, be interpreted as a decimal integer number, where the first digit given in the sequence represents the highest order digit. For example: IMSI = 12 (digit1=1, digit2=2). In the calculations, this shall be interpreted as the decimal integer "12", not "1x16+2 = 18". Calculation of Paging Occasion (Paging Sub frame Number in a Paging Frame) Paging Occasion for the UE is obtained from the predefined subframe pattern (36.304 section 7.2, shown below for quick reference) based on the value of Ns, i_s. For example, if Ns=2 and i_s = 1, UE interprets that sub frames 4 and 9 are configured for paging in the cell and subframe 9 is paging occasion for it. Subframe Patterns (Ref: TS 36.304 section 7.2) FDD TDD (All DL/UL Patterns)
  • 4. Example in web http://lteinwireless.blogspot.kr/2012/12/paging-in-lte.html S-GW: 1. DL data arrives for the UE 2. Creates DL Data Notification message and forwards to MME MME: 1. When UE is in ECM-Idle state, the UE location is known to MME on a per TA basis. Therefore, MME has to page all eNB's within a group of TA. 2. MME starts timer 3413when: a. Paging is for PS data b. UE is addressed by S-TMSI 3. List of TAI: informs the eNB to broadcast the Paging messages in the mentioned TAI's 4. Sends DL Data Notification ACK message to S-GW eNB: 1. Receives S1AP: Paging and constructs RRC: Paging message 2. RRC: Paging message may contain multiple PAGING RECORDS to page multiple UE's UE: 1. Wakes up every Paging occasion and searches for P-RNTI within the PDCCH transmission 2. If UE finds the P-RNTI then it proceeds to decode the PDSCH information which is present in PDCCH 3. UE decodes RRC:Paging from the PDSCH Resource Block within which the PAGING message is sent 4. If UE doesn't find it's own UE identity then it returns to monitor the Paging Occasion.
  • 5. 5. When UE finds it's identity in the message it triggers the Random Access Procedure. followed by establishing the RRC Connection. 6. If PAGING is for PS domain then UE NAS layer triggers SERVICE REQUEST otherwise, if the PAGING is for CSFB then UE triggers Extended SERVICE REQUEST. Thought: How does UE determine the Paging Frame and Paging Occasion? OR How does eNB know when to send the Paging message so that UE will be awake to receive the message? During this specific occurrence (Frame and Occasion), UE will wake up to check if there is any PAGING intended to it. If there is no information, UE will be go back to sleep. This happens when UE is in IDLE mode after registration. The related parameters are sent through SIB2. Therefore,a synchronization exist between the UE and eNB and both of them know when to look for Paging(UE) and when to transmit the Paging (eNB). Paging Frame calulation: Formula for calculating Paging Frame::: SFN mod T= (T div N) * (UE_id mod N) where, - T: DRX cycle of the UE. T is determined by the shortest of the UE specific DRX value, if allocated by upper layers, and a default DRX value broadcast in system information. If UE specific DRX is not configured by upper layers, the default value is applied. - nB: 4T, 2T, T, T/2, T/4, T/8, T/16, T/32. - N: min(T,nB) - Ns: max(1,nB/T) - UE_ID: IMSI mod 1024 Parameters broadcasted in SIB2: Default Paging cycle=T; (value=rf128) nB= Broadcasted in SIB2 (value=1T) Example: Calculation: a. IMSI of UE (in DECIMAL)= 262022008880715 b. N=128 (Look for the formula above to determine the value of N) c. UE_id = 262022008880715 mod 1024= 587 d. (UE_id mod N)= 587 mod 128=75 e. (T div N)= 128 / 128 = 1 Therefore, SFN mod T =75 So, whenever SFN mod T will be 75, UE will wake to read if there is a Paging message addressed to it. From this particular SFN the frame is derived. Now, the frame is identified but we also need to know that on which sub frame the Paging information is present. To determine, this Paging Ocassion is used.
  • 6. Paging Ocassion calculation: Formula for calculating the PO::: i_s = floor(UE_ID/N) mod Ns a. Ns=1 (Look for the formula above to determine the value of N) b. floor (587/128)= 4 i_s = 0 Index i_s points to PO from the sub-frame pattern defined in the below table will be derived from following calculation: Table taken from 3GPP for FDD: Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3 1 9 N/A N/A N/A 2 4 9 N/A N/A 4 0 4 5 9 The Ns is 1 and PO would be 9 since i_s =0 in this example. Also, Paging Frame is derived as 75. Therefore, from this example, whenever SFN mod T will be equal to 75, UE will look for P-RNTI in sub- frame 9 of that particular Radio Frame. Example for each nB, Number of paging occasions per DRX cycle T_C T_UE T DRX cycle (ms) nB N N_S Ue_ID_mod_N Num of PO during DRX Cycle frame 256 128 128 1,280 4T 128 4 75 512 256 128 128 1,280 2T 128 2 75 256 256 128 128 1,280 T 128 1 75 128 256 128 128 1,280 T/2 64 1 11 64 256 128 128 1,280 T/4 32 1 11 32 256 128 128 1,280 T/8 16 1 11 16 256 128 128 1,280 T/16 8 1 3 8 256 128 128 1,280 T/32 4 1 3 4 T_C Cell specific DRX cycle, signaled by eNodeB via SIB2 T_UE Cell specific DRX cycle, signaled by MME T DRX cycle (paging cycle) of UE n_B Number of paging occasions per DRX cycle, signaled by eNodeB via SIB2 The larger the value of nB is configured to, the larger the paging capacity. Likewise, the smaller the paging capacity when the value of nB is smaller. N Number of paging frames N_S Number of paging subframes ue_ID_mod_N Paging frame SFN modular
  • 7. i_s index to Paging Occasion from subframe pattern 36.304 Paging 7.1 Discontinuous Reception for paging The UE may use Discontinuous Reception (DRX) in idle mode in order to reduce power consumption. One Paging Occasion (PO) is a subframe where there may be P-RNTI transmitted on PDCCH addressing the paging mess age. One Paging Frame (PF) is one Radio Frame, which may contain one or multiple Paging Occasion(s). When DRX is used the UE needs only to monitor one PO per DRX cycle. 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) Index i_s pointing to PO from subframe pattern defined in 7.2 will be derived from following calculation: i_s = floor(UE_ID/N) mod Ns System Information DRX parameters stored in the UE shall be updated locally in the UE whenever the DRX parameter values are changed in SI. If the UE has no IMSI, for instance when making an emergency call without USIM, the UE shall use as default identity UE_ID = 0 in the PF and i_s formulas above. The following Parameters are used for the calculation of the PF and i_s: - T: DRX cycle of the UE. T is determined by the shortest of the UE specific DRX value, if allocated by upper layers, and a default DRX value broadcast in system information. If UE specific DRX is not configured by upper layers, the default value is applied. - nB: 4T, 2T, T, T/2, T/4, T/8, T/16, T/32. - N: min(T,nB) - Ns: max(1,nB/T) - UE_ID: IMSI mod 1024. IMSI is given as sequence of digits of type Integer (0..9), IMSI shall in the formulae above be interpreted as a decimal integer number, where the first digit given in the sequence represents the highest order digit. For example: IMSI = 12 (digit1=1, digit2=2) In the calculations, this shall be interpreted as the decimal integer "12", not "1x16+2 = 18". 7.2 Subframe Patterns FDD: Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3 1 9 N/A N/A N/A 2 4 9 N/A N/A 4 0 4 5 9 TDD (all UL/DL configurations):
  • 8. Ns PO when i_s=0 PO when i_s=1 PO when i_s=2 PO when i_s=3 1 0 N/A N/A N/A 2 0 5 N/A N/A 4 0 1 5 6 36.331 RadioResourceConfigCommon RadioResourceConfigCommon is an information element of SIB2. The IE RadioResourceConfigCommonSIB and IE RadioResourceConfigCommon are used to specify common radio resource configurations in the system information and in the mobility control information, respectively, e.g., the random access parameters and the static physical layer parameters. RadioResourceConfigCommon information element -- ASN1START RadioResourceConfigCommonSIB ::= SEQUENCE { rach-ConfigCommon RACH-ConfigCommon, bcch-Config BCCH-Config, pcch-Config PCCH-Config, prach-Config PRACH-ConfigSIB, pdsch-ConfigCommon PDSCH-ConfigCommon, pusch-ConfigCommon PUSCH-ConfigCommon, pucch-ConfigCommon PUCCH-ConfigCommon, soundingRS-UL-ConfigCommon SoundingRS-UL-ConfigCommon, uplinkPowerControlCommon UplinkPowerControlCommon, ul-CyclicPrefixLength UL-CyclicPrefixLength, ... } RadioResourceConfigCommon ::= SEQUENCE { rach-ConfigCommon RACH-ConfigCommon OPTIONAL, -- Need ON prach-Config PRACH-Config, pdsch-ConfigCommon PDSCH-ConfigCommon OPTIONAL, -- Need ON pusch-ConfigCommon PUSCH-ConfigCommon, phich-Config PHICH-Config OPTIONAL, -- Need ON pucch-ConfigCommon PUCCH-ConfigCommon OPTIONAL, -- Need ON soundingRS-UL-ConfigCommon SoundingRS-UL-ConfigCommon OPTIONAL, -- Need ON uplinkPowerControlCommon UplinkPowerControlCommon OPTIONAL, -- Need ON antennaInfoCommon AntennaInfoCommon OPTIONAL, -- Need ON p-Max P-Max OPTIONAL, -- Need OP tdd-Config TDD-Config OPTIONAL, -- Cond TDD ul-CyclicPrefixLength UL-CyclicPrefixLength, ... }
  • 9. BCCH-Config ::= SEQUENCE { modificationPeriodCoeff ENUMERATED {n2, n4, n8, n16} } PCCH-Config ::= SEQUENCE { defaultPagingCycle ENUMERATED { rf32, rf64, rf128, rf256}, nB ENUMERATED { fourT, twoT, oneT, halfT, quarterT, oneEighthT, oneSixteenthT, oneThirtySecondT} } UL-CyclicPrefixLength ::= ENUMERATED {len1, len2} -- ASN1STOP RadioResourceConfigCommon field descriptions p-Max Pmax to be used in the target cell. If absent the UE applies the maximum power according to the UE capability. modificationPeriodCoeff Actual modification period, expressed in number of radio frames= modificationPeriodCoeff * defaultPagingCycle. n2 corresponds to value 2, n4 corresponds to value 4, n8 corresponds to value 8 and n16 corresponds to value 16. defaultPagingCycle Default paging cycle, used to derive ‘T’ in TS 36.304 [4]. Value rf32 corresponds to 32 radio frames, rf64 corresponds to 64 radio frames and so on. nB Parameter: nB is used as one of parameters to derive the Paging Frame and Paging Occasion according to TS 36.304 [4]. Value in multiples of defaultPagingCycle ('T'). A value of fourT corresponds to 4 * defaultPagingCycle, a value of twoT corresponds to 2 * defaultPagingCycle and so on. UL-CyclicPrefixLength Parameter: Uplink cyclic prefix length see 36.211 [21, 5.2.1] where len1 corresponds to normal cyclic prefix and len2 corresponds to extended cyclic prefix. Conditional presence Explanation TDD The field is optional for TDD, Need ON; it is not present for FDD and the UE shall delete any existing value for this field.