diff options
Diffstat (limited to 'include/osmo-bts/pcu_if.h')
-rw-r--r-- | include/osmo-bts/pcu_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h index 6253c84c..114f87d1 100644 --- a/include/osmo-bts/pcu_if.h +++ b/include/osmo-bts/pcu_if.h @@ -5,6 +5,7 @@ extern int pcu_direct; int pcu_tx_info_ind(void); int pcu_tx_si13(const struct gsm_bts *bts, bool enable); +int pcu_tx_app_info_req(struct gsm_bts *bts, uint8_t app_type, uint8_t len, const uint8_t *app_data); 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, |