From 7c65bc9ef1227e17388ce729cc10318c76d9c4fc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 Jun 2013 12:21:59 +0200 Subject: [PATCH] Update TCAPMessages.asn to work with osmo_cap asn1ct will fail with a 'cant check' error of this change is not made. --- TCAP/asn_src/ITU/TCAPMessages.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCAP/asn_src/ITU/TCAPMessages.asn b/TCAP/asn_src/ITU/TCAPMessages.asn index f16f473..1fd0ca4 100644 --- a/TCAP/asn_src/ITU/TCAPMessages.asn +++ b/TCAP/asn_src/ITU/TCAPMessages.asn @@ -80,7 +80,7 @@ ComponentPortion{OPERATION:Invokable, OPERATION:Returnable} ::= -- TCAP adds returnResultNotLast to allow for the segmentation of a result. Component{OPERATION:Invokable, OPERATION:Returnable} ::= CHOICE { basicROS ROS{{TCInvokeIdSet}, {Invokable}, {Returnable}}, - returnResultNotLast [7] returnResult < ROS{{}, {}, {Returnable}} + returnResultNotLast [7] returnResult < ROS{{TCInvokeIdSet}, {Invokable}, {Returnable}} } TCInvokeIdSet ::= InvokeId(WITH COMPONENTS { present (-128..127) })