osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/33413 )
Change subject: osmo-bts-sysmo: trx_mute_on_init_cb: call bts_update_status ......................................................................
osmo-bts-sysmo: trx_mute_on_init_cb: call bts_update_status
Run bts_update_status in trx_mute_on_init_cb like in the default callback mute_rf_compl_cb.
Related: SYS#6496 Change-Id: Ib73a33a82fbb86ead3569a6bb22fb001c55354d4 --- M src/osmo-bts-sysmo/oml.c 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c index f938e06..3ee1094 100644 --- a/src/osmo-bts-sysmo/oml.c +++ b/src/osmo-bts-sysmo/oml.c @@ -341,6 +341,8 @@ bts_shutdown(trx->bts, "RF-MUTE failure"); }
+ bts_update_status(BTS_STATUS_RF_MUTE, 1); + msgb_free(resp);
return 0;