Attention is currently required from: laforge, pespin.
1 comment:
File s1gw/S1GW_ConnHdlr.ttcn:
Patch Set #2, Line 328: for (var integer i := 0; i < lengthof(erabs); i := i + 1) {
You could actually split this for loop in a function which returns E_RABToBeSetupListBearerSUReq. […]
We can do that when we can re-use `E_RABToBeSetupListBearerSUReq` in other PDUs (e.g. in upcoming testcases for the `INITIAL CONTEXT SETUP REQUEST`). Unfortunately, the S1AP specs. defined in a way that each message type has its own specific IEs, even though the IE structure is almost identical. And for now there would be only one user per such IE-crafting function. Let's keep it as-is for now and get back to this idea later.
To view, visit change 38062. To unsubscribe, or for help writing mail filters, visit settings.