mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts.git
synced 2025-11-09 08:25:49 +00:00
power_test: fix incorrect line termination in init_test()
Change-Id: Ic36a4e70df52b64e4d5177d5b2bcf060e0f6458f Related: SYS#4916
This commit is contained in:
@@ -46,8 +46,8 @@ static void init_test(const char *name)
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user