pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40898?usp=email )
Change subject: ngap: Fix wrong IE Id in m_n2_PDUSessionResourceModifyResponse()
......................................................................
ngap: Fix wrong IE Id in m_n2_PDUSessionResourceModifyResponse()
Change-Id: I13547e548e5323fe54340393cbe9f333f10c5969
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/98/40898/1
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index 9729823..8b297e4 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -644,7 +644,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
-
id := id_PDUSessionResourceModifyListModReq,
+
id := id_PDUSessionResourceModifyListModRes,
criticality := reject,
value_ := { PDUSessionResourceModifyListModRes :=
p_pDUSessionResourceModifyListModRes
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40898?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: I13547e548e5323fe54340393cbe9f333f10c5969
Gerrit-Change-Number: 40898
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>