Change in osmo-bts[master]: power_test: fix incorrect line termination in init_test()

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Oct 19 09:46:31 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/20728 )

Change subject: power_test: fix incorrect line termination in init_test()
......................................................................

power_test: fix incorrect line termination in init_test()

Change-Id: Ic36a4e70df52b64e4d5177d5b2bcf060e0f6458f
Related: SYS#4916
---
M tests/power/power_test.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/tests/power/power_test.c b/tests/power/power_test.c
index eff722a..bf474ac 100644
--- a/tests/power/power_test.c
+++ b/tests/power/power_test.c
@@ -46,8 +46,8 @@
 
 	g_trx->ms_pwr_ctl_soft = true;
 
-	g_bts->ul_power_target = -75,
-	g_bts->band = GSM_BAND_1800,
+	g_bts->ul_power_target = -75;
+	g_bts->band = GSM_BAND_1800;
 	g_bts->c0 = g_trx;
 
 	printf("\nStarting test case '%s'\n", name);

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic36a4e70df52b64e4d5177d5b2bcf060e0f6458f
Gerrit-Change-Number: 20728
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20201019/689e99fb/attachment.htm>


More information about the gerrit-log mailing list