HSCTechnicalWiki


view edit history print Talk subscribe
SearchWiki
Inspired by: Support Wikipedia

Views: 5104

Full site statistics

Authors:

edit SideBar

Main » Radio Resource Control in LTE

PageList

Papers

Tutorials

HSC welcomes all external visitors to this site, especially students and members of the academic community. Please use the comments box at the bottom of each page to record any comments or suggestions for improvement.

Introduction

Radio resource Control (RRC) protocol is being used to configure and control the radio resource between the EnodeB and UE. RRC is used to configure the RLC/MAC and PHY layer at UE and ENB.

RRC Functions

The RRC protocol includes the following main functions:

  1. Broadcast of system information, including NAS common information, information applicable to the UEs in RRC_IDLE e.g. cell (re-selection) parameters, neighbouring cell information and information (also) applicable for UEs in RRC_CONNECTED e.g. common channel configuration information.
  2. RRC Connection Control
  3. Paging
  4. Establishment/Modification/release of RRC Connection, including e.g. assignment/modification of UE identity (C-RNTI), establishment/modification/release of SRB1 and SRB2, access class barring;
  5. Initial security activation, i.e. initial configuration of AS integrity protection (CP) and AS ciphering (CP, UP);
  6. RRC connection mobility including e.g. intra-frequency and inter-frequency handover, associated security handling, i.e. key and/or algorithm change, specification of RRC Context information transferred between network nodes.
  7. Establishment/modification/release of point to point RBs carrying user data.
  8. Radio configuration control including e.g. assignment/modification of ARQ configuration, HARQ configuration , DRX configuration;
  9. QoS Control including assignment/modification of semi-persistent configuration information of DL/UL assignment/modification of parameters for UL rate control in the UE, i.e. allocation of a priority and a prioritized bit rate (PBR) for each RB.
  10. Recovery from Radio link Failure.

Inter-RAT mobility including e.g. security activation, transfer of RRC context information. Measurement configuration control and reporting: Establishment/modification/release of measurements (e.g. Intra frequency, inter frequency and inter RAT mobility, Quality, UE internal, positioning) Configuration and deactivation of measurement gaps; Measurement Reporting Other functions including e.g. transfer of dedicated NAS Information and non-3GPP dedicated information, transfer of UE Radio access capability information, and support for E-UTRAN sharing (multiple PLMN identities). Multicast/Broadcast Support of self configuration and self-optimisation.

Important Changes in RRC specification for LTE and its difference with legacy 3G-RNC system

Following is the important changes in RRC specification for LTE and its difference with legacy 3G-RNC system. Procedure specific difference is mentioned in specific procedure section.

  1. RRC State: - In LTE there is only 2 RRC states i.e. RRC_IDLE and RRC_CONNECTED whereas in 3G-RNC system RRC has a 5 state i.e. IDLE, CELL_FACH, CELL_DCH, CELL_PCH, URA_PCH. In LTE, there is no concept of common and dedicated transport channel, thats why there is no need of CELL_FACH and CELL_DCH state. In LTE there is only shared transport channel are defined. CELL_PCH and URA_PCH is also removed. Therefore this will simplifies the RRC State machine handling and improves RRC performance. This will also simplify the RRM algorithm which decides RRC states.
  2. Signaling Radio Bearers: - In LTE there is only three SRB is defined i.e. SRB0, SRB1 and SRB2. Still SRB2 is on FFS, whereas in 3G-RNC system RRC has 5 SRBs i.e. SRB0, SRB1, SRB2, SRB3 and SRB4 (optional).
  3. SRB 0: - In LTE SRB 0 is used RLC TM entity over CCCH logical channel in DL whereas in 3G-RNC system RLC UM entity over CCCH logical channel in DL.
  4. MAC entity: - In LTE there is only one MAC entity which needs to configured whereas in 3G-RNC system there is 4 different MAC entity based on different type of transport channel i.e MAC-d (DCH), MAC-c/sh (FACH, DSCH), MAC-hs (HS-DSCH) and MAC-e (E-DCH). In 3G-RNC system the state machine which is handling MAC configuration is quite complex. During state transition CELL_FACH->CELL_DCH or CELL_DCH->CELL_FACH lots of signaling was involved. In LTE, since there is only one MAC entity which is easier and simple to configure and have very simple State Machine.
  5. Radio Bearer mapping: - In LTE Radio bearer mapping would be much simpler than the 3G-RNC system because of there is no common and transport channel defined in LTE.
  6. In LTE there is no RRC connection mobility defined like cell update and ura update.
  7. Domain Identity: - In LTE, there is only one domain identity i.e. PS domain and which is implicit no need to specify anywhere in signaling where as in 3G-RNC system there is two domain identity i.e. CS domain and PS domain identity. Because of these two identities, there was lot of signaling overhead and complexity in RRC design. Now in LTE, there is no Initial UE Message is defined because only one domain identity is there.
  8. System Broadcast Information:- In LTE, MIB includes a limited number of most frequently transmitted parameters and SIB Type 1 containing the scheduling information that mainly indicates when the SI messages are transmitted where as in 3G-RNC system, MIB includes the frequently transmitted parameters was well as scheduling information.
  9. In LTE, only shared channel is defined, so UE is always listening/decoding to the radio frame at L1 and L2 layer, there is no need to define the downlink transport channel configuration in the RRC Reconfiguration message. This will reduce signaling message size effectively. All DL-SCH transport channel information is broadcasted in system information.
  10. The above point introduces another very critical feature of DRX calculation since all DL data is on the shared channel. ENB can tell the UE when to decode/listen over the radio frame. This will optimize UE power consumtion.
  11. Paging Type: - In LTE there is only one type of paging required where as in 3G-RNC system there is two type of paging defined. This is because there is no CELL_FACH and CELL_DCH state in LTE.
  12. Less signaling message in case of Reconfiguration: - In LTE there is only one reconfiguration message to reconfigure all logical, transport and physical channel where as in 3G-RNC system there are number of reconfiguration message i.e. RB reconfiguration , TRCH configuration, PHY configuration.
  13. In LTE there is no NBAP protocol, this reduces the latency of the RRC connection establishment and RB management procedure.
  14. There is no need to define URNTI, ERNTI, HRNTI, SRNTI in LTE, since there is only one shared MAC entity.
  15. In LTE, there in no need to define activation time. Because of this there are lots of synchronizing complexity in 3G-RNC systems i.e. Synchronizing Radio link procedure based on activation time, synchronizing between the various MAC entity. This reduces significantly latency during establishment and reconfiguration of radio bearers.
  16. In LTE, there in no need to specify the RRC State in RRC message.
  17. For network control mobility, there is one feature which become very important and critical i.e. CQI Reporting. CQI reporting should be fast and correct for taking decision for mobility.
  18. There is no signaling connection release procedure in LTE, since there is only one domain i.e. PS domain and the UE context is shared between the MME and ENB and if UE is active in ENB then it should be active in MME also.

Architecture

UE RRC State

UE has two RRC states

  1. RRC_IDLE

This state indicates that there is not signaling radio bearer is established i.e. no RRC connection is established. RRC_IDLE state can further characterized as follows

  1. A UE specific DRX may be configured by upper layers.
  2. UE controlled mobility.
  3. The UE:
  4. Monitors a paging channel to detect incoming calls;
  5. Performs neighboring cell measurements and measurement reporting
  6. Acquires system information.
  7. RRC_CONNECTED

This state indicates that there is signaling radio bearer established i.e. RRC connection is established. RRC_CONNECTED state can be further characterized as follows

  1. Transfer of unicast data to/from an UE
  2. At the lower layers, the UE may configure with a UE specific DRX/DTX.
  3. Network Controllled Mobility, i.e. handover and cell change order with network assistance (NACC) to GEREN.
  4. The UE:
  5. Monitors control channels associated with the shared data channel to determine if data is scheduled for it
  6. Provides channel quality and feedback information.
  7. Performing neighboring cell measurements and measurement reporting.
  8. Acquires system information.

Signaling Radio Bearers

Signaling Radio Bearers (SRBs) are defined as Radio Bearers (RB) that are used only for the transmission of RRC and NAS messages. More specifically, the following three SRBs are defined:

  1. SRB0 is for RRC messages using the CCCH logical channel;
  2. SRB1 is for RRC messages(which may include piggybacked NAS messages) and for NAS messages prior to establishment of SRB2, all using DCCH logical channel;
  3. SRB2 is for NAS messages, using DCCH logical channel.

The figure shows the SRB configuration CCCH, DCCH are the logical channel between the RRC and RLC layer. TM-UL is the transparent mode RLC entity used in uplink, UM-DL is the unacknowledgement mode RLC entity used in DL, AM DL is the acknowledgement entity used in DL, AL-UL is the acknowledgement entity used in uplink.

RRC Procedures

Paging

The purpose of paging

  • Transmit paging information to the UE in RRC_IDLE state.
  • To inform UEs in RRC_IDLE about the system information change.

Differences with 3G-RNC System in Paging In 3G-RNC system, there is two type of paging is defined i.e. paging Type 1 (idle, CELL_PCH, URA_PCH) and paging Type 2 (CELL_DCH, CELL_FACH) and these paging are specific to the CN Domain. In LTE this has become simpler because there is only one domain and there is no state like CELL_PCH and URA_PCH. In LTE paging is handled in RRC_IDLE state.

RRC Connection establishment

The purpose of RRC Connection establishment to establish SRB1 only.

This procedure is initiated by the UE when the upper layer request the establishment of a signalling connection while UE is in RRC_IDLE state. UE sends RRC Connection Request message to ENB on SRB 0 and the US shall continue cell re-selection related measurement as well as cell-reselection evaluation. If the contention resolution of the RRC Connection Request is successful, as indicated by the lower layer, wait for RRC Connection Setup Response from ENB. Otherwise retry to send the RRC Connection Request message.

ENB performs the Admission Control based on its RRM algorithm. If ENB permits the admission of the UE, ENB sends the RRC Connection Setup message to the UE. RRC Connection setup message contains all the RLC (logical channel) and MAC (transport layer) parameters to establish the SRB1. UE applies the configuration informed in RRC Connection setup message. UE enters into RRC_CONNTECTED state and stop the cell-reselection procedure.

After successfully applying the configuration UE sends the RRC Connection setup complete message.

Ue-identity = UE_CONTENTION_RESOLUTION_IDENTITY. Setting of UE_CONTENTION_RESOLUTION_IDENTITY

  • If upper layer provides an S-TMSI. Upper layer will provide the S-TMSI if the UE is registered in the TA of the current cell.
  • Set Identity Type to S-TMSI
  • Set the S-TMSI to the value received from upper layer.

Else

  • Set the identity type to random number
  • Draw a random value and set the Random number to the selected value

ENB can reject the RRC connection establishment based on its admission control algorithm. In this case ENB sends RRC Connection Reject message to the UE.

Difference with 3G-RNC system in RRC Connection Establishment Procedure

  • RRC Connection Request is very small in size in LTE as compared to 3G-RNC. The main difference in both cases is the usage of UE identity. In LTE UE identity is used as contention resolution identity because this is first message from UE on the shared uplink channel where as in 3G RNC UE identity is the initial UE identity. In LTE many IE have been removed from RRC Connection Request message i.e. CN Domain Identity, Call type, HS-PDSCH in CELL_FACH, MAC-ehs support, Access Stratum release indicator, support of F-DPCH, UE mobility state indicator, Measured result on RACH.
  • In LTE UE identity is used as contention resolution identity. It is possible that contention failure can happen; in this case UE will try again the RRC connection request based on its timer and counter. RRC will come to know about the contention result from random access response message from peer MAC layer. In this procedure there is interaction with the MAC layer where as in 3G-RNC there is no such interaction with the MAC layer.
  • In LTE C-RNTI is indirectly allocated by MAC layer where as in 3G-RNC system C-RNTI is allocated by the RRC layer and indicates to the MAC layer. During random access procedure MAC Layer provides T-CRNTI to the UE and UE uses this T-CRNTI as a CRNTI after successfully completion of the RRC Connection establishment procedure.
  • In LTE the default configuration is used for the radio bearer parameters. There is no explicit configuration possible for RB where as in 3G-RNC system explicit configuration is possible. The number of default configuration in LTE is under FFS.
  • RRC Connection Setup Complete message include the nasDedicationInfomation IE which will reduce the NAS signalling delay. In 3G-RNC system the nas information is sent via uplink direct transfer message.

RRC Connection Reconfiguration

RRC connection reconfiguration, success

RRC connection reconfiguration, failure

The purpose of this procedure

  • Establish/modify/release RBs,
  • To perform Handover
  • To configure/modify measurements
  • NAS dedicated information may be transferred from ENB to UE.

If AS-Security is enabled then only include Mobility Control Information IE and IEs related to the RB establishment

RRC Connection Reconfiguration message is used to establish one or more RBs. In this procedure following broad level IEs are included.

  • Measurement Configuration
  • Nas dedicated information.
  • Radio Resource Configuration.
  • Mobility Control information.
  • Security Configuration
  • UE Related Information.

If UE successfully applied the configuration, It sends RRC Connection Reconfiguraion Complete, otherwise RRC Connection Reconfiguration Fail

Difference with 3G-RNC system in RRC Connection Reconfiguration Procedure

  • In LTE, the prioritized bit rate is introduced in Uplink. The UE has an uplink rate control function which manages the sharing of uplink resources between radio bearers. RRC controls the uplink rate control function by giving each bearer a priority and a prioritized bit rate (PBR). PBR is a parameter set internal to the ENodeB and is not signaled over the S1 interface as QoS parameter. The uplink rate control function ensures that the UE serves its radio bearer(s) in the following sequence:
  • All the radio bearer(s) in decreasing priority order up to their PBR;
  • All the radio bearer(s) in decreasing priority order for the remaining resources assigned by the grant

NOTE:In case the PBRs are all set to zero, the first step is skipped and the radio bearer(s) are served in strict priority order: the UE maximizes the transmission of higher priority data

  • Since LTE is having only one state in RRC connected mode i.e. RRC_CONNECTED, thats why the complexity is reduced significantly as compared to the 3G-RNC
  • In LTE there is only one message define for the reconfiguration where as in 3G-RNC system 3 procedures are there to change the radio bearer configurations i.e radio bearer reconfiguration, transport channel reconfiguration and physical channel reconfiguration.
  • RB mapping Info is much simpler as compared to the 3G-RNC system.
  • Transport channel and physical channel information IE is significantly reduced as compared to the 3G-RNC system due to use of shared transport and physical channel. There is no common and dedicated transport and physical channel define in LTE.
  • In LTE, at RRC level only one RNTI is maintained i.e. CRNTI which is generated by MAC layer and informed to RRC Layer.
  • In LTE, there is provision to change the security configuration using RRC Connection Reconfiguration where as in 3G-RNC system, it was handled using security mode command procedure.
  • In LTE, RRC Connection reconfiguration can be also used to send NAS dedicated signalling to the MS to reduce the latency where as this option is not in 3G-RNC system.

RRC Connection Re-establishment

RRC connection re-establishment, successful

RRC connection re-establishment, failure

The purpose of this procedure is re-establish the RRC connection, which involved resumption of SRB1 operation and re-activation of security. A UE in RRC_CONNECTED, for which security has been activated, may initiate the procedure in order to continue the RRC connection. The connection re-establishment succeeds only if the concerned cell is prepared i.e. has a valid UE context. In case E-UTRAN accepts the re-establishment, SRB1 operation resumes while the operation of other radio bearers remains suspended. E-UTRAN applies the procedure as follows:

  • to reconfigure SRB1 and to resume data transfer only for this RB;
  • to re-activate security without changing algorithms.

The UE shall initiate this procedure when security as been activated. The UE initiates the procedure when one of the following conditions is met:

  • Upon re-entry of the service area after having detected radio link failure;
  • Upon handover failure
  • When lower layers detect problems, as specified in TS 36.322;

Difference with 3G-RNC system in RRC Connection Reestablishment Procedure

  • In 3G-RNC System, for indicating radio link failure and lower layers failure CELL UPDATE procedure is used where as in LTE RRC Connection reestablishment procedure is used.
  • The handling of Radio Link Failure case is still FFS. There are various proposals for handling radio link failure going on.

Initial Security Activation

Security mode command, successful

Security mode command, failure

The purpose of this procedure is to activate AS security upon RRC connection establishment. ENB initiates the security mode command procedure to a UE in RRC_CONNECTED. Moreover, ENB applies the procedure as follows:

  • When only SRB1 is established, i.e. prior to establishment of SRB2 and/ or DRBs

RRC Specification for LTE does not specify about the START value. The security specification is also under FFS

Handover procedure

Handover from E-UTRA to other RAT (UTRAN/GERAN/CDMA2000)

Protocol Message Flow between UE, ENB and MME in case of HO

The purpose of this procedure is to move a UE in RRC_CONNECTED to a cell using another Radio Access Technology (RAT), e.g. GERAN, UTRA or CDMA2000 systems. The mobility from E-UTRA procedure covers both:

  • Handover, i.e. the MOBILITY FROM E-UTRA message includes radio resources that have been allocated for the UE in the target cell and
  • Cell change order, i.e. the MOBILITY FROM E-UTRA message may include information facilitating access of and/ or connection establishment in the target cell, e.g. system information. Cell change order is applicable only to GERAN.

The mobility from E-UTRA procedure applies when signaling radio bearers are established, possibly in combination with EPS bearers

Handover From other RAT (UTRAN/GERAN/CDMA2000) to E-UTRA

Protocol Message Flow between UE, ENB and MME in case of HO

The purpose of this procedure is to, under the control of the network; transfer a connection between the UE and another Radio Access Network (e.g. GERAN or UTRAN) to E-UTRAN. The handover to E-UTRA procedure applies when signaling radio bearers are established, possibly in combination with (EPS) bearers. In case only signaling radio bearers are established, it is FFS if the default EPS bearer is established during handover. It is FFS if handover to E-UTRAN may be initiated while security is not activated in the other RAT.

For more details, refer to RRC Procedure in LTE Document Categories: LTE

Comments

#comment1

#skb_h@yahoo.com01 March 2010, 03:18

Can I get this RRC procedure in LTE document, main.pdf;I don't know any password to retrieve this.

#comment2

justgautam02 March 2011, 06:34

In this web-page, the following is incorrect.. "whereas in 3G-RNC system RRC has 4 SRBs i.e. SRB0, SRB1, SRB2 and SRB3 (optional)."

In 3G-RNC, SRB3 isn't optional. Instead, SRB4 is optional. Besides, there're 5 SRBs namely SRB0 to SRB4.

Fixed. (Webmaster)

#comment3

justgautam02 March 2011, 07:48

In LTE, SRB2 has lower priority than SRB1. It's mentioned the other way around here.... "SRB2 is for high-priority RRC messages, using DCCH logical channel."

Please correct it. Fixed. (Webmaster)

Add Comment 
Email address(will be kept hidden) 
Enter code:

Page last modified on July 04, 2011, at 05:49 AM