aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/pcu_if.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-09-01 16:13:02 +0200
committerMax <msuraev@sysmocom.de>2017-09-01 16:13:02 +0200
commitbbf6c435f60083b3e964843a6461df5bdc04fd85 (patch)
treeddcb64c2e082c5a8fc7c7d25134119ae6dfa98d2 /include/osmo-bts/pcu_if.h
parent6384c73fbfd852d45a63b729389afa2f92e02fb2 (diff)
Support removing SI13 from PCU
If SI13 becomes unavailable in runtime than send 0-length message with BCCH SAPI to PCU to indicate that SI13 have to be removed. Change-Id: I72aef8bd98f21c4b5ea6eed21fc56b30d85bfc1b Related: OS#2400
Diffstat (limited to 'include/osmo-bts/pcu_if.h')
-rw-r--r--include/osmo-bts/pcu_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h
index ba3873e1..43778336 100644
--- a/include/osmo-bts/pcu_if.h
+++ b/include/osmo-bts/pcu_if.h
@@ -6,7 +6,7 @@
extern int pcu_direct;
int pcu_tx_info_ind(void);
-int pcu_tx_si13(const struct gsm_bts *bts);
+int pcu_tx_si13(const struct gsm_bts *bts, bool enable);
int pcu_tx_rts_req(struct gsm_bts_trx_ts *ts, uint8_t is_ptcch, uint32_t fn,
uint16_t arfcn, uint8_t block_nr);
int pcu_tx_data_ind(struct gsm_bts_trx_ts *ts, uint8_t is_ptcch, uint32_t fn,