laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38276?usp=email )
Change subject: library/s1ap: fix wrong IDs in {ts,tr}_S1AP_InitialCtxSetupResp
......................................................................
library/s1ap: fix wrong IDs in {ts,tr}_S1AP_InitialCtxSetupResp
Change-Id: I752f202e891f7f6ff4f8f33b56de90c99c4ab456
Fixes: ce818da5b "library: Add S1AP Templates"
---
M library/s1ap/S1AP_Templates.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index e7fed9d..0079649 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -732,7 +732,7 @@
value_ := {E_RABSetupListCtxtSURes := rab_setup_items}
}
/*, {
- id := S1AP_Constants.id_E_RABFailedToSetupListBearerSURes,
+ id := S1AP_Constants.id_E_RABFailedToSetupListCtxtSURes,
criticality := ignore,
value_ := {E_RABList := rab_items}
}*/
@@ -761,11 +761,11 @@
criticality := reject,
value_ := {ENB_UE_S1AP_ID := enb_id}
}, {
- id := S1AP_Constants.id_E_RABSetupListBearerSURes,
+ id := S1AP_Constants.id_E_RABSetupListCtxtSURes,
criticality := ignore,
value_ := {E_RABSetupListCtxtSURes := rab_setup_items}
}, {
- id := S1AP_Constants.id_E_RABFailedToSetupListBearerSURes,
+ id := S1AP_Constants.id_E_RABFailedToSetupListCtxtSURes,
criticality := ignore,
value_ := {E_RABList := rab_items}
}, *
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38276?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: I752f202e891f7f6ff4f8f33b56de90c99c4ab456
Gerrit-Change-Number: 38276
Gerrit-PatchSet: 2
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>