aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-05-13 07:41:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-05-13 07:41:35 +0000
commitd693d379047083cdf4434abfbdd9ae4f101400d8 (patch)
treed79eadfbae600fb4927ff3bc9ae4622f25ef9202
parent30ebf4af24aaca341d2718b6f12b9ce24bfad8a7 (diff)
Update to V9.1.0 (2010-03)
svn path=/trunk/; revision=32779
-rw-r--r--asn1/rua/RUA-CommonDataTypes.asn2
-rw-r--r--asn1/rua/RUA-Constants.asn3
-rw-r--r--asn1/rua/RUA-Containers.asn2
-rw-r--r--asn1/rua/RUA-IEs.asn7
-rw-r--r--asn1/rua/RUA-PDU-Contents.asn2
-rw-r--r--asn1/rua/RUA-PDU-Descriptions.asn3
-rw-r--r--epan/dissectors/packet-rua.c1
7 files changed, 9 insertions, 11 deletions
diff --git a/asn1/rua/RUA-CommonDataTypes.asn b/asn1/rua/RUA-CommonDataTypes.asn
index a5f93c1e3a..3cb38f06a8 100644
--- a/asn1/rua/RUA-CommonDataTypes.asn
+++ b/asn1/rua/RUA-CommonDataTypes.asn
@@ -1,6 +1,6 @@
-- RUA-CommonDataTypes.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.5 Common definitions
diff --git a/asn1/rua/RUA-Constants.asn b/asn1/rua/RUA-Constants.asn
index dbf85a52e9..1623f173f5 100644
--- a/asn1/rua/RUA-Constants.asn
+++ b/asn1/rua/RUA-Constants.asn
@@ -1,6 +1,6 @@
-- RUA-Constants.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.6 Constant definitions
@@ -45,7 +45,6 @@ id-privateMessage ProcedureCode ::= 6
--
-- **************************************************************
maxNrOfErrors INTEGER ::= 256
-maxUEs INTEGER ::= 64
-- **************************************************************
--
diff --git a/asn1/rua/RUA-Containers.asn b/asn1/rua/RUA-Containers.asn
index d5e798a08e..265481a20e 100644
--- a/asn1/rua/RUA-Containers.asn
+++ b/asn1/rua/RUA-Containers.asn
@@ -1,6 +1,6 @@
-- RUA-Containers.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.7 Container definitions
diff --git a/asn1/rua/RUA-IEs.asn b/asn1/rua/RUA-IEs.asn
index 7d8ce01408..b63e94e0f6 100644
--- a/asn1/rua/RUA-IEs.asn
+++ b/asn1/rua/RUA-IEs.asn
@@ -1,6 +1,6 @@
-- RUA-IEs.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.4 Information Element definitions
@@ -23,8 +23,7 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
- maxNrOfErrors,
- maxUEs
+ maxNrOfErrors
FROM RUA-Constants
Criticality,
@@ -47,7 +46,7 @@ CSGMembershipStatus ::= ENUMERATED {
member,
non-member,
...
- }
+}
Establishment-Cause ::= ENUMERATED {
emergency-call,
diff --git a/asn1/rua/RUA-PDU-Contents.asn b/asn1/rua/RUA-PDU-Contents.asn
index caeb8aad9c..c862766a68 100644
--- a/asn1/rua/RUA-PDU-Contents.asn
+++ b/asn1/rua/RUA-PDU-Contents.asn
@@ -1,6 +1,6 @@
-- RUA-PDU-Contents.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.3 PDU definitions
diff --git a/asn1/rua/RUA-PDU-Descriptions.asn b/asn1/rua/RUA-PDU-Descriptions.asn
index 577ef61bb4..07a28f553d 100644
--- a/asn1/rua/RUA-PDU-Descriptions.asn
+++ b/asn1/rua/RUA-PDU-Descriptions.asn
@@ -1,6 +1,6 @@
-- RUA-PDU-Descriptions.asn
--
--- 3GPP TS 25.468 V9.0.0 (2009-12)
+-- 3GPP TS 25.468 V9.1.0 (2010-03)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.2 Elementary Procedure definitions
@@ -175,3 +175,4 @@ privateMessage RUA-ELEMENTARY-PROCEDURE ::= {
END
+
diff --git a/epan/dissectors/packet-rua.c b/epan/dissectors/packet-rua.c
index aa9d41d9c8..5a77f12274 100644
--- a/epan/dissectors/packet-rua.c
+++ b/epan/dissectors/packet-rua.c
@@ -65,7 +65,6 @@
#define maxProtocolExtensions 65535
#define maxProtocolIEs 65535
#define maxNrOfErrors 256
-#define maxUEs 64
typedef enum _ProcedureCode_enum {
id_Connect = 1,