Attention is currently required from: dexter.
Patch set 1:Code-Review +1
2 comments:
File src/common/l1sap.c:
Patch Set #1, Line 352: *len = 0;
Much more concise this way:
*len = msgb_l2(msg) ? msgb_l2len(msg) : 0;
Patch Set #1, Line 396: *len = 0;
Same
To view, visit change 29650. To unsubscribe, or for help writing mail filters, visit settings.