Skip to content

Commit

Permalink
PE_Definitions: Remove DEFAULT construct not supported by asn1tools
Browse files Browse the repository at this point in the history
See eerimoq/asn1tools#174 for details

Change-Id: Ibc0330f3bc217fa38815c758033bc589ae665d8a
  • Loading branch information
laf0rge committed Jan 2, 2024
1 parent 363358b commit 07ec15a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions esim/asn1/PE_Definitions-3.3.1.asn
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,7 @@ sqnAgeLimit OCTET STRING (SIZE(6)) DEFAULT '000010000000'H, /* ignored in case

-- Sequence numbers do not include the index (IND)
-- maximum for any values within sqnInit is '07FFFFFFFFFF'H
sqnInit SEQUENCE (SIZE (32)) OF OCTET STRING (SIZE (6)) DEFAULT {
/* Index 0 */'000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H,'000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H,'000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H,'000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H, '000000000000'H,'000000000000'H, '000000000000'H, '000000000000'H,
/* Index 31 */'000000000000'H } /* ignored in case of usim-test-algorithm */
sqnInit SEQUENCE (SIZE (32)) OF OCTET STRING (SIZE (6)) DEFAULT '000000000000'H
}

PE-CDMAParameter ::= SEQUENCE {
Expand Down

0 comments on commit 07ec15a

Please sign in to comment.