Attention is currently required from: pespin.
1 comment:
File libosmo-trx/include/osmocom/trx/trxc.h:
Patch Set #1, 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.
To view, visit change 43106. To unsubscribe, or for help writing mail filters, visit settings.