aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-09-26 13:14:22 +0200
committerAnders Broman <a.broman58@gmail.com>2018-09-26 14:44:45 +0000
commit297d1ac60da02375969291c03701abc215606a4d (patch)
tree887da732704b873ec1cbec9276cb276ce54973ee /epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn
parentc785e16cdae05583fd15b6f857e80564a43094dc (diff)
NGAP: Update to 3GPP TS 38.413 V15.1.0 (2018-09)
Change-Id: I1e6281f8a6a943cdf79b567813cd73eb79b6aeef Reviewed-on: https://code.wireshark.org/review/29853 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn')
-rw-r--r--epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn47
1 files changed, 37 insertions, 10 deletions
diff --git a/epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn b/epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn
index 110cb41dfb..87fff9d24a 100644
--- a/epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn
+++ b/epan/dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 38.413 V15.0.0 (2018-06)
+-- 3GPP TS 38.413 V15.1.0 (2018-09)
-- 9.4.3 Elementary Procedure Definitions
-- **************************************************************
--
@@ -60,6 +60,8 @@ FROM NGAP-CommonDataTypes
NGSetupFailure,
NGSetupRequest,
NGSetupResponse,
+ OverloadStart,
+ OverloadStop,
Paging,
PathSwitchRequest,
PathSwitchRequestAcknowledge,
@@ -82,9 +84,9 @@ FROM NGAP-CommonDataTypes
RANConfigurationUpdateAcknowledge,
RANConfigurationUpdateFailure,
RerouteNASRequest,
+ RRCInactiveTransitionReport,
TraceFailureIndication,
TraceStart,
- UECapabilityInfoIndication,
UEContextModificationFailure,
UEContextModificationRequest,
UEContextModificationResponse,
@@ -93,6 +95,7 @@ FROM NGAP-CommonDataTypes
UEContextReleaseRequest,
UERadioCapabilityCheckRequest,
UERadioCapabilityCheckResponse,
+ UERadioCapabilityInfoIndication,
UETNLABindingReleaseRequest,
UplinkNASTransport,
UplinkNonUEAssociatedNRPPaTransport,
@@ -125,6 +128,8 @@ FROM NGAP-PDU-Contents
id-NASNonDeliveryIndication,
id-NGReset,
id-NGSetup,
+ id-OverloadStart,
+ id-OverloadStop,
id-Paging,
id-PathSwitchRequest,
id-PDUSessionResourceModify,
@@ -138,13 +143,14 @@ FROM NGAP-PDU-Contents
id-PWSRestartIndication,
id-RANConfigurationUpdate,
id-RerouteNASRequest,
+ id-RRCInactiveTransitionReport,
id-TraceFailureIndication,
id-TraceStart,
- id-UECapabilityInfoIndication,
id-UEContextModification,
id-UEContextRelease,
id-UEContextReleaseRequest,
id-UERadioCapabilityCheck,
+ id-UERadioCapabilityInfoIndication,
id-UETNLABindingRelease,
id-UplinkNASTransport,
id-UplinkNonUEAssociatedNRPPaTransport,
@@ -256,16 +262,19 @@ NGAP-ELEMENTARY-PROCEDURES-CLASS-2 NGAP-ELEMENTARY-PROCEDURE ::= {
locationReportingControl |
locationReportingFailureIndication |
nASNonDeliveryIndication |
+ overloadStart |
+ overloadStop |
paging |
pDUSessionResourceNotify |
privateMessage |
pWSFailureIndication |
pWSRestartIndication |
rerouteNASRequest |
+ rRCInactiveTransitionReport |
traceFailureIndication |
traceStart |
- uECapabilityInfoIndication |
uEContextReleaseRequest |
+ uERadioCapabilityInfoIndication |
uETNLABindingRelease |
uplinkNASTransport |
uplinkNonUEAssociatedNRPPaTransport |
@@ -424,6 +433,18 @@ nGSetup NGAP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY reject
}
+overloadStart NGAP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE OverloadStart
+ PROCEDURE CODE id-OverloadStart
+ CRITICALITY ignore
+}
+
+overloadStop NGAP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE OverloadStop
+ PROCEDURE CODE id-OverloadStop
+ CRITICALITY reject
+}
+
paging NGAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE Paging
PROCEDURE CODE id-Paging
@@ -511,6 +532,12 @@ rerouteNASRequest NGAP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY reject
}
+rRCInactiveTransitionReport NGAP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE RRCInactiveTransitionReport
+ PROCEDURE CODE id-RRCInactiveTransitionReport
+ CRITICALITY ignore
+}
+
traceFailureIndication NGAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE TraceFailureIndication
PROCEDURE CODE id-TraceFailureIndication
@@ -523,12 +550,6 @@ traceStart NGAP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY ignore
}
-uECapabilityInfoIndication NGAP-ELEMENTARY-PROCEDURE ::= {
- INITIATING MESSAGE UECapabilityInfoIndication
- PROCEDURE CODE id-UECapabilityInfoIndication
- CRITICALITY ignore
-}
-
uEContextModification NGAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEContextModificationRequest
SUCCESSFUL OUTCOME UEContextModificationResponse
@@ -557,6 +578,12 @@ uERadioCapabilityCheck NGAP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY reject
}
+uERadioCapabilityInfoIndication NGAP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE UERadioCapabilityInfoIndication
+ PROCEDURE CODE id-UERadioCapabilityInfoIndication
+ CRITICALITY ignore
+}
+
uETNLABindingRelease NGAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UETNLABindingReleaseRequest
PROCEDURE CODE id-UETNLABindingRelease