From b631bd21d21b10f8e0344dc47af34ef09306d0fb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 29 Jan 2015 20:57:17 +0100 Subject: 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. --- tests/stubs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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; } -- cgit v1.2.3