Attention is currently required from: jolly.
4 comments:
File s1gw/S1GW_ConnHdlr.ttcn:
Patch Set #1, Line 71: template TargetID
const c_TargetID
Patch Set #1, Line 76: /* PLMNidentity */ '62F210'O,
you know you can assign by field name instead of commenting all of them?
eg.
pLMNidentity := '62F210'O
Patch Set #1, Line 1072: function f_ConnHdlr_tx_handover_req(in ERabList erabs,
either add in to all params or to none. (I vote for the later :P)
Patch Set #1, Line 1090: items[i] := ts_E_RABToBeSetupListHOReq(item)[0];
see the problem I mentioned in the previous commit? You end up doing weird stuff with [0] because you don't have a template for 1 item imho.
To view, visit change 41009. To unsubscribe, or for help writing mail filters, visit settings.