TC.asn: Mark "argument" part of Invoke as 'OPTIONAL'

Even thought th TCAP spec seems to indicate it is not optional, in fact
it apparently is :/
This commit is contained in:
Harald Welte 2013-06-10 12:26:05 +02:00
parent a7c2afc83e
commit 1760c1538d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Invoke ::= SEQUENCE {
absent [1] IMPLICIT NULL absent [1] IMPLICIT NULL
} OPTIONAL, } OPTIONAL,
opcode Code, opcode Code,
argument Param argument Param OPTIONAL
} }
ReturnResult ::= SEQUENCE { ReturnResult ::= SEQUENCE {