Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895?usp=email )
Change subject: 5gc: Test UE requested PDU Session Modification procedure
......................................................................
Patch Set 2:
(4 comments)
File 5gc/ConnHdlr.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895/comment/b45afe6a_9d97…
:
PS2, Line 395: min 1 item in list doesn't allow previously allocating an empty list
You could simply do:
```
qos_flow_resp_li[i] := qos_flow_resp_it;
```
This works fine and the runtime will resize the list accordingly.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895/comment/3bc5a43d_f2f4…
:
PS2, Line 443: min 1 item in list doesn't allow previously allocating an empty list
Likewise here, just assign the value using `i` as the index.
File library/NGAP_Functions.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895/comment/f74baec7_0c14…
:
PS2, Line 167: Setup
Modify?
File library/NG_NAS_Osmo_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895/comment/dbcfe584_e734…
:
PS2, Line 749: omit
How can the whole template be `omit`? Did you mean `value`?
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40895?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id9ac0f0e431c4a82dfab8675c93bf3c3f05442a7
Gerrit-Change-Number: 40895
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 25 Aug 2025 17:36:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No