aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sysmobts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sysmobts')
-rw-r--r--tests/sysmobts/sysmobts_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sysmobts/sysmobts_test.c b/tests/sysmobts/sysmobts_test.c
index 02490bef..4b01ed7a 100644
--- a/tests/sysmobts/sysmobts_test.c
+++ b/tests/sysmobts/sysmobts_test.c
@@ -198,6 +198,8 @@ void bts_update_status(enum bts_global_status which, int on)
int bts_model_init(struct gsm_bts *bts)
{ return 0; }
+int bts_model_trx_init(struct gsm_bts_trx *trx)
+{ return 0; }
int bts_model_oml_estab(struct gsm_bts *bts)
{ return 0; }
void bts_model_abis_close(struct gsm_bts *bts)