Attention is currently required from: arehbein.
2 comments:
File src/common/vty.c:
Patch Set #4, Line 467: vty_out(vty, " pcu-socket-queue-length %d%s", bts->pcu.sock_qlength_max, VTY_NEWLINE);
wqueue
Patch Set #4, Line 985: "pcu-socket-queue-length <1-" OSMO_STRINGIFY_VAL(BTS_CFG_PCU_SOCK_QLENGTH_MAX_MAX) ">",
why is 128 the maximum? Simply use a big number which can fit in sock_qlength_max, like 2^32-1 or alike.
To view, visit change 31534. To unsubscribe, or for help writing mail filters, visit settings.