aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rua
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-02 11:23:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-02 11:23:26 +0000
commit1d86f42804b3f8b94307bb40c9e2e6120741c5da (patch)
treee58ac5aeb81490d2e884f52b972c8c403418d37a /asn1/rua
parent149c7ae55f60409aac489a92ba8f26f903a03801 (diff)
Update to 9.0.0
svn path=/trunk/; revision=32083
Diffstat (limited to 'asn1/rua')
-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.asn8
-rw-r--r--asn1/rua/RUA-PDU-Contents.asn10
-rw-r--r--asn1/rua/RUA-PDU-Descriptions.asn3
-rw-r--r--asn1/rua/rua.cnf2
7 files changed, 22 insertions, 8 deletions
diff --git a/asn1/rua/RUA-CommonDataTypes.asn b/asn1/rua/RUA-CommonDataTypes.asn
index 26cd85093d..a5f93c1e3a 100644
--- a/asn1/rua/RUA-CommonDataTypes.asn
+++ b/asn1/rua/RUA-CommonDataTypes.asn
@@ -1,6 +1,6 @@
-- RUA-CommonDataTypes.asn
--
--- 3GPP TS 25.468 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- 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 ae65dd68ee..dbf85a52e9 100644
--- a/asn1/rua/RUA-Constants.asn
+++ b/asn1/rua/RUA-Constants.asn
@@ -1,6 +1,6 @@
-- RUA-Constants.asn
--
--- 3GPP TS 25.468 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.6 Constant definitions
@@ -60,6 +60,7 @@ id-RANAP-Message ProtocolIE-ID ::= 4
id-IntraDomainNasNodeSelector ProtocolIE-ID ::= 5
id-Establishment-Cause ProtocolIE-ID ::= 6
id-CN-DomainIndicator ProtocolIE-ID ::= 7
+id-CSGMembershipStatus ProtocolIE-ID ::= 9
END
diff --git a/asn1/rua/RUA-Containers.asn b/asn1/rua/RUA-Containers.asn
index 1b6b719db4..d5e798a08e 100644
--- a/asn1/rua/RUA-Containers.asn
+++ b/asn1/rua/RUA-Containers.asn
@@ -1,6 +1,6 @@
-- RUA-Containers.asn
--
--- 3GPP TS 25.468 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- 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 1842c3e15e..7d8ce01408 100644
--- a/asn1/rua/RUA-IEs.asn
+++ b/asn1/rua/RUA-IEs.asn
@@ -1,6 +1,6 @@
-- RUA-IEs.asn
--
--- 3GPP TS 25.468 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.4 Information Element definitions
@@ -43,6 +43,12 @@ CN-DomainIndicator ::= ENUMERATED {
ps-domain
}
+CSGMembershipStatus ::= ENUMERATED {
+ member,
+ non-member,
+ ...
+ }
+
Establishment-Cause ::= ENUMERATED {
emergency-call,
normal-call,
diff --git a/asn1/rua/RUA-PDU-Contents.asn b/asn1/rua/RUA-PDU-Contents.asn
index 99b6d622e8..caeb8aad9c 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 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.3 PDU definitions
@@ -32,7 +32,8 @@ IMPORTS
Cause,
CriticalityDiagnostics,
Context-ID,
- CN-DomainIndicator,
+ CN-DomainIndicator,
+ CSGMembershipStatus,
IntraDomainNasNodeSelector,
RANAP-Message,
Establishment-Cause
@@ -53,7 +54,8 @@ FROM RUA-Containers
id-Cause,
id-CriticalityDiagnostics,
id-Context-ID,
- id-CN-DomainIndicator,
+ id-CN-DomainIndicator,
+ id-CSGMembershipStatus,
id-RANAP-Message,
id-IntraDomainNasNodeSelector,
id-Establishment-Cause
@@ -83,6 +85,8 @@ ConnectIEs RUA-PROTOCOL-IES ::= {
}
ConnectExtensions RUA-PROTOCOL-EXTENSION ::= {
+ { ID id-CSGMembershipStatus CRITICALITY ignore EXTENSION CSGMembershipStatus PRESENCE optional },
+
...
}
diff --git a/asn1/rua/RUA-PDU-Descriptions.asn b/asn1/rua/RUA-PDU-Descriptions.asn
index 95efe381ef..577ef61bb4 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 V8.1.0 (2009-12)
+-- 3GPP TS 25.468 V9.0.0 (2009-12)
-- http://www.3gpp.org/ftp/Specs/html-info/25468.htm
--
-- 9.3.2 Elementary Procedure definitions
@@ -174,3 +174,4 @@ privateMessage RUA-ELEMENTARY-PROCEDURE ::= {
END
+
diff --git a/asn1/rua/rua.cnf b/asn1/rua/rua.cnf
index 79b5455d86..18a503d489 100644
--- a/asn1/rua/rua.cnf
+++ b/asn1/rua/rua.cnf
@@ -84,6 +84,8 @@ IntraDomainNasNodeSelector N rua.ies id-IntraDomainNasNodeSelector
Establishment-Cause N rua.ies id-Establishment-Cause
CN-DomainIndicator N rua.ies id-CN-DomainIndicator
+#RUA-PROTOCOL-EXTENSION
+CSGMembershipStatus N rua.extension id-CSGMembershipStatus
#RUA-ELEMENTARY-PROCEDURE
Connect N rua.proc.imsg id-Connect