Attention is currently required from: fixeria, laforge.
5 comments:
File mme/ConnHdlr.ttcn:
Patch Set #2, Line 393: var charstring apn := char(0, 0, 0, 4) & "test" & char(0, 0, 0, 3) & "sos";
actually, this should probably simply use `f_dns_enc_label("test. […]
Done
Patch Set #2, Line 947: Request
Request or Success? The altstep name suggests the later.
the altstep expects tr_GTP2C_CreateSessionReq and replies with ts_GTP2C_CreateSessionResp. so "Request" is the what we expect.
Patch Set #2, Line 952: log2str
`log2str` not really needed here.
Done
Patch Set #2, Line 955: .start
You're re-using a timer that may already be running. […]
Done
Patch Set #2, Line 958: log2str
`log2str` not really needed here.
Done
To view, visit change 41189. To unsubscribe, or for help writing mail filters, visit settings.