Attention is currently required from: pespin.
4 comments:
File 5gc/ConnHdlr.ttcn:
Patch Set #2, 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.
Patch Set #2, 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:
Patch Set #2, Line 167: Setup
Modify?
File library/NG_NAS_Osmo_Templates.ttcn:
How can the whole template be `omit`? Did you mean `value`?
To view, visit change 40895. To unsubscribe, or for help writing mail filters, visit settings.