2009-10-13 19:36:21 UTC
asn1c currently cannot handle inline type definitions. Here is a blurp from a previous reply that I gave. You can also find another example of this when I replied to andymart:
I think asn1c is incorrect here. You are using inlined typing for the object set. If you did something like:
myType S1AP-PROTOCOL-IES ::=
{ ID id-SAEBearerInformationListItem CRITICALITY ignore TYPE SAEBearerInformationListItem PRESENCE mandatory }
SAEBearerInformationListIEs S1AP-PROTOCOL-IES ::= {
myType, ...
}