Attention is currently required from: keith. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/29649 )
Change subject: osmo-bts-trx: respond to tx-attenuation config in real time. ......................................................................
Patch Set 3:
(1 comment)
File src/osmo-bts-trx/trx_vty.c:
https://gerrit.osmocom.org/c/osmo-bts/+/29649/comment/d295b109_e6acbeca PS3, Line 411: if (pinst->trx && pinst->trx->mo.nm_state.operational == NM_OPSTATE_ENABLED) {
Actually, from adding some printf locally, I see checking for pinst->trx was enough to not trigger t […]
That really depends on the order you use in the config file I think, so better not to rely only on pinst->trx to fnd out wheter you are at startup.