Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40779?usp=email )
Change subject: 5gc: Implement PDU Session Release procedure ......................................................................
Patch Set 2: Code-Review+1
(2 comments)
File 5gc/ConnHdlr.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40779/comment/2c5d25b2_8d05c... : PS2, Line 407: bit2oct(nas_cause Can you pass `cmd.pDUSessionResourceReleaseCommandTransfer` directly here?
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40779/comment/c9bf011d_32020... : PS2, Line 418: li_resp := { it_resp }; I think you can do `li_resp[i] := it_resp` unconditionally here. At least this works for S1AP stuff (grep for `items[i] :=` in `S1GW_ConnHdlr`).