aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap/S1AP-CommonDataTypes.asn
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 13:34:33 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-16 13:34:33 +0000
commit3477b3866ba93f29a4c0efed117d405cbbb58938 (patch)
tree205ec548e488b6dfa737e9d03f45a87e4e2e6007 /asn1/s1ap/S1AP-CommonDataTypes.asn
parent98e5bf17305eced47c5359b6dc41407103b8071e (diff)
Initial work on a E-UTRAN) S1 Application Protocol (S1AP) packet dissector.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23884 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/s1ap/S1AP-CommonDataTypes.asn')
-rw-r--r--asn1/s1ap/S1AP-CommonDataTypes.asn34
1 files changed, 34 insertions, 0 deletions
diff --git a/asn1/s1ap/S1AP-CommonDataTypes.asn b/asn1/s1ap/S1AP-CommonDataTypes.asn
new file mode 100644
index 0000000000..de5fcfd342
--- /dev/null
+++ b/asn1/s1ap/S1AP-CommonDataTypes.asn
@@ -0,0 +1,34 @@
+-- $Id$
+-- 9.3.5 Common Definitions
+-- **************************************************************
+--
+-- Common definitions
+--
+-- **************************************************************
+
+S1AP-CommonDataTypes {
+itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
+eps-Access (20) modules (3) s1ap (1) version1 (1) s1ap-CommonDataTypes (3) }
+
+DEFINITIONS AUTOMATIC TAGS ::=
+
+BEGIN
+
+Criticality ::= ENUMERATED { reject, ignore, notify }
+
+Presence ::= ENUMERATED { optional, conditional, mandatory }
+
+PrivateIE-ID ::= CHOICE {
+ local INTEGER (0..65535),
+ global OBJECT IDENTIFIER
+}
+
+ProcedureCode ::= INTEGER (0..255)
+
+ProtocolExtensionID ::= INTEGER (0..65535)
+
+ProtocolIE-ID ::= INTEGER (0..65535)
+
+TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessfull-outcome }
+
+END