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
Currently, there is no code generated for following ASN.1 excerpt.
Thus application is not aware of these values.
maxnoofErrors INTEGER ::= 256
maxnoofBPLMNs INTEGER ::= 6
maxnoofPLMNsPerMME INTEGER ::= 32
maxnoofEPLMNs INTEGER ::= 15
This commit only handles ASN_BASIC_INTEGER type.
Other built-in type shall be added in the future.
0 commit comments