Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-trx/+/43106?usp=email )
Change subject: libosmo-trx/trxc: enlarge the params buffer ......................................................................
Patch Set 2:
(1 comment)
File libosmo-trx/include/osmocom/trx/trxc.h:
https://gerrit.osmocom.org/c/osmo-trx/+/43106/comment/e6022c14_cff9a27a?usp=... : PS1, Line 16: #define OSMO_TRXC_PARAMS_LEN_MAX (OSMO_TRXC_MSG_BUF_SIZE - OSMO_TRXC_CMD_LEN_MAX - 32)
The -32 here is to account for whitespace?
Yes. It's actually 18 characters: `RSP ` (4) + a space before `<status>` + `<status>` itself (up to 11 chars) + a space before `<params>` + the terminating `\0`. But I rounded it up to 32, just to be sure.
I've updated the comment clarifying this.