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
Parsing "S1AP-IEs.asn"
line 549:46: expecting R_PAREN, found ','
line 549:51: expecting "END", found ')'
line 551:8: unexpected token: ::=
line 1504:1: expecting "DEFINITIONS", found 'null'
here the line
EncryptionAlgorithms ::= BIT STRING (SIZE (16,...))
if i changed the line with
EncryptionAlgorithms ::= BIT STRING (SIZE(0..16,...))
This snippet gives an error:
This is the error:
(-1|1)
for example does work, while(1..31|-1)
still gives an error.The text was updated successfully, but these errors were encountered: