SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / asn / v03 / e2ap-common-v03.01.asn
1 -- ASN1START
2 -- **************************************************************
3 -- 
4 -- Common definitions
5 -- Derived from 3GPP 38.413 (NGAP)
6 --
7 -- **************************************************************
8
9 E2AP-CommonDataTypes {
10 iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version2 (2) e2ap(1) e2ap-CommonDataTypes (3) }
11
12 DEFINITIONS AUTOMATIC TAGS ::= 
13
14 BEGIN
15
16 Criticality             ::= ENUMERATED { reject, ignore, notify }
17
18 Presence                ::= ENUMERATED { optional, conditional, mandatory }
19
20 ProcedureCode           ::= INTEGER (0..255)
21
22 ProtocolIE-ID           ::= INTEGER (0..65535)
23
24 TriggeringMessage       ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome }
25
26 END
27 -- ASN1STOP