aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index 99961aad..260172c7 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -51,3 +51,8 @@ uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
int bts_model_oml_estab(struct gsm_bts *bts)
{ return 0; }
+
+
+
+int bts_model_adjst_ms_pwr(struct gsm_lchan *lchan)
+{ return 0; } \ No newline at end of file