summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--lib/CSTA-status-reporting.asn12
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index effc6c5..0e0f345 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
ASN1 = ACSE-1.asn1 \
CSTA-application-context-information-csta3.asn1 \
CSTA-system-status.asn1 \
+ CSTA-monitor-start.asn1 \
+ CSTA-status-reporting.asn1 \
Remote-Operations-Generic-ROS-PDUs.asn1 \
KME-specific-types.asn1 \
CSTA-device-identifiers.asn1 \
diff --git a/lib/CSTA-status-reporting.asn1 b/lib/CSTA-status-reporting.asn1
index 583a427..2ed78b6 100644
--- a/lib/CSTA-status-reporting.asn1
+++ b/lib/CSTA-status-reporting.asn1
@@ -105,7 +105,7 @@ SnapshotDeviceData ::= [APPLICATION 22] IMPLICIT SEQUENCE OF SnapshotDeviceRespo
SnapshotDeviceResponseInfo ::= SEQUENCE
{ connectionIdentifier ConnectionID,
- endpointDevice [3] IMPLICIT SubjectDeviceID OPTIONAL,
+ endpointDevice [3] SubjectDeviceID OPTIONAL, -- IMPLICIT ?
localCallState CallState,
servicesPermitted [0] IMPLICIT ServicesPermitted OPTIONAL,
mediaServiceInfoList [1] IMPLICIT DeviceMediaInfoList OPTIONAL,