aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/inap.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-30 20:14:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-30 20:14:18 +0000
commit6ea74af3d168fff72e9755f74ea82f4244a80db2 (patch)
tree987f33e5eeaf45d6e14c2832629f8767a3c6d111 /asn1/inap/inap.asn
parent339a5cd3af7ea23d699804d8fd1f917a0b3b9ab1 (diff)
Connec all op types to the asn1 code. Use #.PDU to get hf fields auto generated.
svn path=/trunk/; revision=16629
Diffstat (limited to 'asn1/inap/inap.asn')
-rw-r--r--asn1/inap/inap.asn25
1 files changed, 14 insertions, 11 deletions
diff --git a/asn1/inap/inap.asn b/asn1/inap/inap.asn
index 824ec3e74a..0a6d1faa64 100644
--- a/asn1/inap/inap.asn
+++ b/asn1/inap/inap.asn
@@ -15,24 +15,27 @@ BEGIN
-- TYPE DEFINITION FOR ADDITIONAL IN CS-1 DATA TYPES
-- Argument Data Types
AddPartyArg ::= SEQUENCE {
- originalCallID [0] CallID OPTIONAL,
+ originalCallID [0] CallID OPTIONAL,
destinationCallID [1] CallID OPTIONAL
}
+
-- OPTIONAL denotes network operator specific use.
AttachArg ::= SEQUENCE {
- newLegID [0] IMPLICIT OCTET STRING OPTIONAL,
+ newLegID [0] IMPLICIT OCTET STRING OPTIONAL,
correlationidentifier [1] IMPLICIT OCTET STRING OPTIONAL
}
-- OPTIONAL denotes network operator specific use.
+
CallPartyHandlingResultsArg ::= SEQUENCE OF LegInformation
+
ChangePartiesArg ::= SEQUENCE {
- callID [0] CallID OPTIONAL,
- targetCallID [1] CallID,
+ callID [0] CallID OPTIONAL,
+ targetCallID [1] CallID,
legToBeConnectedID [2] IMPLICIT OCTET STRING
}
-- OPTIONAL denotes network operator specific use.
DetachArg ::= SEQUENCE {
- legToBeDetached [0] IMPLICIT OCTET STRING OPTIONAL,
+ legToBeDetached [0] IMPLICIT OCTET STRING OPTIONAL,
correlationidentifier [1] IMPLICIT OCTET STRING OPTIONAL
}
-- OPTIONAL denotes network operator specific use.
@@ -43,13 +46,13 @@ HoldCallPartyConnectionArg ::= SEQUENCE {
}
ReconnectArg ::= SEQUENCE {
- callID [0] CallID OPTIONAL,
+ callID [0] CallID OPTIONAL,
heldLegID [1] LegID
}
-- OPTIONAL denotes network operator specific use.
ReleaseCallPartyConnectionArg ::= SEQUENCE {
legToBeReleased [0] LegID,
- callID [1] CallID OPTIONAL,
+ callID [1] CallID OPTIONAL,
releaseCause [2] Cause OPTIONAL
}
-- OPTIONAL denotes network operator specific use. Common Data Types
@@ -58,7 +61,7 @@ CallID ::= INTEGER
-- 4.2.2.1/Q.1214 for a description of Call Segment.
LegInformation ::= SEQUENCE {
- legID [0] LegID,
+ legID [0] LegID,
legStatus [1] LegStatus
}
-- Indicates call party information, as defined by a Leg object. This includes a LegID to reference
@@ -104,7 +107,7 @@ ActivateServiceFilteringArg ::= SEQUENCE {
}
-AnalysedInformationarg ::= SEQUENCE {
+AnalysedInformationArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters,
dialledDigits [1] CalledPartyNumber OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
@@ -124,7 +127,7 @@ AnalysedInformationarg ::= SEQUENCE {
...
}
-AnalyseInformationarg ::= SEQUENCE {
+AnalyseInformationArg ::= SEQUENCE {
destinationRoutingAddress [0] DestinationRoutingAddress,
alertingPattern [1] AlertingPattern OPTIONAL,
iSDNAccessRelatedInformation [2] ISDNAccessRelatedInformation OPTIONAL,
@@ -602,7 +605,7 @@ TAnswerArg ::= SEQUENCE {
...
}
-TTBusyArg ::= SEQUENCE {
+TBusyArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters,
busyCause [1] Cause OPTIONAL,
calledPartyBusinessGroupID [2] CalledPartyBusinessGroupID OPTIONAL,