Commit d606893b authored by marthy's avatar marthy
Browse files

Updated RDMessage.asn to add an extension point (...) to PortNumber.

parent d21966a2
Pipeline #9392 passed with stage
in 29 seconds
......@@ -2826,7 +2826,8 @@ IPAddress ::= CHOICE
PortNumber ::= CHOICE
{
tCPPort [0] TCPPort,
uDPPort [1] UDPPort
uDPPort [1] UDPPort,
...
}
TCPPort ::= INTEGER (1..65535)
......
Supports Markdown
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