Attention is currently required from: falconia.
3 comments:
File src/common/l1sap.c:
Patch Set #2, Line 2329: lchan_osmux_skipped_frame(lchan, fn_ms_adj(fn, lchan));
fn_ms_adj is also called here, so feel free to put fn_ms_adj above and modify this function too since fn_ms_adj() always returns a constant value.
File src/common/lchan.c:
Patch Set #2, Line 590: false, bts->twjit_cfg);
align to "(", like done eveyrwhere else.
Patch Set #2, Line 641: ia, connect_port);
ah so osmo_rtp_socket_connect() actually got a string, and you are converting now this param into an in_addr. Please convert it to a osmo_sockaddr instead.
To view, visit change 42166. To unsubscribe, or for help writing mail filters, visit settings.