summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CSTA-extension-types.asn17
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/CSTA-extension-types.asn1 b/lib/CSTA-extension-types.asn1
index c232af3..6bbfe0a 100644
--- a/lib/CSTA-extension-types.asn1
+++ b/lib/CSTA-extension-types.asn1
@@ -11,7 +11,10 @@ CSTACommonArguments, CSTAPrivateData;
IMPORTS
CSTASecurityData FROM CSTA-security
{ iso( 1) identified-organization( 3) icd-ecma( 12)
- standard( 0) csta3( 285) security( 128) };
+ standard( 0) csta3( 285) security( 128) }
+KMESpecificPrivateData FROM KME-specific-types
+ { iso(1) identified-organization(3) icd-ecma(12)
+ member-company(2) panasonic(1019) kme(1) telecom(1) pbx(1) software(1) tda-types(1) };
CSTACommonArguments ::= [APPLICATION 30] IMPLICIT SEQUENCE
{ security [0] IMPLICIT CSTASecurityData OPTIONAL,
@@ -19,7 +22,7 @@ CSTACommonArguments ::= [APPLICATION 30] IMPLICIT SEQUENCE
CSTAPrivateData ::= CHOICE
{ string OCTET STRING,
- private NULL } -- The actual encoding is added here,
+ private KMESpecificPrivateData } -- The actual encoding is added here,
-- replacing NULL with another valid ASN.1 type.
END -- of CSTA-extension-types