Attention is currently required from: arehbein.
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/31534
)
Change subject: common: Make socket queue max. length configurable
......................................................................
Patch Set 4:
(2 comments)
File src/common/vty.c:
https://gerrit.osmocom.org/c/osmo-bts/+/31534/comment/9b7b72c5_2d108c42
PS4, Line 467: vty_out(vty, " pcu-socket-queue-length %d%s",
bts->pcu.sock_qlength_max, VTY_NEWLINE);
wqueue
https://gerrit.osmocom.org/c/osmo-bts/+/31534/comment/1d7f9028_4a20ceb7
PS4, 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
https://gerrit.osmocom.org/c/osmo-bts/+/31534
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id6ba6e4eadce9ce82ef2407f4e28346e7fe4abfa
Gerrit-Change-Number: 31534
Gerrit-PatchSet: 4
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 27 Feb 2023 12:24:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment