Attention is currently required from: pespin.
Timur Davydov 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 8:
(1 comment)
File Transceiver52M/Transceiver.cpp:
https://gerrit.osmocom.org/c/osmo-trx/+/42410/comment/687766e3_5b0a1d92?usp=... : PS7, Line 1090: return rc;
Ok I think I'm starting to understand the problem here: […]
Thanks for the explanation, that makes sense.
I've updated the implementation to use two states: a success flag (whether a response should be sent) and a retcode (whether a failure occurred that should propagate to the caller).