Change in osmo-ttcn3-hacks[master]: BSC_Tests: fix: explicitly enable/disable dynamic power control

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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Dec 22 14:10:14 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21842 )


Change subject: BSC_Tests: fix: explicitly enable/disable dynamic power control
......................................................................

BSC_Tests: fix: explicitly enable/disable dynamic power control

In the recent osmo-bsc, dynamic MS/BS power control is disabled
by default and needs to be enabled / configured explicitly.

Change-Id: I029eac9d8f38477a395a72e4c00dd24d7107ca79
Related: SYS#4918
---
M bsc/BSC_Tests.ttcn
1 file changed, 13 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/42/21842/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2695ce2..d69ae06 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -6363,10 +6363,23 @@
 	//pars.encr := valueof(t_EncrParams('01'O, f_rnd_octstring(8)));
 	pars.exp_ms_power_params := true;
 
+	/* Enable dynamic power control */
+	f_bts_0_cfg(BSCVTY, {
+		"ms-power-control",
+		  "mode dyn-bts"
+	});
+
 	f_init(1, true);
 	f_sleep(1.0);
 	vc_conn := f_start_handler(refers(f_tc_assignment_fr_a5), pars);
 	vc_conn.done;
+
+	/* Disable dynamic power control */
+	f_bts_0_cfg(BSCVTY, {
+		"ms-power-control",
+		  "mode static"
+	});
+
 	f_shutdown_helper();
 }
 

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I029eac9d8f38477a395a72e4c00dd24d7107ca79
Gerrit-Change-Number: 21842
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201222/cf9c36bc/attachment.htm>


More information about the gerrit-log mailing list