aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stubs.c
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 23:03:21 +0100
commitcc4ada5bc4fdd1eb0b20ad2512312f20c253669b (patch)
tree22710555b7ad5389e4001412ccbae80745a56292 /tests/stubs.c
parent35f49065f59053364b73f4343103d463ed6ec058 (diff)
power: Make it possible to force a power levelsysmocom/0.3.0-dora
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. Conflicts: tests/stubs.c
Diffstat (limited to 'tests/stubs.c')
-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