Attention is currently required from: arehbein, pespin, daniel.
Patch set 14:Code-Review +1
6 comments:
File examples/ipa-stream-client.c:
Patch Set #1, Line 161: LOGL_DEBUG
Ack
Done
File examples/ipa-stream-client.c:
Patch Set #13, Line 167: conn = osmo_stream_cli_create2(tall_test, "ipa test client");
underscores instead of spaces? We'll end up logging that name at some point, spaces are not nice as […]
Done
File examples/ipa-stream-server.c:
Patch Set #1, Line 94: LOGL_DEBUG
unrelated change.
Done
File examples/ipa-stream-server.c:
Patch Set #13, Line 78: conn = osmo_stream_srv_create2(tall_test, "srv link", srv, fd, NULL);
same, no spaces in name?
Done
File examples/stream-client.c:
Patch Set #13, Line 107: conn = osmo_stream_cli_create2(tall_test, "stream client");
no spaces in name.
Done
File examples/stream-server.c:
Patch Set #13, Line 72: conn = osmo_stream_srv_create2(tall_test, "stream server", srv, fd, NULL);
no spaces in mame.
Done
To view, visit change 33194. To unsubscribe, or for help writing mail filters, visit settings.