osmo-bts-omldummy: suppress 'Unimplemented bts_model_trx_deact_rf'

There is no PHY in case of osmo-bts-omldummy, so nothing to deactivate.

Change-Id: I4bae1c7ec677e22175aa5be67b41a357ba3c3cc1
This commit is contained in:
Vadim Yanitskiy 2020-10-03 06:39:53 +07:00 committed by laforge
parent 7dd865badd
commit 17de4e708f
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ int bts_model_chg_adm_state(struct gsm_bts *bts, struct gsm_abis_mo *mo,
int bts_model_trx_deact_rf(struct gsm_bts_trx *trx)
{
LOGP(DL1C, LOGL_NOTICE, "Unimplemented %s\n", __func__);
return 0;
}