NR FDD extended bw support #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
NR FDD extended bw supportfeature uses the staticnrBandsToCheckarray to compare the bands.For example
However, that list of bands does not seem to be correct.
Should not this list contain all the FDD bands similar to
nrFddBands?@rtommy
Yes, correct.
This is because the features script was created originally to display some useful information for myself and therefore only for relevant bands in my region. But since it has grown quite a bit and is used on the original parser web app, I think it's time to add all FDD-based bands.
I'll use these bands and update the nrFddBands list as well:
Fixed in
769bcb9Thank you!