aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap/S1AP-PDU-Descriptions.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-25 19:19:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-25 19:19:39 +0000
commite34e97ac412d918846b1feeab217c4428d8ed901 (patch)
tree536e793cc6db8b86f72a6320fd9dac1c40070cc1 /asn1/s1ap/S1AP-PDU-Descriptions.asn
parent4981dbb788b758469af675a1627e62e0919fb64a (diff)
Update to the latest asn1 files and try to get rid of unused code warnings.
svn path=/trunk/; revision=26270
Diffstat (limited to 'asn1/s1ap/S1AP-PDU-Descriptions.asn')
-rw-r--r--asn1/s1ap/S1AP-PDU-Descriptions.asn25
1 files changed, 22 insertions, 3 deletions
diff --git a/asn1/s1ap/S1AP-PDU-Descriptions.asn b/asn1/s1ap/S1AP-PDU-Descriptions.asn
index baf5c68990..0502e66139 100644
--- a/asn1/s1ap/S1AP-PDU-Descriptions.asn
+++ b/asn1/s1ap/S1AP-PDU-Descriptions.asn
@@ -1,5 +1,5 @@
-- $Id$
--- 3GPP TS 36.413 V8.2.0 (2008-06)
+-- 3GPP TS 36.413 V8.3.0 (2008-09)
-- 9.3.2 Elementary Procedure Definitions
-- **************************************************************
--
@@ -50,12 +50,13 @@ FROM S1AP-CommonDataTypes
LocationReportingControl,
LocationReportingFailureIndication,
LocationReport,
-
MMEConfigurationUpdate,
MMEConfigurationUpdateAcknowledge,
MMEConfigurationUpdateFailure,
MMEStatusTransfer,
NASNonDeliveryIndication,
+ OverloadStart,
+ OverloadStop,
Paging,
PathSwitchRequest,
PathSwitchRequestAcknowledge,
@@ -104,6 +105,8 @@ FROM S1AP-PDU-Contents
id-MMEConfigurationUpdate,
id-MMEStatusTransfer,
id-NASNonDeliveryIndication,
+ id-OverloadStart,
+ id-OverloadStop,
id-Paging,
id-PathSwitchRequest,
id-Reset,
@@ -226,7 +229,9 @@ S1AP-ELEMENTARY-PROCEDURES-CLASS-2 S1AP-ELEMENTARY-PROCEDURE ::= {
traceFailureIndication |
locationReportingControl |
locationReportingFailureIndication |
- locationReport ,
+ locationReport |
+ overloadStart |
+ overloadStop ,
...
}
@@ -461,4 +466,18 @@ locationReport S1AP-ELEMENTARY-PROCEDURE ::= {
PROCEDURE CODE id-LocationReport
CRITICALITY ignore
}
+
+overloadStart S1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE OverloadStart
+ PROCEDURE CODE id-OverloadStart
+ CRITICALITY ignore
+}
+
+overloadStop S1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE OverloadStop
+ PROCEDURE CODE id-OverloadStop
+ CRITICALITY reject
+}
+
END
+