nrTddBands and nrFddBands #8

Open
opened 2025-08-29 07:24:04 +02:00 by rtommy · 1 comment
rtommy commented 2025-08-29 07:24:04 +02:00 (Migrated from github.com)

The current values of nrTddBands and nrFddBands are:

 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

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)
rtommy commented 2025-10-31 06:47:37 +01:00 (Migrated from github.com)

Any comment or update on this?

Thank you.

Any comment or update on this? Thank you.
Sign in to join this conversation.