Hi all,
I’m wondering how intra band non-contigurous CA band list present in UE capability,
EX:
supportedBandCombinationList
{
{
bandList
{
nr :
{
bandNR 79,
ca-BandwidthClassDL-NR a,
ca-BandwidthClassUL-NR a
}
},
featureSetCombination 0
},
if there is only one Item in the bandList,
but with the discription with:
ca-BandwidthClassDL-NR a,
ca-BandwidthClassUL-NR a
Does it mean that UE have the capability to support intra band non-contigurous CA with N79 band?
Or it needs to be something like:
{
bandList
{
nr :
{
bandNR 79,
ca-BandwidthClassDL-NR a,
ca-BandwidthClassUL-NR a
},
nr :
{
bandNR 79,
ca-BandwidthClassDL-NR a,
ca-BandwidthClassUL-NR a
}
},
featureSetCombination 1,
},
Needs to use two same band item in the bandList to discript the CA capability?
Or something else?
Thanks!