Commit 7c1a3d6e authored by Lev Walkin's avatar Lev Walkin

added support for SET XER decoder

parent c61f3868
......@@ -16,7 +16,8 @@ BEGIN
*/
PDU ::= CHOICE {
sequence Sequence
sequence Sequence,
set Set
}
Sequence ::= SEQUENCE {
......@@ -26,4 +27,9 @@ BEGIN
string UTF8String
}
Set ::= SET {
roid RELATIVE-OID,
opaque OCTET STRING OPTIONAL
}
END
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment