Update TCAPMessages.asn to work with osmo_cap

asn1ct will fail with a 'cant check' error of this change is not made.
This commit is contained in:
Harald Welte 2013-06-18 12:21:59 +02:00
parent 0f844098b2
commit 7c65bc9ef1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ ComponentPortion{OPERATION:Invokable, OPERATION:Returnable} ::=
-- TCAP adds returnResultNotLast to allow for the segmentation of a result. -- TCAP adds returnResultNotLast to allow for the segmentation of a result.
Component{OPERATION:Invokable, OPERATION:Returnable} ::= CHOICE { Component{OPERATION:Invokable, OPERATION:Returnable} ::= CHOICE {
basicROS ROS{{TCInvokeIdSet}, {Invokable}, {Returnable}}, basicROS ROS{{TCInvokeIdSet}, {Invokable}, {Returnable}},
returnResultNotLast [7] returnResult < ROS{{}, {}, {Returnable}} returnResultNotLast [7] returnResult < ROS{{TCInvokeIdSet}, {Invokable}, {Returnable}}
} }
TCInvokeIdSet ::= InvokeId(WITH COMPONENTS { present (-128..127) }) TCInvokeIdSet ::= InvokeId(WITH COMPONENTS { present (-128..127) })