With up to 64 ARFCNs in the Mobile Allocation, the parameters string alone can exceed 1000 characters, far beyond the old 128 byte limit.
Derive OSMO_TRXC_PARAMS_LEN_MAX from OSMO_TRXC_MSG_BUF_SIZE, so that any message ("RSP " + verb + status + params) still fits the recommended socket buffer size. Also add the OSMO_TRXC_CMD_SETFH verb constant and a regression test doing a round-trip of a maximum size SETFH command (64 ARFCNs).