Attention is currently required from: arehbein, laforge, daniel.
5 comments:
File examples/ipa-stream-client.c:
Patch Set #1, Line 161: LOGL_DEBUG
unrelated change
Ack
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 ids usually.
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?
File examples/stream-client.c:
Patch Set #13, Line 107: conn = osmo_stream_cli_create2(tall_test, "stream client");
no spaces in name.
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.
To view, visit change 33194. To unsubscribe, or for help writing mail filters, visit settings.