From 0a789233833272a6e1858b1d8154007b6433b82a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 29 Oct 2015 14:27:52 +0100 Subject: Fix implicit before choice --- asn1/CSTA-transferred-event.asn1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/CSTA-transferred-event.asn1') 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, -- cgit v1.2.3