Attention is currently required from: Timur Davydov.
Jenkins Builder has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-bts/+/42703?usp=email )
Change subject: trx, bts: add optional WebSDR backend (callback-based transport) ......................................................................
Patch Set 3:
(2 comments)
File src/osmo-bts-trx/osmo-bts-trx-websdr.c:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-bts/+/42703/comment/dffc9b14_a1680d91?usp=... : PS3, Line 90: const char *params[] = { char * array declaration might be better as static const
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-bts/+/42703/comment/2d0ae4eb_47e61657?usp=... : PS3, Line 95: const size_t num_params = sizeof(params) / sizeof(params[0]); Prefer ARRAY_SIZE(params)