aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stubs.c')
-rw-r--r--tests/stubs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index 99961aad..184ae724 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -51,3 +51,6 @@ uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
int bts_model_oml_estab(struct gsm_bts *bts)
{ return 0; }
+
+int l1if_set_txpower(struct femtol1_hdl *fl1h, float tx_power)
+{ return 0; }