fixeria has uploaded this change for review.

View Change

bts: fix verdict string in f_verify_ramp_up()

Change-Id: I6e48c61ada7daa904734658709c1be384286041e
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/42021/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index d888e5c..0fd2cff 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2796,7 +2796,7 @@
if (initial_rx_lvl >= max_rx_lvl / 2) {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
log2str("Detected high initial tx power during ramp up: ",
- initial_rx_lvl , ", full power is", max_rx_lvl));
+ initial_rx_lvl , ", full power is ", max_rx_lvl));
}
}


To view, visit change 42021. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6e48c61ada7daa904734658709c1be384286041e
Gerrit-Change-Number: 42021
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>