aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/rsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/rsl.h')
-rw-r--r--include/osmo-bts/rsl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h
index 0361841d..186018eb 100644
--- a/include/osmo-bts/rsl.h
+++ b/include/osmo-bts/rsl.h
@@ -43,4 +43,6 @@ void cb_ts_disconnected(struct gsm_bts_trx_ts *ts);
void cb_ts_connected(struct gsm_bts_trx_ts *ts, int rc);
void ipacc_dyn_pdch_complete(struct gsm_bts_trx_ts *ts, int rc);
+int rsl_tx_cbch_load_indication(struct gsm_bts *bts, bool ext_cbch, bool overflow, uint8_t amount);
+
#endif // _RSL_H */