Skip to content
Snippets Groups Projects
Commit 5a405b25 authored by Lev Walkin's avatar Lev Walkin
Browse files

no comment

parent aa7f5308
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ BEGIN ...@@ -22,7 +22,7 @@ BEGIN
TYPE-IDENTIFIER ::= CLASS { TYPE-IDENTIFIER ::= CLASS {
&id2 OBJECT IDENTIFIER UNIQUE, &id2 OBJECT IDENTIFIER UNIQUE,
&Type &Type
} } WITH SYNTAX { [ &Type -- comment --] IDENTIFIED BY &id2 }
END END
......
ModuleTypeIdentifier1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 97 1 }
DEFINITIONS ::=
BEGIN
T1 ::= SEQUENCE {
id TYPE-IDENTIFIER.&id2,
type TYPE-IDENTIFIER.&Type
}
TYPE-IDENTIFIER ::= CLASS {
&id2 OBJECT IDENTIFIER UNIQUE,
&Type ANY
} WITH SYNTAX { [ &Type ] IDENTIFIED BY &id2 }
END
ModuleTypeIdentifier2 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 97 2 }
DEFINITIONS ::=
BEGIN
T2 ::= SEQUENCE {
id TYPE-IDENTIFIER.&id,
type TYPE-IDENTIFIER.&Type
}
END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment