pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42419?usp=email )
Change subject: NGAP_Templates: Fix wrong IE id in
n2_PDUSessionResourceModifyConfirm
......................................................................
NGAP_Templates: Fix wrong IE id in n2_PDUSessionResourceModifyConfirm
Change-Id: Iddcf4e3081d47f91e3b6ec52186116bf93e28c90
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index f1573a5..c688a3c 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -921,7 +921,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
-
id := id_PDUSessionResourceModifyListModReq,
+
id := id_PDUSessionResourceModifyListModInd,
criticality := reject,
value_ := { PDUSessionResourceModifyListModInd :=
p_pDUSessionResourceModifyListModInd
}
@@ -960,7 +960,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
-
id := id_PDUSessionResourceModifyListModReq,
+
id := id_PDUSessionResourceModifyListModInd,
criticality := reject,
value_ := { PDUSessionResourceModifyListModInd :=
p_pDUSessionResourceModifyListModInd
}
@@ -1003,7 +1003,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
-
id := id_PDUSessionResourceModifyListModReq,
+
id := id_PDUSessionResourceModifyListModCfm,
criticality := ignore,
value_ := { PDUSessionResourceModifyListModCfm :=
p_pDUSessionResourceModifyListModCfm
}
@@ -1077,7 +1077,7 @@
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
{
-
id := id_PDUSessionResourceModifyListModReq,
+
id := id_PDUSessionResourceModifyListModCfm,
criticality := ignore,
value_ := { PDUSessionResourceModifyListModCfm :=
p_pDUSessionResourceModifyListModCfm
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42419?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: Iddcf4e3081d47f91e3b6ec52186116bf93e28c90
Gerrit-Change-Number: 42419
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
