The current values of `nrTddBands` and `nrFddBands` are:
```js
const nrTddBands = new Set([34, 38, 39, 40, 41, 46, 47, 48, 50, 53, 77, 78, 79, 90, 96, 101, 102, 104]);
const nrFddBands = new Set([1, 2, 3, 5, 7, 8, 12, 13, 14, 18, 20, 24, 25, 26, 28, 30, 31, 65, 66, 68, 70, 71, 72, 74, 75, 85, 87, 88, 91, 92, 93, 94, 100, 105, 106, 109, 110]);
```
However,
- `n51` is missing from `nrTddBands`
- `n75` is SDL so it should not be included in `nrFddBands`
- there is no `n110` so it should not be included in `nrFddBands`
[5G NR frequency bands](https://en.wikipedia.org/wiki/5G_NR_frequency_bands)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The current values of
nrTddBandsandnrFddBandsare:However,
n51is missing fromnrTddBandsn75is SDL so it should not be included innrFddBandsn110so it should not be included innrFddBands5G NR frequency bands
Any comment or update on this?
Thank you.