We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SUMMARY Improvement for item_struct_v17 namedtuple of parse_nr_rrc() under diagnrlogparser
STEPS TO REPRODUCE Any execution includes 5GNR RRC.
EXPECTED and ACTUAL RESULT Identifying and decoding NCGI properly.
ENVIRONMENT
ADDITIONAL INFORMATION
The current code has:
item_struct_v17 = namedtuple('QcDiagNrRrcOtaPacketV17', 'rrc_rel_maj rrc_rel_min rbid pci unk1 nrarfcn sfn_subfn pdu_id sib_mask len')
Where unk1 is actually ncgi.
unk1
ncgi
item_struct_v17 = namedtuple('QcDiagNrRrcOtaPacketV17', 'rrc_rel_maj rrc_rel_min rbid pci ncgi nrarfcn sfn_subfn pdu_id sib_mask len')
An additional function/logic to parse NCGI is also required.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Improvement for item_struct_v17 namedtuple of parse_nr_rrc() under diagnrlogparser
STEPS TO REPRODUCE
Any execution includes 5GNR RRC.
EXPECTED and ACTUAL RESULT
Identifying and decoding NCGI properly.
ENVIRONMENT
ADDITIONAL INFORMATION
The current code has:
Where
unk1
is actuallyncgi
.An additional function/logic to parse NCGI is also required.
The text was updated successfully, but these errors were encountered: