From bbf6c435f60083b3e964843a6461df5bdc04fd85 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 1 Sep 2017 16:13:02 +0200 Subject: 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 --- include/osmo-bts/pcu_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit v1.2.3