aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts_trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/bts_trx.h')
-rw-r--r--include/osmocom/bsc/bts_trx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts_trx.h b/include/osmocom/bsc/bts_trx.h
index 7e6443973..3a635ba28 100644
--- a/include/osmocom/bsc/bts_trx.h
+++ b/include/osmocom/bsc/bts_trx.h
@@ -90,3 +90,5 @@ bool trx_is_usable(const struct gsm_bts_trx *trx);
void gsm_trx_all_ts_dispatch(struct gsm_bts_trx *trx, uint32_t ts_ev, void *data);
int trx_count_free_ts(struct gsm_bts_trx *trx, enum gsm_phys_chan_config pchan);
bool trx_has_valid_pchan_config(const struct gsm_bts_trx *trx);
+
+int gsm_bts_trx_set_system_infos(struct gsm_bts_trx *trx);