aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pcap/PCAP-CommonDataTypes.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-02-16 15:52:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-02-16 15:52:42 +0000
commit548992fa281703d09b8b1fb75be1b1f6c5b877bf (patch)
tree7723e9ecd961a9bb24ad4b81cd33de51ce5801c4 /asn1/pcap/PCAP-CommonDataTypes.asn
parent7f32e1b7d355c7f3d836c3e0127f1cfa3e69aa2f (diff)
Add basic files for a UTRAN Iupc interface Positioning Calculation Application Part (PCAP)
dissector. svn path=/trunk/; revision=24354
Diffstat (limited to 'asn1/pcap/PCAP-CommonDataTypes.asn')
-rw-r--r--asn1/pcap/PCAP-CommonDataTypes.asn57
1 files changed, 57 insertions, 0 deletions
diff --git a/asn1/pcap/PCAP-CommonDataTypes.asn b/asn1/pcap/PCAP-CommonDataTypes.asn
new file mode 100644
index 0000000000..9d87300e86
--- /dev/null
+++ b/asn1/pcap/PCAP-CommonDataTypes.asn
@@ -0,0 +1,57 @@
+-- $Id$
+--
+-- 3GPP TS 25.453 V7.9.0 (2007-12)
+--
+--9.3.5 Common Definitions
+-- **************************************************************
+--
+-- Common definitions
+--
+-- **************************************************************
+
+PCAP-CommonDataTypes {
+itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
+umts-Access (20) modules (3) pcap(4) version1 (1) pcap-CommonDataTypes (3) }
+
+DEFINITIONS AUTOMATIC TAGS ::=
+
+BEGIN
+
+-- **************************************************************
+--
+-- Extension constants
+--
+-- **************************************************************
+
+maxPrivateIEs INTEGER ::= 65535
+maxProtocolExtensions INTEGER ::= 65535
+maxProtocolIEs INTEGER ::= 65535
+
+-- **************************************************************
+--
+-- Common Data Types
+--
+-- **************************************************************
+Criticality ::= ENUMERATED { reject, ignore, notify }
+
+Presence ::= ENUMERATED { optional, conditional, mandatory }
+
+PrivateIE-ID ::= CHOICE {
+ local INTEGER (0..65535),
+ global OBJECT IDENTIFIER
+}
+
+
+ProcedureCode ::= INTEGER (0..255)
+
+
+ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
+
+TransactionID ::= CHOICE {
+ shortTID INTEGER (0..127),
+ longTID INTEGER (0..32767)
+}
+
+TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome, outcome }
+
+END