Attention is currently required from: neels, pespin, fixeria, lynxis lazus.
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/29788 )
Change subject: Add BTS setup ramping to prevent BSC overloading
......................................................................
Patch Set 21:
(5 comments)
Patchset:
PS21:
do we have any test coverage for this new ramping feature?
File include/osmocom/bsc/nm_common_fsm.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/29788/comment/1f079c20_d8b8b4e8
PS16, Line 41: NM_EV_RAMP_GO, /* BTS ramp allow to continue to configure */
"RAMP" is too generic here, maybe
"NM_EV_SETUP_RAMO_GO".
Done
File src/osmo-bsc/bsc_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/29788/comment/90eb1fb6_fb182695
PS4, Line 3100: bts-setup-ramping-step-interval
I'm fine with current proposal. […]
Done
File src/osmo-bsc/bsc_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/29788/comment/d141c112_0b1085fe
PS15, Line 3121: The amount of BTS while a step interval
This sentence is somehow wrong, please rephrase.
Done
File src/osmo-bsc/bts_setup_ramp.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/29788/comment/318ace20_80ac2035
PS4, Line 201: INIT_LLIST_HEAD(&bts->bts_setup_ramp.list);
Maybe I missed the point. […]
The comment is
required as *usually* you ever only use INIT_LLIST_HEADS / LLIST_HEAD_INIT for the
"anchor" of the list. Not for elements you add to the list. So this code
deviates significantly from established usage patterns of the llist api, hence the
suggestion/request for the comment was made. The comment is now added, so all good.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/29788
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id56dde6d58f3d0d20352f6c306598d2cccc6345d
Gerrit-Change-Number: 29788
Gerrit-PatchSet: 21
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Tue, 15 Nov 2022 11:10:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-MessageType: comment