fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42019?usp=email )
Change subject: bts: f_TC_tx_power_ramp_adm_state_change(): drop unused
last_rx_lvl
......................................................................
bts: f_TC_tx_power_ramp_adm_state_change(): drop unused last_rx_lvl
Change-Id: I9cddc84265a53cb4fab3d887881e080ffe484db4
---
M bts/BTS_Tests.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 6d6aacc..91236b6 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2980,7 +2980,6 @@
*/
private function f_TC_tx_power_ramp_adm_state_change(charstring id) runs on
ConnHdlr {
var L1ctlMessage l1_dl;
- var integer last_rx_lvl;
f_connhdlr_init_vty_bsc();
@@ -2994,7 +2993,6 @@
log("ADM STATE UNLOCKED->LOCKED");
f_vty_enter_cfg_trx(BSCVTY);
f_vty_transceive(BSCVTY, "rf_locked 1");
- last_rx_lvl := max_rx_lvl;
f_verify_ramp_down(max_rx_lvl);
/* Let some time after we received 0dBm, then check we don't receive
BCCH
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42019?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9cddc84265a53cb4fab3d887881e080ffe484db4
Gerrit-Change-Number: 42019
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>