pespin has submitted this change. (
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(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
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: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I13547e548e5323fe54340393cbe9f333f10c5969
Gerrit-Change-Number: 40898
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>