Attention is currently required from: neels.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35097?usp=email )
Change subject: vty: disallow combination of early-IA and frequency hopping ......................................................................
Patch Set 2:
(1 comment)
File src/osmo-bsc/bts_trx_vty.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/35097/comment/b9f64e27_3d741ea8 PS2, Line 352: ts->hopping.enabled = enabled; I would have expected the error + return before actually enabling it. Otherwise OsmoBSC may be started up, a user may configure it via VTY, see the error and assume that the setting was not changed, where in reality it was changed to this unsupported configuration. Same with cfg_bts_immediate_assignment.