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

added support for SET XER decoder

parent c61f3868
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ BEGIN ...@@ -16,7 +16,8 @@ BEGIN
*/ */
PDU ::= CHOICE { PDU ::= CHOICE {
sequence Sequence sequence Sequence,
set Set
} }
Sequence ::= SEQUENCE { Sequence ::= SEQUENCE {
...@@ -26,4 +27,9 @@ BEGIN ...@@ -26,4 +27,9 @@ BEGIN
string UTF8String string UTF8String
} }
Set ::= SET {
roid RELATIVE-OID,
opaque OCTET STRING OPTIONAL
}
END 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