From eececf5fa96875e93d622299408423766c6e35d0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 25 Jul 2014 19:53:21 +0200 Subject: sysmobts: Make it possible to slowly ramp up the output power For systems with a bigger PA enabling the full output power at once might draw more current than a power supply can provide. This code will step up the output power in smaller steps to avoid this situation. --- tests/stubs.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/stubs.c') 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; } -- cgit v1.2.3