aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stubs.c')
-rw-r--r--tests/stubs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index aeb7014c..c680db04 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -46,3 +46,10 @@ int bts_model_adjst_ms_pwr(struct gsm_lchan *lchan)
void bts_model_abis_close(struct gsm_bts *bts)
{ }
+
+int bts_model_ts_disconnect(struct gsm_bts_trx_ts *ts)
+{ return 0; }
+
+int bts_model_ts_connect(struct gsm_bts_trx_ts *ts,
+ enum gsm_phys_chan_config as_pchan)
+{ return 0; }