aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-29 20:57:17 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-02-05 22:32:53 +0100
commitb631bd21d21b10f8e0344dc47af34ef09306d0fb (patch)
treec9f73e170e640be1700d6e35ac0f1fcec0edd0cd /tests
parent579651bf300de002731dfd3bd39985c9fd15616c (diff)
power: Make it possible to force a power level
Use the standard RSL commands to order a logical channel to use a fixed power level. The code is not fully verified and there was a last minute change to invoke bts_model_adjst_ms_pwr.
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index f2540523..39604ab5 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -53,3 +53,7 @@ int bts_model_oml_estab(struct gsm_bts *bts)
int l1if_set_txpower(struct femtol1_hdl *fl1h, float tx_power)
{ return 0; }
+
+
+int bts_model_adjst_ms_pwr(struct gsm_lchan *lchan)
+{ return 0; }