calculateMimoStreams #3

Closed
opened 2025-07-25 06:41:26 +02:00 by rtommy · 1 comment
rtommy commented 2025-07-25 06:41:26 +02:00 (Migrated from github.com)

The calculateMimoStreams function does not seem to be aligned with uecapparser-web.

The function considers BW Class 'A' till 'E' only independently from RAT.

However, it has more possibilities than that and also different multiplier values per RAT.

This can easily impact the calculation of "max DL streams".

lteBwClassCCs‎

nrFr1BwClassCCs

nrFr2BwClassCCs

Would you consider to align the function to these?

The `calculateMimoStreams` function does not seem to be aligned with [uecapparser-web](https://github.com/handymenny/uecapabilityparser-web). The function considers BW Class 'A' till 'E' only independently from RAT. However, it has more possibilities than that and also different multiplier values per RAT. This can easily impact the calculation of "max DL streams". [lteBwClassCCs‎](https://github.com/handymenny/uecapabilityparser-web/blob/2cb49b1bcd9ed7fc74cf5720833286a3ecda3765/src/helpers/combos.ts#L101) [nrFr1BwClassCCs](https://github.com/handymenny/uecapabilityparser-web/blob/2cb49b1bcd9ed7fc74cf5720833286a3ecda3765/src/helpers/combos.ts#L120) [nrFr2BwClassCCs](https://github.com/handymenny/uecapabilityparser-web/blob/2cb49b1bcd9ed7fc74cf5720833286a3ecda3765/src/helpers/combos.ts#L150) Would you consider to align the function to these?
high3eam commented 2025-07-28 08:51:14 +02:00 (Migrated from github.com)

Fixed in cb24491
Thank you!

Fixed in cb24491 Thank you!
Sign in to join this conversation.