NR/5G ~ R16 DL SPS PDSCH

350 阅读2分钟

本文已参与「新人创作礼」活动,一起开启掘金创作之路。 ​

 

  • DCI调度PDSCH与SPS PDSCH的调度限制

在38.214的5.1节中,UE不期望接收DCI调度的PDSCH与SPS PDSCH的时域有部分重叠或者全部重叠,除非DCI的结束符号位置距离SPS PDSCH(起始位置最靠前)的起始位置大于等于14个符号。

The UE is not expected to decode a PDSCH in a serving cell scheduled by a PDCCH with C-RNTI, CS-RNTI or MCS C-RNTI and one or multiple PDSCH(s) required to be received according to this Clause in the same serving cell without a corresponding PDCCH transmission if the PDSCHs partially or fully overlap in time except if the PDCCH scheduling the PDSCH ends at least 14 symbols before the earliest starting symbol of the PDSCH(s) without the corresponding PDCCH transmission, where the symbol duration is based on the smallest numerology between the scheduling PDCCH and the PDSCH, in which case the UE shall decode the PDSCH scheduled by the PDCCH.

  • 多个SPS PDSCH的冲突处理

 当Slot内存在多个SPS PDSCH时候,首先根据上下行符号配置,将PDSCH有上行符号的SPS PDSCH删除,然后

Step 0 - 初始化j=0,j为选择的需要进行已经激活的SPS PDSCH解码的个数

Step 1 - 从集合中选择sps-ConfigIndex最小的SPS PDSCH,j = j + 1

Step 2 - 从剩余的SPS PDSCH中删除与Step 1中的SPS PDSCH overlap的SPS PDSCH

Step 3 - 重复步骤1和步骤2,直到集合为空或者SPS PDSCH个数到达UE支持的一个Slot内的unicast PDSCH个数

示例 - 数字为sps-ConfigIndex,UE能力为Slot内支持2个Unicast PDSCH

 在R15中,在一个反馈窗口内只支持调度一个DL SPS PDSCH,从下面的DL SPS周期来看,最小周期为10ms。

dl-DataToUL-ACK SEQUENCE (SIZE (1..8)) OF INTEGER (0..15)

虽然最大的K1值为15,在一个最大的反馈窗口中貌似可以调度2个SPS PDSCH,但是从下行HARQ-ACK反馈,在Type II码本的描述中,可以看到,SPS PDSCH在反馈窗口内最多就只会出现一个,这里只加了1比特。

在R16中,为了减小时延,SPS-Config中的periodicity的最小值没有发生改变,但是增加了一个field periodicityExt-r16,该值的取值最小值为1,单位为Slot。

在R15中,每个BWP只有一个SPS-Config,在R16中,可以配置多个SPS-Config。

可以通过DCI来激活一个SPS-Config,在SPS-Config中增加了field sps-ConfigIndex-r16,通过激活DCI中的HARQ Process Number field,将SPS-Config中的sps-ConfigIndex-r16值等于HARQ Process Number field的SPS-Config,一次只能激活一个SPS-Config。

If a UE is provided more than oneconfigurations for UL grant Type 2 PUSCH or for SPS PDSCH, a value of the HARQprocess number field in a DCI format indicates an activation for acorresponding UL grant Type 2 PUSCH or for a SPS PDSCH configuration with asame value as provided by ConfiguredGrantConfigIndex or by sps-ConfigIndex,respectively. Validation of the DCI format is achieved if the RV field for theDCI format is set as in Table 10.2-3.

但是释放SPS-Config,除了和R15中的一个DCI释放一个SPS-Config外,还可以通过相关配置,通过一个DCI来释放多个SPS-Config。

If a UE is provided more than oneconfiguration for UL grant Type 2 PUSCH or for SPS PDSCH

  • if the UE is provided ConfiguredGrantConfigType2DeactivationStateListor sps-ConfigDeactivationStateList, a value of the HARQ processnumber field in a DCI format indicates a corresponding entry for schedulingrelease of one or more UL grant Type 2 PUSCH or SPS PDSCH configurations

  • if the UE is not provided ConfiguredGrantConfigType2DeactivationStateListor sps-

ConfigDeactivationStateList, a value of the HARQ process number field in a DCIformat indicates a release for a corresponding UL grant Type 2 PUSCH or for aSPS PDSCH configuration with a same value as provided by ConfiguredGrantConfigIndexor by sps-ConfigIndex, respectively

在反馈窗口中在Type I下如果只存在SPSPDSCH的HARQ-ACK反馈,或者在Type II下存在多个SPS PDSCH的HARQ-ACK反馈,它们的存放顺序参考38.213的9.1.2节中的伪代码描述。

 

为什么不按照最简单的按照时间先后顺序存放?按照优先级有什么好处?

多个SPS PDSCH反馈的HARQ-ACK对应的PUCCH资源选择,在R16的PUCCH-Config中增加配置sps-PUCCH-AN-List-r16。