From 6384c73fbfd852d45a63b729389afa2f92e02fb2 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 31 Aug 2017 13:52:10 +0200 Subject: Support sending SI13 to PCU * explicitly set SAPI when sending data_ind to PCU * drop unused receiving code for BCCH SAPI * send SI13 when PCU is connected * send SI13 when new SI is received Change-Id: I9e83ef792585aa962f99897d9973cef12f186bcf Related: OS#2400 --- include/osmo-bts/pcu_if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h index a020c050..ba3873e1 100644 --- a/include/osmo-bts/pcu_if.h +++ b/include/osmo-bts/pcu_if.h @@ -6,6 +6,7 @@ extern int pcu_direct; int pcu_tx_info_ind(void); +int pcu_tx_si13(const struct gsm_bts *bts); 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.1