SLIV

SLIV defines the start symbol and the number of consecutive symbols for PDSCH allocation using Single Number.

SLIV = ((L-1)≤7)?(14*(L-1) + S):(14(14-L+1) + (14-1-S))

 

 

 

PDSCH/PUSCH mapping type in the above table is specified in RRC message as shown below.

PDSCH-TimeDomainResourceAllocation ::=      SEQUENCE {

    k0                                  INTEGER (1..3)

    mappingType                         ENUMERATED {typeA, typeB},

    startSymbolAndLength                BIT STRING (SIZE (7)) // SLIV

}

PUSCH-TimeDomainResourceAllocation ::=  SEQUENCE {

    k2                                  INTEGER (0..7)                          

    mappingType                         ENUMERATED {typeA, typeB},

    startSymbolAndLength                BIT STRING (SIZE (7)) // SLIV

}

 

posted on 2022-10-25 20:06  图像处理工程师  阅读(122)  评论(0编辑  收藏  举报