Changes
Started by upstream project gerrit-onomondo-eim #6
Started 1 day 5 hr ago
Queued 11 sec
Took 2.3 sec
on build5-deb12build-ansible
asn1/SGP32Definitions: apply workarounds
- Some ASN.1 structs from SGP.22 are re-defined under the same name by SGP.32.
This leads to name clashes, which most ASN.1 compilers have problems with.
Prefixing the re-defined struct in SGP.32 with "SGP32-" solves the problem.
- The erlang asn1ct ASN.1 compiler seems to misinterpret the ASN.1 spec when
a context specific tag is used (redundently) on a child struct definition
and in the parent definition at the same time. Removing te context specific
tag on the child struct definition solves the problem.
Change-Id: Id90b005fc3c8c8f737b0c740d4c067f90842a1fe
Related: SYS#8100
- Some ASN.1 structs from SGP.22 are re-defined under the same name by SGP.32.
This leads to name clashes, which most ASN.1 compilers have problems with.
Prefixing the re-defined struct in SGP.32 with "SGP32-" solves the problem.
- The erlang asn1ct ASN.1 compiler seems to misinterpret the ASN.1 spec when
a context specific tag is used (redundently) on a child struct definition
and in the parent definition at the same time. Removing te context specific
tag on the child struct definition solves the problem.
Change-Id: Id90b005fc3c8c8f737b0c740d4c067f90842a1fe
Related: SYS#8100