Similar to NR max MIMO Rx, should LTE max MIMO Rx also have EN-DC considered?
Now these 2 features are not aligned, it seems.
addSupportRow(hasLteCaData,maxLteMimo>0,`${maxLteMimo} Rx`,"No LTE MIMO support found","LTE max MIMO Rx","Log misses LTE-CA capabilities.",true);addSupportRow(hasEndc||hasNrca,maxNrMimo>0,`${maxNrMimo} Rx`,"No NR MIMO support found","NR max MIMO Rx","Log misses EN-DC and NR-CA capabilities.",true);
Similar to `NR max MIMO Rx`, should `LTE max MIMO Rx` also have EN-DC considered?
Now these 2 features are not aligned, it seems.
```js
addSupportRow(hasLteCaData, maxLteMimo > 0, `${maxLteMimo} Rx`, "No LTE MIMO support found", "LTE max MIMO Rx", "Log misses LTE-CA capabilities.", true);
addSupportRow(hasEndc || hasNrca, maxNrMimo > 0, `${maxNrMimo} Rx`, "No NR MIMO support found", "NR max MIMO Rx", "Log misses EN-DC and NR-CA capabilities.", true);
```
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.
Similar to
NR max MIMO Rx, shouldLTE max MIMO Rxalso have EN-DC considered?Now these 2 features are not aligned, it seems.
Fixed in
6a69ccbThank you!
Should be
Log misses LTE-CA and EN-DC capabilities.orLog misses EN-DC and LTE-CA capabilities.?Just to make sure it's the same everywhere.
@rtommy
415cb8f