pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41692?usp=email )
Change subject: library/NGAP_Templates: PDUSessionResourceSetupRequest: Fix
criticality of SetupList IE
......................................................................
library/NGAP_Templates: PDUSessionResourceSetupRequest: Fix criticality of
SetupList IE
3GPP TS 38.413 version 18.5.0 Release 18 describes
id-PDUSessionResourceSetupListSUReq in PDUSessionResourceSetupRequestIEs
as "reject", and open5gs si sending tu us accordinginly.
Related: SYS#7073
Change-Id: I727876facc2c019b6a83335faf361a5d2e12fb10
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index 8748d0f..1910120 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -130,7 +130,7 @@
},
{
id := id_PDUSessionResourceSetupListSUReq,
-
criticality := ignore,
+
criticality := reject,
value_ := { PDUSessionResourceSetupListSUReq :=
p_pDUSessionResourceSetupListSUReq }
}
}
@@ -167,7 +167,7 @@
},
{
id :=
id_PDUSessionResourceSetupListSUReq,
-
criticality := ignore,
+
criticality := reject,
value_
:= { PDUSessionResourceSetupListSUReq := p_pDUSessionResourceSetupListSUReq }
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41692?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: I727876facc2c019b6a83335faf361a5d2e12fb10
Gerrit-Change-Number: 41692
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>