aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-14 14:55:35 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-14 14:55:35 +0200
commitfd051b0f5cd4927addef4e87564548ba5f76f2b2 (patch)
treecf0924066598350b5290943432227539d9e72ab1 /include/osmo-bts/bts.h
parent03cb50f809c0b13fc2e8d11a7c1b94b01a0cb4d9 (diff)
Move lchan related code to lchan.{c,h}
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 4683758b..8832588e 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -407,8 +407,6 @@ uint8_t *bts_sysinfo_get(struct gsm_bts *bts, const struct gsm_time *g_time);
void regenerate_si3_restoctets(struct gsm_bts *bts);
void regenerate_si4_restoctets(struct gsm_bts *bts);
int get_si4_ro_offset(const uint8_t *si4_buf);
-uint8_t *lchan_sacch_get(struct gsm_lchan *lchan);
-int lchan_init_lapdm(struct gsm_lchan *lchan);
void load_timer_start(struct gsm_bts *bts);
void load_timer_stop(struct gsm_bts *bts);