summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-10 12:26:05 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-10 12:26:05 +0200
commit1760c1538d5dc9f98e2b63d87935cc13341ae3bc (patch)
treea457631eefae36c92fc84571ef87ccc0d61f01c0
parenta7c2afc83e121209ca9388564ad7f3184acb7594 (diff)
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 :/
-rw-r--r--TCAP/asn_src/ITU/TC.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/TCAP/asn_src/ITU/TC.asn b/TCAP/asn_src/ITU/TC.asn
index b002b6f..34aca66 100644
--- a/TCAP/asn_src/ITU/TC.asn
+++ b/TCAP/asn_src/ITU/TC.asn
@@ -32,7 +32,7 @@ Invoke ::= SEQUENCE {
absent [1] IMPLICIT NULL
} OPTIONAL,
opcode Code,
- argument Param
+ argument Param OPTIONAL
}
ReturnResult ::= SEQUENCE {