summaryrefslogtreecommitdiff
path: root/asn1/CSTA-transferred-event.asn1
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-29 14:27:52 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-29 14:27:52 +0100
commit0a789233833272a6e1858b1d8154007b6433b82a (patch)
tree4953d5f3c5438e62e1a88520072bd6ecad1aae81 /asn1/CSTA-transferred-event.asn1
parentee50579684da36f33d30408f804ec96188fb56c0 (diff)
Fix implicit before choice
Diffstat (limited to 'asn1/CSTA-transferred-event.asn1')
-rw-r--r--asn1/CSTA-transferred-event.asn12
1 files changed, 1 insertions, 1 deletions
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,