











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
}

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。