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

lte channel types
lte channel typeslte channel types
lte channel types
avneesh7
 

What's hot (20)

5G Basic Call Flows.pdf
5G Basic Call Flows.pdf5G Basic Call Flows.pdf
5G Basic Call Flows.pdf
 
【English version】3GPP 5G Standalone Access Registration Call flow_Rev3.00_202...
【English version】3GPP 5G Standalone Access Registration Call flow_Rev3.00_202...【English version】3GPP 5G Standalone Access Registration Call flow_Rev3.00_202...
【English version】3GPP 5G Standalone Access Registration Call flow_Rev3.00_202...
 
LTE and EPC Specifications
LTE and EPC SpecificationsLTE and EPC Specifications
LTE and EPC Specifications
 
5G RAN fundamentals
5G RAN fundamentals5G RAN fundamentals
5G RAN fundamentals
 
02 umts network architecturenew
02 umts network architecturenew02 umts network architecturenew
02 umts network architecturenew
 
5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes5G_NR_Overview_Architecture_and_Operating_Modes
5G_NR_Overview_Architecture_and_Operating_Modes
 
Intermediate: 5G Network Architecture Options (Updated)
Intermediate: 5G Network Architecture Options (Updated)Intermediate: 5G Network Architecture Options (Updated)
Intermediate: 5G Network Architecture Options (Updated)
 
Designing 5G NR (New Radio)
Designing 5G NR (New Radio)Designing 5G NR (New Radio)
Designing 5G NR (New Radio)
 
Lte signaling
Lte signalingLte signaling
Lte signaling
 
Deep Dive 5G NR-RAN Release 2018 Q4.pptx
Deep Dive 5G NR-RAN Release 2018 Q4.pptxDeep Dive 5G NR-RAN Release 2018 Q4.pptx
Deep Dive 5G NR-RAN Release 2018 Q4.pptx
 
lte channel types
lte channel typeslte channel types
lte channel types
 
Packet core network basics
Packet core network basicsPacket core network basics
Packet core network basics
 
5G Network Architecture, Design and Optimisation
5G Network Architecture, Design and Optimisation5G Network Architecture, Design and Optimisation
5G Network Architecture, Design and Optimisation
 
2G / 3G / 4G / IMS / 5G Overview with Focus on Core Network
2G / 3G / 4G / IMS / 5G Overview with Focus on Core Network2G / 3G / 4G / IMS / 5G Overview with Focus on Core Network
2G / 3G / 4G / IMS / 5G Overview with Focus on Core Network
 
LTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) IntroductionLTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) Introduction
 
EPG PGW SAPC SACC PISC Configuration
EPG PGW SAPC SACC PISC ConfigurationEPG PGW SAPC SACC PISC Configuration
EPG PGW SAPC SACC PISC Configuration
 
5g introduction_NR
5g introduction_NR5g introduction_NR
5g introduction_NR
 
5G NR: Key features and enhancements
5G NR: Key features and enhancements5G NR: Key features and enhancements
5G NR: Key features and enhancements
 
5G NR MIB and SIBs
5G NR MIB and SIBs5G NR MIB and SIBs
5G NR MIB and SIBs
 
LTE EPC Technology Essentials
LTE EPC Technology EssentialsLTE EPC Technology Essentials
LTE EPC Technology Essentials
 

Viewers also liked

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
Irfan Ahmad
 
Voice over lte vo lte
Voice over lte vo lteVoice over lte vo lte
Voice over lte vo lte
Irfan Ahmad
 
Project Communication Management
Project Communication ManagementProject Communication Management
Project Communication Management
Inam Khosa
 

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 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
 
Project Communication Management
Project Communication ManagementProject Communication Management
Project Communication Management
 

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

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
tunaVNP
 
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
 
L2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revCL2 MAC LTE PROCEDURES revC
L2 MAC LTE PROCEDURES revC
Vincent Daumont
 
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
Ndukwe Amandi
 

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
 
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 channel
Lte channelLte channel
Lte channel
 
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
 
LTE RACH Procedure
LTE RACH ProcedureLTE RACH Procedure
LTE RACH Procedure
 
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
 

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