aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-18 14:14:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-18 14:19:43 +0200
commit8712e1c827719d8964824eaa659fb98f91570c2c (patch)
treed1c6140fb53c31d3e6401fa478922ad045241a88 /tests
parent10695a751237f9a191b681d1fa61e56992484d04 (diff)
tests/stubs.c: Add missing stub for bts_model_change_power
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 28a509e2..05175ea2 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -39,6 +39,9 @@ uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
__attribute__((weak)) int bts_model_oml_estab(struct gsm_bts *bts)
{ return 0; }
+__attribute__((weak)) int bts_model_change_power(struct gsm_bts_trx *trx, int p_trxout_mdBm)
+{ return 0; }
+
int l1if_set_txpower(struct femtol1_hdl *fl1h, float tx_power)
{ return 0; }