Attention is currently required from: fixeria, pespin.
Patch set 4:Code-Review +1
1 comment:
File 5gc/ConnHdlr.ttcn:
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 };
I'll keep it as is to keep it in line with other instances of this code in this file, since I think […]
all such instances can possibly (and probably should) be rewritten according to the suggestion of @fixeria - but that's indeed unrelated to this specific patch.
To view, visit change 41747. To unsubscribe, or for help writing mail filters, visit settings.