pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40406?usp=email )
Change subject: library/ngap: Fix wrong id set on PWSFailureIndication templates
......................................................................
library/ngap: Fix wrong id set on PWSFailureIndication templates
Change-Id: Ied1c7a5914c6cbacf64ba857aa31c12ca6f001fb
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index b6be2d3..d297bea 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -7310,7 +7310,7 @@
in
template (value) PWSFailedCellIDList p_pWSFailedCellIDList,
in
template (value) GlobalRANNodeID p_globalRANNodeID
) :=
{
- procedureCode := id_PWSRestartIndication,
+ procedureCode := id_PWSFailureIndication,
criticality := ignore,
value_ := {
PWSFailureIndication := {
@@ -7341,7 +7341,7 @@
template (present) PWSFailedCellIDList p_pWSFailedCellIDList := ?,
template (present) GlobalRANNodeID p_globalRANNodeID := ?
)
:= {
- procedureCode := id_PWSRestartIndication,
+ procedureCode := id_PWSFailureIndication,
criticality := ignore,
value_ := {
PWSFailureIndication := {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40406?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: Ied1c7a5914c6cbacf64ba857aa31c12ca6f001fb
Gerrit-Change-Number: 40406
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>