SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / asn / v03 / e2ap-common-v03.01.asn
diff --git a/e2sim/asn1c/asn/v03/e2ap-common-v03.01.asn b/e2sim/asn1c/asn/v03/e2ap-common-v03.01.asn
new file mode 100755 (executable)
index 0000000..ee0c79f
--- /dev/null
@@ -0,0 +1,27 @@
+-- ASN1START
+-- **************************************************************
+-- 
+-- Common definitions
+-- Derived from 3GPP 38.413 (NGAP)
+--
+-- **************************************************************
+
+E2AP-CommonDataTypes {
+iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version2 (2) e2ap(1) e2ap-CommonDataTypes (3) }
+
+DEFINITIONS AUTOMATIC TAGS ::= 
+
+BEGIN
+
+Criticality            ::= ENUMERATED { reject, ignore, notify }
+
+Presence               ::= ENUMERATED { optional, conditional, mandatory }
+
+ProcedureCode          ::= INTEGER (0..255)
+
+ProtocolIE-ID          ::= INTEGER (0..65535)
+
+TriggeringMessage      ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome }
+
+END
+-- ASN1STOP