summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
Diffstat (limited to 'asn1')
-rw-r--r--asn1/CSTA-consultation-call.asn12
-rw-r--r--asn1/CSTA-device-feature-types.asn12
-rw-r--r--asn1/CSTA-transferred-event.asn12
3 files changed, 3 insertions, 3 deletions
diff --git a/asn1/CSTA-consultation-call.asn1 b/asn1/CSTA-consultation-call.asn1
index 7621c32..c24a712 100644
--- a/asn1/CSTA-consultation-call.asn1
+++ b/asn1/CSTA-consultation-call.asn1
@@ -41,7 +41,7 @@ consultationCall OPERATION ::=
CODE local: 7 }
ConsultationCallArgument ::= SEQUENCE
-{ existingCall [ 0] IMPLICIT ConnectionID,
+{ existingCall [ 0] ConnectionID,
consultedDevice [ 1] DeviceID,
connectionReservation [ 2] IMPLICIT BOOLEAN OPTIONAL,
accountCode [ 3] IMPLICIT AccountInfo OPTIONAL,
diff --git a/asn1/CSTA-device-feature-types.asn1 b/asn1/CSTA-device-feature-types.asn1
index 4eb3047..070d8cf 100644
--- a/asn1/CSTA-device-feature-types.asn1
+++ b/asn1/CSTA-device-feature-types.asn1
@@ -183,7 +183,7 @@ MessageInfo ::= SEQUENCE
DeviceHistory ::= SEQUENCE
{ oldDeviceID DeviceID,
eventCause [1] IMPLICIT EventCause OPTIONAL,
- oldConnectionID [2] IMPLICIT ConnectionID OPTIONAL }
+ oldConnectionID [2] ConnectionID OPTIONAL }
SubjectOfCall ::= IA5String
diff --git a/asn1/CSTA-transferred-event.asn1 b/asn1/CSTA-transferred-event.asn1
index c5d34bb..1e10fd2 100644
--- a/asn1/CSTA-transferred-event.asn1
+++ b/asn1/CSTA-transferred-event.asn1
@@ -44,7 +44,7 @@ ConnectionInformation, MediaCallCharacteristics FROM CSTA-media-services
TransferredEvent ::= SEQUENCE
{ primaryOldCall ConnectionID,
- secondaryOldCall [ 0] IMPLICIT ConnectionID OPTIONAL,
+ secondaryOldCall [ 0] ConnectionID OPTIONAL,
transferringDevice SubjectDeviceID,
transferredToDevice SubjectDeviceID,
transferredConnections [ 1] IMPLICIT ConnectionList,