pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40777?usp=email )
Change subject: library/ngap: Fix wrong procedureCode in PDUSessionResourceReleaseCommand
templates
......................................................................
library/ngap: Fix wrong procedureCode in PDUSessionResourceReleaseCommand templates
Change-Id: Ia4b0cacf8e3f859820d4b5e23d73f38bb5b7fbfd
---
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/77/40777/1
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index 32ee82c..85c5e0b 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -299,7 +299,7 @@
in template (value) PDUSessionResourceToReleaseListRelCmd
p_pDUSessionResourceToReleaseListRelCmd
) := {
- procedureCode := id_PDUSessionResourceToReleaseListRelCmd,
+ procedureCode := id_PDUSessionResourceRelease,
criticality := reject,
value_ := {
PDUSessionResourceReleaseCommand := {
@@ -336,7 +336,7 @@
template (present) PDUSessionResourceToReleaseListRelCmd
p_pDUSessionResourceToReleaseListRelCmd := ?
) := {
- procedureCode := id_PDUSessionResourceToReleaseListRelCmd,
+ procedureCode := id_PDUSessionResourceRelease,
criticality := reject,
value_ := {
PDUSessionResourceReleaseCommand := {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40777?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia4b0cacf8e3f859820d4b5e23d73f38bb5b7fbfd
Gerrit-Change-Number: 40777
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>