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.orgpespin has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/a169d15b/attachment.htm>