Jenkins Builder has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-trx/+/42410?usp=email )
Change subject: transceiver: split control command handling from socket I/O ......................................................................
Patch Set 1:
(2 comments)
File Transceiver52M/Transceiver.h:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-trx/+/42410/comment/b704c931_da212c57?usp=... : PS1, Line 220: int ctrl_cmd_handle(int chan, const char* buffer, char *response, size_t response_size); please, no spaces at the start of a line
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-trx/+/42410/comment/ce814b45_364a4bf4?usp=... : PS1, Line 220: int ctrl_cmd_handle(int chan, const char* buffer, char *response, size_t response_size); "foo* bar" should be "foo *bar"