aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index a98f0d9d..943df9c6 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -53,3 +53,6 @@ uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
int bts_model_oml_estab(struct gsm_bts *bts)
{ return 0; }
+
+void bts_model_abis_close(struct gsm_bts *bts)
+{ }