laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38243?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: library/s1ap: fix wrong field in S1AP-RABReleaseInd
......................................................................
library/s1ap: fix wrong field in S1AP-RABReleaseInd
Change-Id: I7a24b6401a19a6e37392083b26657bcb45b35cbe
Fixes: e59e681c "library/s1ap: add E-RAB RELEASE templates"
---
M library/s1ap/S1AP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index dca5844..cd99ce2 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -1325,7 +1325,7 @@
procedureCode := S1AP_Constants.id_E_RABReleaseIndication,
criticality := reject,
value_ := {
- e_RABReleaseCommand := {
+ e_RABReleaseIndication := {
protocolIEs := {
{
id := S1AP_Constants.id_MME_UE_S1AP_ID,
@@ -1353,7 +1353,7 @@
procedureCode := S1AP_Constants.id_E_RABReleaseIndication,
criticality := reject,
value_ := {
- e_RABReleaseCommand := {
+ e_RABReleaseIndication := {
protocolIEs := {
{
id := S1AP_Constants.id_MME_UE_S1AP_ID,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38243?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7a24b6401a19a6e37392083b26657bcb45b35cbe
Gerrit-Change-Number: 38243
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>