osmo-iuh/asn1
Harald Welte b2daa0d803 ranap ASN.1: Define IMSI as OCTET STRING to work around asn1c bug
When IMSI is a TBCD-STRING type, and TBCD-STRING is defined as OCTET
STRING, we end up encoding the IMSI the wrong way.  I don't knwo why
that is, but changing it fixed the problem, as described below:

before this commit:
00 17                           PeranentNAS-UE-ID
40                              criticality ignore
0a                              (length)
00                              presence = IMSI
08                              BUG: why the additional length field?
46 23 91 34 70 77 80 f3         IMSI (643219430777083)

after this commit:
00 17                           PeranentNAS-UE-ID
40                              criticality ignore
09                              (length)
50                              presence = IMSI
46 23 91 34 70 77 80 f3         IMSI (643219430777083)
2015-12-19 13:05:19 +01:00
..
hnbap HNBAP: Remove HNBRegisterAccept / HNBRegisterResposne naming inconsistency 2015-08-30 20:11:50 +02:00
iucommon ADD IU-Common.asn as an attempt to unify the message parsing 2015-08-30 14:28:10 +02:00
ranap ranap ASN.1: Define IMSI as OCTET STRING to work around asn1c bug 2015-12-19 13:05:19 +01:00
rua remove obsolete asn1c makefiles in the asn1c/ hierarchy 2015-09-11 00:17:07 +02:00
utils asn1tostruct: Avoid erroneous double-underscores 2015-12-16 16:45:48 +01:00
asn1enum.pl Add Procedure Codes and IEI constants to CommonDataTypes 2015-08-30 19:09:55 +02:00
asn1msgs.pl generate ASN.1 structures for each message withotu iformation object class 2015-08-30 19:57:43 +02:00