From 8d321888966f7fb4068d850b556bcb45d835e4de Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 24 Jun 2013 14:34:07 +0200 Subject: The ReturnResult.result SEQUENCE is actually optional, not mandatory --- TCAP/asn_src/ITU/TC.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCAP/asn_src/ITU/TC.asn b/TCAP/asn_src/ITU/TC.asn index 34aca66..cfacf54 100644 --- a/TCAP/asn_src/ITU/TC.asn +++ b/TCAP/asn_src/ITU/TC.asn @@ -40,7 +40,7 @@ ReturnResult ::= SEQUENCE { result SEQUENCE { opcode Code, result Param OPTIONAL - } + } OPTIONAL } ReturnError ::= SEQUENCE { -- cgit v1.2.3