forked from erlang/signerl
Update TCAPMessages.asn to work with osmo_cap
asn1ct will fail with a 'cant check' error of this change is not made.master
parent
0f844098b2
commit
7c65bc9ef1
|
@ -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) })
|
||||
|
|
Loading…
Reference in New Issue