aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts_trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/bts_trx.h')
-rw-r--r--include/osmo-bts/bts_trx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h
index d1e13fd8..68937587 100644
--- a/include/osmo-bts/bts_trx.h
+++ b/include/osmo-bts/bts_trx.h
@@ -57,7 +57,7 @@ char *gsm_trx_name(const struct gsm_bts_trx *trx);
const char *gsm_trx_unit_id(struct gsm_bts_trx *trx);
int trx_link_estab(struct gsm_bts_trx *trx);
-int trx_set_available(struct gsm_bts_trx *trx, int avail);
+void trx_operability_update(struct gsm_bts_trx *trx);
uint8_t num_agch(struct gsm_bts_trx *trx, const char * arg);
bool trx_ms_pwr_ctrl_is_osmo(const struct gsm_bts_trx *trx);