diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-12-24 14:07:05 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-12-24 14:07:05 +0100 |
commit | c89c2a6e6a1a2a34413fd186670753ae1574ce89 (patch) | |
tree | 7b9221c78d010683707dd6ebc0b637735809a4ff /asn1 | |
parent | 37166a27cad84fa72825f5cf9e28a57cd2bb5815 (diff) |
RANAP: Replace the last remainng TBCD-STRING with OCTET STRING
in order to work around a bug in asn1c. When we keep the original
TBCD-STRING, the APER-encoded PLMNidentity always has an extra leading
length byte that the decoder doesn't expect.
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/ranap/RANAP-IEs.asn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ranap/RANAP-IEs.asn b/asn1/ranap/RANAP-IEs.asn index 78fcfbe..843ec8d 100644 --- a/asn1/ranap/RANAP-IEs.asn +++ b/asn1/ranap/RANAP-IEs.asn @@ -1334,7 +1334,7 @@ LoggingDuration ::= ENUMERATED { -PLMNidentity ::= TBCD-STRING (SIZE (3)) +PLMNidentity ::= OCTET STRING (SIZE (3)) PLMNs-in-shared-network ::= SEQUENCE (SIZE (1..maxNrOfPLMNsSN)) OF SEQUENCE { |