X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftests-asn1c-compiler%2F98-attribute-class-OK.asn1.-EFprint-class-matrix;fp=tests%2Ftests-asn1c-compiler%2F98-attribute-class-OK.asn1.-EFprint-class-matrix;h=718a946005f00a513c35c698e1404a4883d4450a;hb=70ee6fc793ec8e828067a3569849b6c216054497;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=com%2Fasn1c.git diff --git a/tests/tests-asn1c-compiler/98-attribute-class-OK.asn1.-EFprint-class-matrix b/tests/tests-asn1c-compiler/98-attribute-class-OK.asn1.-EFprint-class-matrix new file mode 100644 index 0000000..718a946 --- /dev/null +++ b/tests/tests-asn1c-compiler/98-attribute-class-OK.asn1.-EFprint-class-matrix @@ -0,0 +1,44 @@ +ModuleAttributeClass { iso org(3) dod(6) internet(1) private(4) enterprise(1) + spelio(9363) software(1) asn1c(5) test(1) 98 } +DEFINITIONS ::= +BEGIN + +ATTRIBUTE ::= CLASS { + &id RELATIVE-OID UNIQUE +} WITH SYNTAX { ID &id } + +-- Information Object Set has 2 entries: +-- [&id] +-- [1] raf +-- [2] rcf + + +Attribute ::= SEQUENCE { + identifier ATTRIBUTE.&id ({Attributes}), + siAttributeValue IA5String +} + +Attributes ATTRIBUTE ::= {{ ID raf } | { ID rcf }} +-- Information Object Set has 2 entries: +-- [&id] +-- [1] raf +-- [2] rcf + + +rafService ATTRIBUTE ::= { ID raf } +-- Information Object Set has 1 entry: +-- [&id] +-- [1] raf + + +rcfService ATTRIBUTE ::= { ID rcf } +-- Information Object Set has 1 entry: +-- [&id] +-- [1] rcf + + +raf RELATIVE-OID ::= {3 2 1} + +rcf RELATIVE-OID ::= {3 2 2} + +END