You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
UEPolSectionMgmtSubresult has a length field which it sets to the length in octets of the results plus the length of the plmnId field rather than the number of results.
Thanks for uncovering this bug.
A new repository has been setup, including new fixes. This repo will keep being maintained : https://github.com/pycrate-org/pycrate. It includes fixes for this specific 5G NAS module. Moreover, it will ease collaborative support !
If you checkout the last 0.7.1 version, this bug should be solved.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
UEPolSectionMgmtSubresult has a length field which it sets to the length in octets of the results plus the length of the plmnId field rather than the number of results.
pycrate/pycrate_mobile/TS24501_UEPOL.py
Line 149 in 1824d90
pycrate/pycrate_mobile/TS24501_UEPOL.py
Line 156 in 1824d90
From TS 24501 D.6.3
The 'Len' field should be a Uint8 and set to the number of elements in the sequence of UePolResult.
The field name of 'Len' may also be worth reviewing ;-)
I'm happy to assist with testing.
Thanks.
The text was updated successfully, but these errors were encountered: