laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-bts/+/15611 )
Change subject: bts.h: Remove non-existent function definitions ...................................................................... bts.h: Remove non-existent function definitions Change-Id: I4d06e1cdea5970cbb493f29980b1c04e01c0e8a4 --- M include/osmo-bts/bts.h 1 file changed, 0 insertions(+), 8 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h index 4d13214..5c719f9 100644 --- a/include/osmo-bts/bts.h +++ b/include/osmo-bts/bts.h @@ -30,16 +30,9 @@ 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 @@ int32_t bts_get_avg_fn_advance(struct gsm_bts *bts); #endif /* _BTS_H */ - -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15611 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I4d06e1cdea5970cbb493f29980b1c04e01c0e8a4 Gerrit-Change-Number: 15611 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-MessageType: merged
