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 c46bb4ad..c0955f3a 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -46,3 +46,6 @@ int l1if_pdch_req(struct gsm_bts_trx_ts *ts, int is_ptcch, uint32_t fn,
uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
{ return 0; }
+
+int bts_model_oml_estab(struct gsm_bts *bts)
+{ return 0; }