aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn')
-rw-r--r--epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn144
1 files changed, 138 insertions, 6 deletions
diff --git a/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn b/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn
index d79c5d129d..f7538c59b9 100644
--- a/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn
+++ b/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 38.463 V16.7.0 (2021-10)
+-- 3GPP TS 37.483 V17.7.0 (2023-12)
-- **************************************************************
--
-- Elementary Procedure definitions
@@ -39,6 +39,17 @@ FROM E1AP-CommonDataTypes
GNB-CU-CP-ConfigurationUpdate,
GNB-CU-CP-ConfigurationUpdateAcknowledge,
GNB-CU-CP-ConfigurationUpdateFailure,
+ BCBearerContextSetupRequest,
+ BCBearerContextSetupResponse,
+ BCBearerContextSetupFailure,
+ BCBearerContextModificationRequest,
+ BCBearerContextModificationResponse,
+ BCBearerContextModificationFailure,
+ BCBearerContextModificationRequired,
+ BCBearerContextModificationConfirm,
+ BCBearerContextReleaseCommand,
+ BCBearerContextReleaseComplete,
+ BCBearerContextReleaseRequest,
BearerContextSetupRequest,
BearerContextSetupResponse,
BearerContextSetupFailure,
@@ -58,6 +69,18 @@ FROM E1AP-CommonDataTypes
E1ReleaseResponse,
GNB-CU-UP-CounterCheckRequest,
GNB-CU-UP-StatusIndication,
+ MCBearerContextSetupRequest,
+ MCBearerContextSetupResponse,
+ MCBearerContextSetupFailure,
+ MCBearerContextModificationRequest,
+ MCBearerContextModificationResponse,
+ MCBearerContextModificationFailure,
+ MCBearerContextModificationRequired,
+ MCBearerContextModificationConfirm,
+ MCBearerNotification,
+ MCBearerContextReleaseCommand,
+ MCBearerContextReleaseComplete,
+ MCBearerContextReleaseRequest,
MRDC-DataUsageReport,
DeactivateTrace,
TraceStart,
@@ -71,7 +94,8 @@ FROM E1AP-CommonDataTypes
IAB-UPTNLAddressUpdateFailure,
CellTrafficTrace,
EarlyForwardingSNTransfer,
- GNB-CU-CPMeasurementResultsInformation
+ GNB-CU-CPMeasurementResultsInformation,
+ IABPSKNotification
FROM E1AP-PDU-Contents
id-reset,
@@ -101,7 +125,19 @@ FROM E1AP-PDU-Contents
id-iAB-UPTNLAddressUpdate,
id-CellTrafficTrace,
id-earlyForwardingSNTransfer,
- id-gNB-CU-CPMeasurementResultsInformation
+ id-gNB-CU-CPMeasurementResultsInformation,
+ id-iABPSKNotification,
+ id-BCBearerContextSetup,
+ id-BCBearerContextModification,
+ id-BCBearerContextModificationRequired,
+ id-BCBearerContextRelease,
+ id-BCBearerContextReleaseRequest,
+ id-MCBearerContextSetup,
+ id-MCBearerContextModification,
+ id-MCBearerContextModificationRequired,
+ id-MCBearerNotification,
+ id-MCBearerContextRelease,
+ id-MCBearerContextReleaseRequest
FROM E1AP-Constants;
@@ -183,7 +219,15 @@ E1AP-ELEMENTARY-PROCEDURES-CLASS-1 E1AP-ELEMENTARY-PROCEDURE ::= {
bearerContextModificationRequired |
bearerContextRelease |
resourceStatusReportingInitiation |
- iAB-UPTNLAddressUpdate ,
+ iAB-UPTNLAddressUpdate |
+ bCBearerContextSetup |
+ bCBearerContextModification |
+ bCBearerContextModificationRequired |
+ bCBearerContextRelease |
+ mCBearerContextSetup |
+ mCBearerContextModification |
+ mCBearerContextModificationRequired |
+ mCBearerContextRelease ,
...
}
@@ -195,7 +239,7 @@ E1AP-ELEMENTARY-PROCEDURES-CLASS-2 E1AP-ELEMENTARY-PROCEDURE ::= {
uLDataNotification |
dataUsageReport |
gNB-CU-UP-CounterCheck |
- gNB-CU-UP-StatusIndication |
+ gNB-CU-UP-StatusIndication |
mRDC-DataUsageReport |
deactivateTrace |
traceStart |
@@ -203,7 +247,11 @@ E1AP-ELEMENTARY-PROCEDURES-CLASS-2 E1AP-ELEMENTARY-PROCEDURE ::= {
cellTrafficTrace |
resourceStatusReporting |
earlyForwardingSNTransfer |
- gNB-CU-CPMeasurementResultsInformation,
+ gNB-CU-CPMeasurementResultsInformation |
+ iABPSKNotification |
+ bCBearerContextReleaseRequest |
+ mCBearerContextReleaseRequest |
+ mCBearerNotification ,
...
}
@@ -401,4 +449,88 @@ earlyForwardingSNTransfer E1AP-ELEMENTARY-PROCEDURE ::= {
CRITICALITY ignore
}
+iABPSKNotification E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE IABPSKNotification
+ PROCEDURE CODE id-iABPSKNotification
+ CRITICALITY reject
+}
+
+bCBearerContextSetup E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE BCBearerContextSetupRequest
+ SUCCESSFUL OUTCOME BCBearerContextSetupResponse
+ UNSUCCESSFUL OUTCOME BCBearerContextSetupFailure
+ PROCEDURE CODE id-BCBearerContextSetup
+ CRITICALITY reject
+}
+
+bCBearerContextModification E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE BCBearerContextModificationRequest
+ SUCCESSFUL OUTCOME BCBearerContextModificationResponse
+ UNSUCCESSFUL OUTCOME BCBearerContextModificationFailure
+ PROCEDURE CODE id-BCBearerContextModification
+ CRITICALITY reject
+}
+
+bCBearerContextModificationRequired E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE BCBearerContextModificationRequired
+ SUCCESSFUL OUTCOME BCBearerContextModificationConfirm
+ PROCEDURE CODE id-BCBearerContextModificationRequired
+ CRITICALITY reject
+}
+
+bCBearerContextRelease E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE BCBearerContextReleaseCommand
+ SUCCESSFUL OUTCOME BCBearerContextReleaseComplete
+ PROCEDURE CODE id-BCBearerContextRelease
+ CRITICALITY reject
+}
+
+bCBearerContextReleaseRequest E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE BCBearerContextReleaseRequest
+ PROCEDURE CODE id-BCBearerContextReleaseRequest
+ CRITICALITY reject
+}
+
+mCBearerContextSetup E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerContextSetupRequest
+ SUCCESSFUL OUTCOME MCBearerContextSetupResponse
+ UNSUCCESSFUL OUTCOME MCBearerContextSetupFailure
+ PROCEDURE CODE id-MCBearerContextSetup
+ CRITICALITY reject
+}
+
+mCBearerContextModification E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerContextModificationRequest
+ SUCCESSFUL OUTCOME MCBearerContextModificationResponse
+ UNSUCCESSFUL OUTCOME MCBearerContextModificationFailure
+ PROCEDURE CODE id-MCBearerContextModification
+ CRITICALITY reject
+}
+
+mCBearerContextModificationRequired E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerContextModificationRequired
+ SUCCESSFUL OUTCOME MCBearerContextModificationConfirm
+ PROCEDURE CODE id-MCBearerContextModificationRequired
+ CRITICALITY reject
+}
+
+mCBearerNotification E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerNotification
+ PROCEDURE CODE id-MCBearerNotification
+ CRITICALITY reject
+}
+
+mCBearerContextRelease E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerContextReleaseCommand
+ SUCCESSFUL OUTCOME MCBearerContextReleaseComplete
+ PROCEDURE CODE id-MCBearerContextRelease
+ CRITICALITY reject
+}
+
+mCBearerContextReleaseRequest E1AP-ELEMENTARY-PROCEDURE ::= {
+ INITIATING MESSAGE MCBearerContextReleaseRequest
+ PROCEDURE CODE id-MCBearerContextReleaseRequest
+ CRITICALITY reject
+}
+
END