aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-27 14:57:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-27 14:57:05 +0200
commit35d4291a5e361d39019e5cb498a8a52c576f9454 (patch)
treea35b2f69e7b791bf971c817dd252fdb3fd949498 /include
parentc91997b2cc1b21b8a87116cffb651b8051f6ae79 (diff)
bts.h: Remove non-existent function definitions
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 4d132145..5c719f98 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -30,16 +30,9 @@ int bts_init(struct gsm_bts *bts);
int bts_trx_init(struct gsm_bts_trx *trx);
void bts_shutdown(struct gsm_bts *bts, const char *reason);
-struct gsm_bts *create_bts(uint8_t num_trx, char *id);
-int create_ms(struct gsm_bts_trx *trx, int maskc, uint8_t *maskv_tx,
- uint8_t *maskv_rx);
-void destroy_bts(struct gsm_bts *bts);
-int work_bts(struct gsm_bts *bts);
int bts_link_estab(struct gsm_bts *bts);
int trx_link_estab(struct gsm_bts_trx *trx);
int trx_set_available(struct gsm_bts_trx *trx, int avail);
-void bts_new_si(void *arg);
-void bts_setup_slot(struct gsm_bts_trx_ts *slot, uint8_t comb);
int bts_agch_enqueue(struct gsm_bts *bts, struct msgb *msg);
struct msgb *bts_agch_dequeue(struct gsm_bts *bts);
@@ -68,4 +61,3 @@ int bts_supports_cm(struct gsm_bts *bts, enum gsm_phys_chan_config pchan,
int32_t bts_get_avg_fn_advance(struct gsm_bts *bts);
#endif /* _BTS_H */
-