5G NR parameters k0, k1, k2

5G NR parameters k0, k1, k2

This article offers a very brief and simplified description of the role of K0, K1 and K2 parameters in the time domain resource allocation and some key constraints imposed by 3GPP on them. For the sake of simplicity, it is assumed that PDCCH, PDSCH and PUSCH of the serving cell have the same numerology – otherwise the description would be a bit more complicated because different numerology of PDCCH and PDSCH/PUSCH would add extra rules. Also, for the sake of simplicity, graphical examples assume FDD, though nothing is different for TDD, i.e. TDD does not add any extra rules.

In general, any K-parameter determines the slot offset between the DCI the UE received on PDCCH channel and its scheduled resource – be it PDSCH reception (k0) or PUSCH transmission (k2) or HARQ feedback transmission over PUCCH (k1).

As usual, all the details and examples presented below can be found in NR RRC Reconfiguration message.

k0

k0 is a slot offset between DCI received by UE in PDCCH and its scheduled PDSCH. It can be found in the PDSCH- TimeDomainResourceAllocationList information element and can have integer value 0..32:

PDSCH-TimeDomainResourceAllocationList :

???????????????????????[0]: 
?????????????????????????k0: 0
?????????????????????????mappingType : typeA
?????????????????????????startSymbolAndLength: 40
???????????????????????[1]: 
?????????????????????????k0: 0
?????????????????????????mappingType : typeA
?????????????????????????startSymbolAndLength: 53
???????????????????????[2]: 
?????????????????????????k0: 0
?????????????????????????mappingType : typeA
?????????????????????????startSymbolAndLength: 54         

Slot offset k0 allows the resource allocation to be scheduled a specific number of slots in the future (k0 > 0), or for the resource allocation to be scheduled within the same current slot (k0 = 0). In real commercial network most likely you will never find any mentioning of k0 in your NR RRC Reconfiguration message. That’s absolutely fine because according to 3GPP TS 38.331, this field is optional and “When the field is absent the UE applies the value 0”. The UE knows that all PDSCH allocations always occur in the same slot where the PDCCH allocating them is. Your PDSCH-TimeDomainResourceAllocationList will rather look like this:

PDSCH-TimeDomainResourceAllocationList 
??????????????????????? [0]:
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 40
????????????????????? ??[1] :
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 96:        

There are a couple of interesting constraints imposed by 3GPP TS 38.214 w.r.t. k0 use:

  • For any HARQ process ID(s) in a given scheduled cell, the UE is not expected to receive a PDSCH that overlaps in time with another PDSCH.
  • For any two HARQ process IDs in a given scheduled cell, if the UE is scheduled to start receiving a first PDSCH starting in symbol j by a PDCCH ending in symbol i, the UE is not expected to be scheduled to receive a PDSCH starting earlier than the end of the first PDSCH with a PDCCH that ends later than symbol i.

These constraints can be graphically presented as follows:

No alt text provided for this image

k1

k1 is in fact not named like this by 3GPP and this is rather a slang name. Its official 3GPP name is dl-DataToUL-ACK as seen in NR RRC Reconfiguration message or PDSCH-to-HARQ Feedback Timing Indicator as seen in DCI on PDCCH channel.

Interpretation of the PDSCH-to-HARQ Feedback Timing Indicator depends upon the DCI Format used to allocate the PDSCH resources. In the case of DCI Format 1_0, the timing indicator maps directly onto the set of values {1, 2, 3, 4, 5, 6, 7, 8}. In the case of DCI Format 1_1, the timing indicator represents a pointer towards a row within a look-up table configured by the RRC layer. This look-up table is configured as part of the PUCCH-Config parameter structure. The look-up table is called dl-DataToUL-ACK and can be configured with up to 8 rows which corresponds to the PDSCH-to-HARQ Feedback Timing Indicator field occupying up to 3 bits within DCI Format. The PDSCH-to-HARQ Feedback Timing Indicator determines the delay between the end of the slot used to transfer the PDSCH and the start of the slot used to return the HARQ acknowledgement.

dl-DataToUL-ACK provides a list of timing for given PDSCH to the DL ACK. It is a sequence of size 1..8 of integer values 0..15:

? ??????????????????dl-DataToUL-ACK
????????????????????? [0]: 3
????????????????????? [1]: 4
????????????????????? [2]: 5
????????????????????? [3]: 6
????????????????????? [4]: 7
????????????????????? [5]: 8
????????????????????? [6]: 11
????????????????????? [7]: 12        

One constraint for k1 is worth mentioning: In a given scheduled cell, the UE is not expected to receive a first PDSCH in slot i, with the corresponding HARQ-ACK assigned to be transmitted in slot j, and a second PDSCH starting later than the first PDSCH with its corresponding HARQ-ACK assigned to be transmitted in a slot before slot j. This constraint can be graphically presented as follows:

No alt text provided for this image

k2

k2 can have integer value 0..32 and it corresponds to the slot offset between the PDCCH carrying the DCI for the PUSCH allocation and the actual PUSCH to be allocated. When the field is absent the UE applies the value 1 when PUSCH SCS is 15/30 kHz; the value 2 when PUSCH SCS is 60 kHz, and the value 3 when PUSCH SCS is 120KHz. But it is never absent usually. But usually k2 fields are always present in real commercial networks.

All possible k2 values the serving cell may use for the UE can be found in the PUSCH-TimeDomainResourceAllocationList?structure that is used to configure a time domain relation between PDCCH and PUSCH. PUSCH-TimeDomainResourceAllocationList contains one or more of such PUSCH-TimeDomainResourceAllocations. The network indicates in the UL grant which of the configured time domain allocations the UE shall apply for that UL grant. The UE determines the bit width of the DCI field based on the number of entries in the PUSCH-TimeDomainResourceAllocationList. Value 0 in the DCI field refers to the first element in this list, value 1 in the DCI field refers to the second element in this list, and so on.

PUSCH-TimeDomainResourceAllocationList 
??????????????????????? [0]:
????????????????????????? k2: 1
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????????????????????? [1]:
????????????????????????? k2: 2
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????????????????????? [2]:
????????????????????????? k2: 3
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????????????????????? [3]:
????????????????????????? k2: 4
????????????????????????? mappingType: typeA
???????????????????? ?????startSymbolAndLength: 27
??????????????????????? [4]:
????????????????????????? k2: 5
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????????????????????? [5]:
????????????????????????? k2: 6
????? ????????????????????mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????????????????????? [6]:
????????????????????????? k2: 8
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27
??????? ????????????????[7]:
????????????????????????? k2: 9
????????????????????????? mappingType: typeA
????????????????????????? startSymbolAndLength: 27        

A couple of interesting constraint for k2 are worth mentioning:

  • For any HARQ process ID(s) in a given scheduled cell, the UE is not expected to transmit a PUSCH that overlaps in time with another PUSCH.
  • For any two HARQ process IDs in a given scheduled cell, if the UE is scheduled to start a first PUSCH transmission starting in symbol j by a PDCCH ending in symbol i, the UE is not expected to be scheduled to transmit a PUSCH starting earlier than the end of the first PUSCH by a PDCCH that ends later than symbol i.

These constraints can be graphically presented as follows:

No alt text provided for this image
Deepak Kumar

Physical Layer Firmware Engineer at Altair Semiconductor

1 个月

Andrew Kolomatski - Thanks for sharing. Question - as per 36.331 specifications, The minimum value of K2 = 0, Which impose tight real time requirements. What are the typical values used by the network ? Do you see, Why or under what circumstances NW may configure K2=0 ? 36.331: PUSCH-TimeDomainResourceAllocation ::= SEQUENCE { k2 INTEGER(0..32) }

回复
Khanh Tran

Solution Architect at Ericsson

7 个月

Thanks Andrew for a detailed explanation of the topic. Extremely useful information.

Pappu Kumar Chaurasia

Test Manager | 5G SA/NSA | LTE | NB-IoT | UE (L1,L2,L3) LOG ANALYSIS | Device Protocol Testing

1 年

Andrew Kolomatski for the case of RRC setup message in downlink, Its assignment in DCI_1_0 with field "pdsch to Harq feedback indicator" as 7. It means its ack/nack should be sent by UE after 7 slots(in 8th slot) or it should point toward the value in rrc message under dl-DataToUl-Ack and accordingly PUCCH(UCI) position should be decided?

回复

要查看或添加评论,请登录

Andrew Kolomatski的更多文章

  • Uplink Frequency Domain Resource Allocation In a Nutshell

    Uplink Frequency Domain Resource Allocation In a Nutshell

    There are more than one frequency domain resource allocation types in uplink, both in LTE and NR. Some are more common…

  • 5G NR TDD Slot Configuration

    5G NR TDD Slot Configuration

    This is just to brush up on the main parameters defining the TDD slot format, configuration and pattern in 5G NR. As…

    12 条评论
  • 5G NR Downlink HARQ Demystified

    5G NR Downlink HARQ Demystified

    While RLC layer uses Automatic Repeat Request (ARQ) retransmission protocol for error detection and correction, MAC…

    7 条评论
  • 5G NR PDSCH DMRS Figured Out

    5G NR PDSCH DMRS Figured Out

    Demodulation reference signals (DMRS) are used in virtually any channel bar the uplink random access one - PBCH, PDCCH,…

    10 条评论
  • LTE Aperiodic CSI Reporting for Carrier Aggregation

    LTE Aperiodic CSI Reporting for Carrier Aggregation

    When eNodeB wants to know how good UE receives DL signal of the serving cell, it sends CSI request to the UE. In…

    1 条评论
  • 5G NR Aperiodic CSI Reporting for Beam Refinement

    5G NR Aperiodic CSI Reporting for Beam Refinement

    In the previous article 5G NR Beamforming Beam Count it was described how to work out the number of wide SSB beams and…

    13 条评论
  • Antenna Tilt in 5G NR

    Antenna Tilt in 5G NR

    Are antenna tilting (or mostly down tilting) methods for 5G the same as for 4G and all previous "G"? Yes, but it…

    3 条评论
  • 5G NR Typical Beamforming Cases

    5G NR Typical Beamforming Cases

    There are two radio technologies for beamforming - analog and digital ones. 3gpp allows for multitude of various…

    10 条评论
  • 5G NR Beamforming Beam Count

    5G NR Beamforming Beam Count

    Not absolutely necessarily, but typically low-band and mid-band 5G NR employs digital beamforming, whereas high-band…

    14 条评论
  • 5G NR Implied Association between SSB Index and RACH Occasion

    5G NR Implied Association between SSB Index and RACH Occasion

    There are multitude of resources online that explain and visualize the time and frequency domain allocation and mapping…

    18 条评论

社区洞察

其他会员也浏览了