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?
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
calculateMimoStreamsfunction 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?
Fixed in
cb24491Thank you!