SlideShare a Scribd company logo
1 of 6
Download to read offline
How does the UE know when an eNB
            is talking to it?
            Irfan Ali

            v 1.0
            March 2013
Irfan Ali                1
How does the UE find out when the eNB is talking to it?
    •     To a first approximation (which is sufficient for these slides), the downlink channel for FDD appears as a sequence of
          1 ms subframes, as shown below. The first few (typically 3) symbols are used for control signaling (PDCCH) and the
          remaining of the 14 symbols is the shared channel (PDSCH) which carries both signaling and data traffic.


          Frequency



                                                                                              PDCCH          Physical Downlink Control Channel
                                                                                              PHICH          Physical Hybrid ARQ Indicator Channel
                                                                                              PDSCH          Physical Downlink Shared Channel

                                                                                                      Time

•       The UE checks the PDCCH for its C-RNTI or P-RNTI (0xFFFE) or SI-RNTI (0xFFFF). The C-RNTI is unique to the UE in a cell. The P-RNTI and
        SI-RNTI are common to all UEs.
              Technically speaking, the PDCCH has its 16 bit CRC scrambled by the appropriate RNTI.
              The check for P-RNTI or SI-RNTI is not done in every PDCCH frame but only on selected, “paging occasion”, sub-frames (once
               every DRX cycle).
•       If the UE finds its C-RNTI in the PDCCH channel, then it knows that there is a control plane (RRC) or user-plane (PDCP) message for it in
        the PDSCH portion (symbols 4-14) of the subframe. The PDCCH also points to which part of the PDSCH subframe contains the message
        for the UE.
•       The UE then goes to that part of the PDSCH to find out what the message is.
•       The MAC header in the PDSCH tells the UE whether it is an RRC message or a Data message.
             Logical Channel ID 0  CCCH (SRB0)
             Logical Channel ID 1, 2  DCCH (SRB1 and SRB2)                                       RNTI           Radio Network Temporary Identity
                                                                                                   C-RNTI         Cell RNTI
             Logical Channel ID 3-10  DTCH                                                       P-RNTI         Paging RNTI
                                                                                                   SI-RNTI        System Information RNTI
Irfan Ali
  Irfan Ali                                                               2    2
How does the UE find out what RRC message is being sent
 to it in DL direction?
 •   If Logical Channel ID == 0 (SRB0): The “Message Type” field in the RRC message tells the UE what the message is:
          DL-CCCH-MessageType ::= CHOICE {
                          rrcConnectionReestablishment
                          rrcConnectionReestablishmentReject
                          rrcConnectionReject
                          rrcConnectionSetup
             }
 •   If Logical Channel ID == 1:2 (SRB1 and SRB2): The “Message Type” field in the RRC message tells the UE what the
     message is:
          DL-DCCH-MessageType ::= CHOICE {
                         csfbParametersResponseCDMA2000
                         dlInformationTransfer
                         handoverFromEUTRAPreparationRequest
                         mobilityFromEUTRACommand
                         rrcConnectionReconfiguration
                         rrcConnectionRelease
                         securityModeCommand
                         ueCapabilityEnquiry
                         counterCheck
                         ueInformationRequest-r9
                         spare6 NULL, spare5 NULL, spare4 NULL,
                         spare3 NULL, spare2 NULL, spare1 NULL
             }
 •   If Logical Channel ID == 3:10 (DRBs): The message is a data traffic channel (user plane message) belonging to a
     particular Data Radio Bearer. It is a PDCP message and the PDCP headers apply.


Irfan Ali
  Irfan Ali                                                        3   3
But,.. What about the DL MAC messages, how does the UE
 figure out where these are in the DL channel? (1of2)

 •   Good question, the previous slides are based on the fact that the UE has been provided C-RNTI, i.e
     has gone past the random access procedure.
 •   There are two messages that the UE receives in the DL direction during the random access procedure:
       Random Access Response message, and
       Contention Resolution Identity message.
 •   The PDCCH that points to Random Access Response message has its 16 bit CRC scrambled by the RA-
     RNTI ( which is the subframe in which the UE had transmitted its random access preamble.
 •   The PDCCH that points to Contention Resolution Identity message has its 16 bit CRC scrambled by the
     Temporary C-RNTI (the Temporary C-RNTI is provided by the eNB to the UE within the contents of the
     Random Access Response message)
 •   But, but… how does the UE figure out other MAC control messages from the eNB?
 •   These are the MAC control messages in the downlink direction (ignore multicast related MAC
     messages):
       DRX Command MAC Control Element
       Timing Advance Command MAC Control Element
       Activation/Deactivation MAC Control Element

                                                                          RA-RNTI    Random Access RNTI
                                                                          C-RNTI     Cell RNTI



Irfan Ali
  Irfan Ali                                        4   4
But... What about the DL MAC messages, how does the UE
    figure out where these are in the DL channel? (2of2)
    •     The MAC control messages are identified by the Logical Channel ID (LCID) in the MAC header which is sent in the
          PDSCH resource blocks. (Remember, the UE is pointed to the PDSCH resource blocks by the RNTI in the PDCCH
          channel).
    •     The LCID mapping to the different MAC control messages is given below:
                                                 LCID Value (5         Corresponding Channel/MAC Control
                                                  bits, 0-31)          Message
                                                       0                Common Control Channel (SRB0)
                                                      1-2               Dedicated Control Channel
                                                                              (SRB1 and SRB2)
                                                          3-10          Traffic Channels
                                                                            (DRB0-DRB8)
                                                      11 - 26           Reserved
                                                        27              Activation/Deactivation
                                                        28              UE Contention Resolution Identity
                                                        29              Timing Advance Command
                                                        30              DRX Command
                                                        31              Padding

•       There can be multiple MAC messages (MAC Service Data Units SDU or control element) in one PDSCH allocation.
        These together are called a MAC Packet Data Unit (PDU). Each MAC SDU or Control Message has a MAC subheader
        associated with it. Example shown below:

                                                                   MAC Control   MAC Control    MAC                Padding
                      LCID 1   LCID 2   LCID 3   LCID 4   LCID 5                                       MAC SDU 2
                                                                    Element 1     Element 2    SDU 1                (opt)

                                 MAC Header                                            MAC Payload
                                                                       MAC PDU



Irfan Ali
  Irfan Ali                                                                 5    5
In Summation….
                                                   UE Reads the PDCCH
                                                        Channel



                      P-RNTI                                                                   SI-RNTI
                                                           RNTI?
                                             RA-RNTI                           Temporary C-RNTI
                            Random Access                                               Contention
                              Response                           C-RNTI              Resolution Identity

        Paging                                     Common Control Channel, or
                                                    Dedicated Control Channel,
                                                                                                           SIB Information
       Message
                                                   or Dedicated Traffic Channel




                                                       UE Reads the LCID in
                                                       MAC header of PDSCH
     MAC Control Elements                                                                              RRC Channels
                                        27                                                 0
              Activation/Deactivation                                                          Common Control Channel (SRB0)
                                        28
   UE Contention Resolution Identity
                                                                                           1      Dedicated Control Channel (SRB1)
                                        29
                                                              LCID?
         Timing Advance Command

                                        30                                                 2   Dedicated Control Channel (SRB2)
                     DRX Command                                      3-10
                                        31                Data Radio Bearers
                            Padding
                                                             DRB0 – DRB7

Irfan Ali
  Irfan Ali                                                       6     6

More Related Content

What's hot

2 g parameters_guidelines1
2 g parameters_guidelines12 g parameters_guidelines1
2 g parameters_guidelines1James Mutuku
 
Lte power control
Lte power controlLte power control
Lte power controlPranay Akul
 
lte physical layer overview
 lte physical layer overview lte physical layer overview
lte physical layer overviewPraveen Kumar
 
Gsm Frequency Planning
Gsm Frequency PlanningGsm Frequency Planning
Gsm Frequency PlanningDeepak Sharma
 
Lte rrc-connection-setup-messaging
Lte rrc-connection-setup-messagingLte rrc-connection-setup-messaging
Lte rrc-connection-setup-messagingPrashant Sengar
 
LTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOLTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOpaulo_campolina
 
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdfibrahim jerbi
 
NR_Frame_Structure_and_Air_Interface_Resources.pptx
NR_Frame_Structure_and_Air_Interface_Resources.pptxNR_Frame_Structure_and_Air_Interface_Resources.pptx
NR_Frame_Structure_and_Air_Interface_Resources.pptxBijoy Banerjee
 
AIRCOM LTE Webinar 5 - LTE Capacity
AIRCOM LTE Webinar 5 - LTE CapacityAIRCOM LTE Webinar 5 - LTE Capacity
AIRCOM LTE Webinar 5 - LTE CapacityAIRCOM International
 
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_rl1Md.Akm Sahansha
 
Ericsson commond list bss nss oss
Ericsson commond list bss nss oss Ericsson commond list bss nss oss
Ericsson commond list bss nss oss Hossein Abbasi
 
LTE RACH Procedure
LTE RACH ProcedureLTE RACH Procedure
LTE RACH ProcedureAalekh Jain
 

What's hot (20)

Rach procedure in lte
Rach procedure in lteRach procedure in lte
Rach procedure in lte
 
Paging in LTE
Paging in LTEPaging in LTE
Paging in LTE
 
UMTS/LTE/EPC Call Flows for CSFB
UMTS/LTE/EPC Call Flows for CSFBUMTS/LTE/EPC Call Flows for CSFB
UMTS/LTE/EPC Call Flows for CSFB
 
2 g parameters_guidelines1
2 g parameters_guidelines12 g parameters_guidelines1
2 g parameters_guidelines1
 
LTE Procedures
LTE ProceduresLTE Procedures
LTE Procedures
 
Cs fall back
Cs fall backCs fall back
Cs fall back
 
GSM Idle Mode Behavior
GSM Idle Mode BehaviorGSM Idle Mode Behavior
GSM Idle Mode Behavior
 
Lte power control
Lte power controlLte power control
Lte power control
 
lte physical layer overview
 lte physical layer overview lte physical layer overview
lte physical layer overview
 
Gsm Frequency Planning
Gsm Frequency PlanningGsm Frequency Planning
Gsm Frequency Planning
 
Lte epc kp is and signalling (sf)
Lte epc kp is and signalling (sf)Lte epc kp is and signalling (sf)
Lte epc kp is and signalling (sf)
 
Lte rrc-connection-setup-messaging
Lte rrc-connection-setup-messagingLte rrc-connection-setup-messaging
Lte rrc-connection-setup-messaging
 
LTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HOLTE Review - Load Balancing and Interfreq HO
LTE Review - Load Balancing and Interfreq HO
 
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf
2-How to Extend DTAC LTE Coverage with Limited RRU Capacity.pdf
 
NR_Frame_Structure_and_Air_Interface_Resources.pptx
NR_Frame_Structure_and_Air_Interface_Resources.pptxNR_Frame_Structure_and_Air_Interface_Resources.pptx
NR_Frame_Structure_and_Air_Interface_Resources.pptx
 
AIRCOM LTE Webinar 5 - LTE Capacity
AIRCOM LTE Webinar 5 - LTE CapacityAIRCOM LTE Webinar 5 - LTE Capacity
AIRCOM LTE Webinar 5 - LTE Capacity
 
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
 
Ericsson commond list bss nss oss
Ericsson commond list bss nss oss Ericsson commond list bss nss oss
Ericsson commond list bss nss oss
 
LTE RACH Procedure
LTE RACH ProcedureLTE RACH Procedure
LTE RACH Procedure
 
Drx in rrc idle
Drx in rrc idleDrx in rrc idle
Drx in rrc idle
 

Viewers also liked

LTE Location Management and Mobility Management
LTE Location Management and Mobility ManagementLTE Location Management and Mobility Management
LTE Location Management and Mobility Managementaliirfan04
 
LTE and EPC Specifications
LTE and EPC SpecificationsLTE and EPC Specifications
LTE and EPC Specificationsaliirfan04
 
Lte security overview
Lte security overviewLte security overview
Lte security overviewaliirfan04
 
LTE Architecture and LTE Attach
LTE Architecture and LTE AttachLTE Architecture and LTE Attach
LTE Architecture and LTE Attachaliirfan04
 
Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01ZIZI Yahia
 
Long Term Evolution and EPC
Long Term Evolution and EPCLong Term Evolution and EPC
Long Term Evolution and EPCInam Khosa
 
A Quick Introduction to Linux
A Quick Introduction to LinuxA Quick Introduction to Linux
A Quick Introduction to LinuxTusharadri Sarkar
 
2015 btcc-entry-list master
2015 btcc-entry-list master2015 btcc-entry-list master
2015 btcc-entry-list masterMuhammad Hafizan
 
2 g _3g__4g..._omg_what_g_is_right_for_m2m
2 g _3g__4g..._omg_what_g_is_right_for_m2m2 g _3g__4g..._omg_what_g_is_right_for_m2m
2 g _3g__4g..._omg_what_g_is_right_for_m2mIrfan Ahmad
 
Voice over lte vo lte
Voice over lte vo lteVoice over lte vo lte
Voice over lte vo lteIrfan Ahmad
 
Motivasi yang paling tinggi adalah keinginan untuk berubah
Motivasi yang paling tinggi adalah keinginan untuk berubahMotivasi yang paling tinggi adalah keinginan untuk berubah
Motivasi yang paling tinggi adalah keinginan untuk berubahToenof Moegan
 
Subnetting - Perhitungan Subnet
Subnetting - Perhitungan SubnetSubnetting - Perhitungan Subnet
Subnetting - Perhitungan SubnetToenof Moegan
 
Project Management Overview
Project Management OverviewProject Management Overview
Project Management OverviewInam Khosa
 
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areas
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areasi.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areas
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areasecom instruments GmbH
 
Home Healthcare, IEC 60601-1-11
Home Healthcare, IEC 60601-1-11Home Healthcare, IEC 60601-1-11
Home Healthcare, IEC 60601-1-11Intertek
 

Viewers also liked (20)

LTE Location Management and Mobility Management
LTE Location Management and Mobility ManagementLTE Location Management and Mobility Management
LTE Location Management and Mobility Management
 
LTE and EPC Specifications
LTE and EPC SpecificationsLTE and EPC Specifications
LTE and EPC Specifications
 
Lte security overview
Lte security overviewLte security overview
Lte security overview
 
LTE Architecture and LTE Attach
LTE Architecture and LTE AttachLTE Architecture and LTE Attach
LTE Architecture and LTE Attach
 
Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01Optimization guidelines accessibility-ericsson-rev01
Optimization guidelines accessibility-ericsson-rev01
 
Lte identifiers
Lte identifiersLte identifiers
Lte identifiers
 
Long Term Evolution and EPC
Long Term Evolution and EPCLong Term Evolution and EPC
Long Term Evolution and EPC
 
Merry Christmas & Happy New Year
Merry Christmas & Happy New YearMerry Christmas & Happy New Year
Merry Christmas & Happy New Year
 
A Quick Introduction to Linux
A Quick Introduction to LinuxA Quick Introduction to Linux
A Quick Introduction to Linux
 
2015 btcc-entry-list master
2015 btcc-entry-list master2015 btcc-entry-list master
2015 btcc-entry-list master
 
Mathematics
MathematicsMathematics
Mathematics
 
2 g _3g__4g..._omg_what_g_is_right_for_m2m
2 g _3g__4g..._omg_what_g_is_right_for_m2m2 g _3g__4g..._omg_what_g_is_right_for_m2m
2 g _3g__4g..._omg_what_g_is_right_for_m2m
 
Voice over lte vo lte
Voice over lte vo lteVoice over lte vo lte
Voice over lte vo lte
 
Vim Vi Improved
Vim Vi ImprovedVim Vi Improved
Vim Vi Improved
 
Motivasi yang paling tinggi adalah keinginan untuk berubah
Motivasi yang paling tinggi adalah keinginan untuk berubahMotivasi yang paling tinggi adalah keinginan untuk berubah
Motivasi yang paling tinggi adalah keinginan untuk berubah
 
Subnetting - Perhitungan Subnet
Subnetting - Perhitungan SubnetSubnetting - Perhitungan Subnet
Subnetting - Perhitungan Subnet
 
Project Management Overview
Project Management OverviewProject Management Overview
Project Management Overview
 
Introduction to Makefile
Introduction to MakefileIntroduction to Makefile
Introduction to Makefile
 
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areas
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areasi.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areas
i.roc® Ci70 -Ex webinar 1/3 - Increasing Mobile Computing ROI in hazardous areas
 
Home Healthcare, IEC 60601-1-11
Home Healthcare, IEC 60601-1-11Home Healthcare, IEC 60601-1-11
Home Healthcare, IEC 60601-1-11
 

Similar to How does the ue know when an eNB is talking to it

lte channel types
lte channel typeslte channel types
lte channel typesavneesh7
 
LTE DownLink Frame Structure - Copy.pptx
LTE DownLink Frame Structure - Copy.pptxLTE DownLink Frame Structure - Copy.pptx
LTE DownLink Frame Structure - Copy.pptxmani723
 
Chap 2. lte channel structure .eng
Chap 2. lte  channel structure .engChap 2. lte  channel structure .eng
Chap 2. lte channel structure .engsivakumar D
 
WR_BT03_E1_1 Channel Structure and Function-44.ppt
WR_BT03_E1_1 Channel Structure and Function-44.pptWR_BT03_E1_1 Channel Structure and Function-44.ppt
WR_BT03_E1_1 Channel Structure and Function-44.ppttunaVNP
 
Lte 1x Ev Do Terminology 0209[1]
Lte 1x Ev Do Terminology 0209[1]Lte 1x Ev Do Terminology 0209[1]
Lte 1x Ev Do Terminology 0209[1]chgibbs7
 
An overview of D2D in 3GPP LTE standard
An overview of D2D in 3GPP LTE standardAn overview of D2D in 3GPP LTE standard
An overview of D2D in 3GPP LTE standardssk
 
HDLC, PPP and SLIP
HDLC, PPP and SLIPHDLC, PPP and SLIP
HDLC, PPP and SLIPNaveen Kumar
 
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.pdfSaidHaman
 
L2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCL2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCVincent Daumont
 
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...VLSICS Design
 
ABIS-interface
ABIS-interfaceABIS-interface
ABIS-interfaceKaTaNHou1
 
02 tm51172 en02gla2_air interface protocols_ppt
02 tm51172 en02gla2_air interface protocols_ppt02 tm51172 en02gla2_air interface protocols_ppt
02 tm51172 en02gla2_air interface protocols_pptNdukwe Amandi
 
Dci format 1 a
Dci format 1 a Dci format 1 a
Dci format 1 a fdr1975
 

Similar to How does the ue know when an eNB is talking to it (20)

Chap10 edge 03_kh
Chap10 edge 03_khChap10 edge 03_kh
Chap10 edge 03_kh
 
Lte mac
Lte macLte mac
Lte mac
 
lte channel types
lte channel typeslte channel types
lte channel types
 
Wcdma channels
Wcdma channelsWcdma channels
Wcdma channels
 
Wcdma p&o-c-en-channel structure-3-40
Wcdma p&o-c-en-channel structure-3-40Wcdma p&o-c-en-channel structure-3-40
Wcdma p&o-c-en-channel structure-3-40
 
LTE DownLink Frame Structure - Copy.pptx
LTE DownLink Frame Structure - Copy.pptxLTE DownLink Frame Structure - Copy.pptx
LTE DownLink Frame Structure - Copy.pptx
 
Chap 2. lte channel structure .eng
Chap 2. lte  channel structure .engChap 2. lte  channel structure .eng
Chap 2. lte channel structure .eng
 
WR_BT03_E1_1 Channel Structure and Function-44.ppt
WR_BT03_E1_1 Channel Structure and Function-44.pptWR_BT03_E1_1 Channel Structure and Function-44.ppt
WR_BT03_E1_1 Channel Structure and Function-44.ppt
 
Lte 1x Ev Do Terminology 0209[1]
Lte 1x Ev Do Terminology 0209[1]Lte 1x Ev Do Terminology 0209[1]
Lte 1x Ev Do Terminology 0209[1]
 
Lte imp
Lte impLte imp
Lte imp
 
An overview of D2D in 3GPP LTE standard
An overview of D2D in 3GPP LTE standardAn overview of D2D in 3GPP LTE standard
An overview of D2D in 3GPP LTE standard
 
LTE Air Interface
LTE Air InterfaceLTE Air Interface
LTE Air Interface
 
HDLC, PPP and SLIP
HDLC, PPP and SLIPHDLC, PPP and SLIP
HDLC, PPP and SLIP
 
Wcdma channels
Wcdma channels Wcdma channels
Wcdma channels
 
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
 
L2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCL2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revC
 
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
REALIZATION OF TRANSMITTER AND RECEIVER ARCHITECTURE FOR DOWNLINK CHANNELS IN...
 
ABIS-interface
ABIS-interfaceABIS-interface
ABIS-interface
 
02 tm51172 en02gla2_air interface protocols_ppt
02 tm51172 en02gla2_air interface protocols_ppt02 tm51172 en02gla2_air interface protocols_ppt
02 tm51172 en02gla2_air interface protocols_ppt
 
Dci format 1 a
Dci format 1 a Dci format 1 a
Dci format 1 a
 

How does the ue know when an eNB is talking to it

  • 1. How does the UE know when an eNB is talking to it? Irfan Ali v 1.0 March 2013 Irfan Ali 1
  • 2. How does the UE find out when the eNB is talking to it? • To a first approximation (which is sufficient for these slides), the downlink channel for FDD appears as a sequence of 1 ms subframes, as shown below. The first few (typically 3) symbols are used for control signaling (PDCCH) and the remaining of the 14 symbols is the shared channel (PDSCH) which carries both signaling and data traffic. Frequency PDCCH Physical Downlink Control Channel PHICH Physical Hybrid ARQ Indicator Channel PDSCH Physical Downlink Shared Channel Time • The UE checks the PDCCH for its C-RNTI or P-RNTI (0xFFFE) or SI-RNTI (0xFFFF). The C-RNTI is unique to the UE in a cell. The P-RNTI and SI-RNTI are common to all UEs.  Technically speaking, the PDCCH has its 16 bit CRC scrambled by the appropriate RNTI.  The check for P-RNTI or SI-RNTI is not done in every PDCCH frame but only on selected, “paging occasion”, sub-frames (once every DRX cycle). • If the UE finds its C-RNTI in the PDCCH channel, then it knows that there is a control plane (RRC) or user-plane (PDCP) message for it in the PDSCH portion (symbols 4-14) of the subframe. The PDCCH also points to which part of the PDSCH subframe contains the message for the UE. • The UE then goes to that part of the PDSCH to find out what the message is. • The MAC header in the PDSCH tells the UE whether it is an RRC message or a Data message.  Logical Channel ID 0  CCCH (SRB0)  Logical Channel ID 1, 2  DCCH (SRB1 and SRB2) RNTI Radio Network Temporary Identity C-RNTI Cell RNTI  Logical Channel ID 3-10  DTCH P-RNTI Paging RNTI SI-RNTI System Information RNTI Irfan Ali Irfan Ali 2 2
  • 3. How does the UE find out what RRC message is being sent to it in DL direction? • If Logical Channel ID == 0 (SRB0): The “Message Type” field in the RRC message tells the UE what the message is:  DL-CCCH-MessageType ::= CHOICE {  rrcConnectionReestablishment  rrcConnectionReestablishmentReject  rrcConnectionReject  rrcConnectionSetup  } • If Logical Channel ID == 1:2 (SRB1 and SRB2): The “Message Type” field in the RRC message tells the UE what the message is:  DL-DCCH-MessageType ::= CHOICE {  csfbParametersResponseCDMA2000  dlInformationTransfer  handoverFromEUTRAPreparationRequest  mobilityFromEUTRACommand  rrcConnectionReconfiguration  rrcConnectionRelease  securityModeCommand  ueCapabilityEnquiry  counterCheck  ueInformationRequest-r9  spare6 NULL, spare5 NULL, spare4 NULL,  spare3 NULL, spare2 NULL, spare1 NULL  } • If Logical Channel ID == 3:10 (DRBs): The message is a data traffic channel (user plane message) belonging to a particular Data Radio Bearer. It is a PDCP message and the PDCP headers apply. Irfan Ali Irfan Ali 3 3
  • 4. But,.. What about the DL MAC messages, how does the UE figure out where these are in the DL channel? (1of2) • Good question, the previous slides are based on the fact that the UE has been provided C-RNTI, i.e has gone past the random access procedure. • There are two messages that the UE receives in the DL direction during the random access procedure:  Random Access Response message, and  Contention Resolution Identity message. • The PDCCH that points to Random Access Response message has its 16 bit CRC scrambled by the RA- RNTI ( which is the subframe in which the UE had transmitted its random access preamble. • The PDCCH that points to Contention Resolution Identity message has its 16 bit CRC scrambled by the Temporary C-RNTI (the Temporary C-RNTI is provided by the eNB to the UE within the contents of the Random Access Response message) • But, but… how does the UE figure out other MAC control messages from the eNB? • These are the MAC control messages in the downlink direction (ignore multicast related MAC messages):  DRX Command MAC Control Element  Timing Advance Command MAC Control Element  Activation/Deactivation MAC Control Element RA-RNTI Random Access RNTI C-RNTI Cell RNTI Irfan Ali Irfan Ali 4 4
  • 5. But... What about the DL MAC messages, how does the UE figure out where these are in the DL channel? (2of2) • The MAC control messages are identified by the Logical Channel ID (LCID) in the MAC header which is sent in the PDSCH resource blocks. (Remember, the UE is pointed to the PDSCH resource blocks by the RNTI in the PDCCH channel). • The LCID mapping to the different MAC control messages is given below: LCID Value (5 Corresponding Channel/MAC Control bits, 0-31) Message 0 Common Control Channel (SRB0) 1-2 Dedicated Control Channel (SRB1 and SRB2) 3-10 Traffic Channels (DRB0-DRB8) 11 - 26 Reserved 27 Activation/Deactivation 28 UE Contention Resolution Identity 29 Timing Advance Command 30 DRX Command 31 Padding • There can be multiple MAC messages (MAC Service Data Units SDU or control element) in one PDSCH allocation. These together are called a MAC Packet Data Unit (PDU). Each MAC SDU or Control Message has a MAC subheader associated with it. Example shown below: MAC Control MAC Control MAC Padding LCID 1 LCID 2 LCID 3 LCID 4 LCID 5 MAC SDU 2 Element 1 Element 2 SDU 1 (opt) MAC Header MAC Payload MAC PDU Irfan Ali Irfan Ali 5 5
  • 6. In Summation…. UE Reads the PDCCH Channel P-RNTI SI-RNTI RNTI? RA-RNTI Temporary C-RNTI Random Access Contention Response C-RNTI Resolution Identity Paging Common Control Channel, or Dedicated Control Channel, SIB Information Message or Dedicated Traffic Channel UE Reads the LCID in MAC header of PDSCH MAC Control Elements RRC Channels 27 0 Activation/Deactivation Common Control Channel (SRB0) 28 UE Contention Resolution Identity 1 Dedicated Control Channel (SRB1) 29 LCID? Timing Advance Command 30 2 Dedicated Control Channel (SRB2) DRX Command 3-10 31 Data Radio Bearers Padding DRB0 – DRB7 Irfan Ali Irfan Ali 6 6