Attention is currently required from: fixeria.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41747?usp=email )
Change subject: 5gc: Test UE Triggered Service Request ......................................................................
Patch Set 3:
(3 comments)
File 5gc/ConnHdlr.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41747/comment/a416a288_60005... : PS3, Line 410: var PDUSessionResourceSetupItemSURes it_resp; : it_resp := f_pdu_handle_session_resource_setup_item_su(li_req[i]); : if (i == 0) { /* min 1 item in list doesn't allow previously allocating an empty list */ : li_resp := { it_resp }; : } else { : li_resp := li_resp & { it_resp }; :
Assigning items via the index works fine: […]
I'll keep it as is to keep it in line with other instances of this code in this file, since I think it's also fine as is.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41747/comment/189473a8_f79d6... : PS3, Line 691: var template (value) NGAP_PDU tx_pdu;
unused
Done
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41747/comment/c3eef43c_f9045... : PS3, Line 694: var NG_NAS_DL_Message_Type rx_nas;
unused
Done