Add R17/R18 uplink TX switch parsing of UE Capability Information messages (primarily tested with NSG syntax)#631
Open
h3nnes wants to merge 1 commit into
Open
Conversation
Parse uplinkTxSwitchingBandParametersList-v1700, supportedBandPairListNR-v1700/r18 to emit R17_2T2T and R18_1T/R18_2T UplinkTxSwitchConfig entries alongside R16. Default missing uplinkTxSwitching-OptionSupport-r16 to SWITCHED_UL (spec baseline). Strip R17_2T2T/R17_1T2T from combos where fewer than two switching bands have 2 UL layers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds detection of R17 and R18 switched uplink for UE Capability Information messages (primarily tested with NSG-formatted messages).
An example input file can be found here (up to R18): https://uecaps.hennes.xyz/view/multi/?id=347c18c4-02a3-4644-9c18-29088f33d76f
Or here (Xiaomi 17 Ultra, R17 2T2T): https://uecaps.hennes.xyz/view/multi/?id=3c23b188-5369-4c1a-892f-46516f450667
For transparency: parts of the code were written with the help of AI and reviewed by a human.