Change in osmo-bts[master]: tests/stubs.c: Add missing stub for bts_model_change_power

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Jun 18 12:20:27 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18901 )


Change subject: tests/stubs.c: Add missing stub for bts_model_change_power
......................................................................

tests/stubs.c: Add missing stub for bts_model_change_power

Change-Id: I16880fae32f60a83429cf5bbef796428c60a762c
---
M tests/stubs.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/01/18901/1

diff --git a/tests/stubs.c b/tests/stubs.c
index 28a509e..05175ea 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -39,6 +39,9 @@
 __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; }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18901
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I16880fae32f60a83429cf5bbef796428c60a762c
Gerrit-Change-Number: 18901
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/f07c29bb/attachment.htm>


More information about the gerrit-log mailing list