From b226dc07e2753f4be5c68e379a03def2183df11c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 28 Nov 2013 12:41:24 -0500 Subject: [PATCH] connectarg seq members are encoded implicit --- asn1/tcap.asn | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/asn1/tcap.asn b/asn1/tcap.asn index b8aff09..4d575ac 100644 --- a/asn1/tcap.asn +++ b/asn1/tcap.asn @@ -542,50 +542,50 @@ CalledPartySubaddress ::= OCTET STRING(SIZE (0..255)) ConnectArg ::= SEQUENCE { - destinationRoutingAddress [0] DestinationRoutingAddress, - alertingPattern [1] AlertingPattern OPTIONAL, - correlationID [2] CorrelationID OPTIONAL, - cutAndPaste [3] CutAndPaste OPTIONAL, - forwardingCondition [4] ForwardingCondition OPTIONAL, + destinationRoutingAddress [0] IMPLICIT DestinationRoutingAddress, + alertingPattern [1] IMPLICIT AlertingPattern OPTIONAL, + correlationID [2] IMPLICIT CorrelationID OPTIONAL, + cutAndPaste [3] IMPLICIT CutAndPaste OPTIONAL, + forwardingCondition [4] IMPLICIT ForwardingCondition OPTIONAL, iSDNAccessRelatedInformation - [5] ISDNAccessRelatedInformation OPTIONAL, - originalCalledPartyID [6] OriginalCalledPartyID OPTIONAL, - routeList [7] RouteList OPTIONAL, + [5] IMPLICIT ISDNAccessRelatedInformation OPTIONAL, + originalCalledPartyID [6] IMPLICIT OriginalCalledPartyID OPTIONAL, + routeList [7] IMPLICIT RouteList OPTIONAL, -- maximum number of routes is limited to 3 - scfID [8] ScfID OPTIONAL, - travellingClassMark [9] TravellingClassMark OPTIONAL, - --extensions [10] Extensions OPTIONAL, - carrier [11] Carrier OPTIONAL, + scfID [8] IMPLICIT ScfID OPTIONAL, + travellingClassMark [9] IMPLICIT TravellingClassMark OPTIONAL, + --extensions [10] IMPLICIT Extensions OPTIONAL, + carrier [11] IMPLICIT Carrier OPTIONAL, serviceInteractionIndicators - [26] ServiceInteractionIndicators OPTIONAL, - callingPartyNumber [27] CallingPartyNumber OPTIONAL, - callingPartysCategory [28] CallingPartysCategory OPTIONAL, - redirectingPartyID [29] RedirectingPartyID OPTIONAL, - redirectionInformation [30] RedirectionInformation OPTIONAL, - displayInformation [12] DisplayInformation OPTIONAL, - forwardCallIndicators [13] ForwardCallIndicators OPTIONAL, - genericNumbers [14] GenericNumbers OPTIONAL, + [26] IMPLICIT ServiceInteractionIndicators OPTIONAL, + callingPartyNumber [27] IMPLICIT CallingPartyNumber OPTIONAL, + callingPartysCategory [28] IMPLICIT CallingPartysCategory OPTIONAL, + redirectingPartyID [29] IMPLICIT RedirectingPartyID OPTIONAL, + redirectionInformation [30] IMPLICIT RedirectionInformation OPTIONAL, + displayInformation [12] IMPLICIT DisplayInformation OPTIONAL, + forwardCallIndicators [13] IMPLICIT ForwardCallIndicators OPTIONAL, + genericNumbers [14] IMPLICIT GenericNumbers OPTIONAL, serviceInteractionIndicatorsTwo - [15] ServiceInteractionIndicatorsTwo OPTIONAL, + [15] IMPLICIT ServiceInteractionIndicatorsTwo OPTIONAL, iNServiceCompatibilityResponse [16] INServiceCompatibilityResponse OPTIONAL, - forwardGVNS [17] ForwardGVNS OPTIONAL, - backwardGVNS [18] BackwardGVNS OPTIONAL, - chargeNumber [19] ChargeNumber OPTIONAL, - callSegmentID [20] CallSegmentID OPTIONAL, + forwardGVNS [17] IMPLICIT ForwardGVNS OPTIONAL, + backwardGVNS [18] IMPLICIT BackwardGVNS OPTIONAL, + chargeNumber [19] IMPLICIT ChargeNumber OPTIONAL, + callSegmentID [20] IMPLICIT CallSegmentID OPTIONAL, legToBeCreated [21] LegID OPTIONAL, - sDSSinformation [22] SDSSinformation OPTIONAL, - calledDirectoryNumber [23] CalledDirectoryNumber OPTIONAL, + sDSSinformation [22] IMPLICIT SDSSinformation OPTIONAL, + calledDirectoryNumber [23] IMPLICIT CalledDirectoryNumber OPTIONAL, bearerCapability [24] BearerCapability OPTIONAL, - calledPartySubaddress [60] CalledPartySubaddress OPTIONAL, - connectionIdentifier [61] ConnectionIdentifier OPTIONAL, - genericIdentifier [62] GenericIdentifier OPTIONAL, - qOSParameter [63] QoSParameter OPTIONAL, - bISDNParameters [64] BISDNParameters OPTIONAL, + calledPartySubaddress [60] IMPLICIT CalledPartySubaddress OPTIONAL, + connectionIdentifier [61] IMPLICIT ConnectionIdentifier OPTIONAL, + genericIdentifier [62] IMPLICIT GenericIdentifier OPTIONAL, + qOSParameter [63] IMPLICIT QoSParameter OPTIONAL, + bISDNParameters [64] IMPLICIT BISDNParameters OPTIONAL, ..., - cug-Interlock [31] CUG-Interlock OPTIONAL, - cug-OutgoingAccess [32] NULL OPTIONAL, - ipRelatedInformation [33] IPRelatedInformation OPTIONAL + cug-Interlock [31] IMPLICIT CUG-Interlock OPTIONAL, + cug-OutgoingAccess [32] IMPLICIT NULL OPTIONAL, + ipRelatedInformation [33] IMPLICIT IPRelatedInformation OPTIONAL }