pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/40406/1
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 change 40406. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ied1c7a5914c6cbacf64ba857aa31c12ca6f001fb
Gerrit-Change-Number: 40406
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>