BTS_Tests.ttcn: fix indention and readability of some comments

Change-Id: I95c63c2d2498fec1915a2333d31d05f433560830
This commit is contained in:
Vadim Yanitskiy 2021-06-30 00:16:26 +02:00 committed by laforge
parent 79e15161c2
commit 6860e864d8
1 changed files with 11 additions and 11 deletions

View File

@ -2575,8 +2575,8 @@ private function f_check_meas_bs_power_level(integer level) runs on ConnHdlr {
}
}
/* see if the rsl meas res contains our expeced bs power level
bs power set during assignment */
/* See if the RSL MEASurement RESult contains expeced BS power level
* set _during_ the CHANnel ACTIVation procedure. */
private function f_TC_rsl_bs_pwr_static_ass(charstring id) runs on ConnHdlr {
f_l1_tune(L1CTL);
RSL.clear;
@ -2598,8 +2598,8 @@ private function f_TC_rsl_bs_pwr_static_ass(charstring id) runs on ConnHdlr {
f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
}
/* see if the rsl meas res contains our expeced bs power level
bs power set after assignment */
/* See if the RSL MEASurement RESult contains expeced BS power level
* set _after_ the CHANnel ACTIVation procedure. */
private function f_TC_rsl_bs_pwr_static_power_control(charstring id) runs on ConnHdlr {
f_l1_tune(L1CTL);
RSL.clear;
@ -2648,9 +2648,9 @@ testcase TC_rsl_bs_pwr_static_power_control() runs on test_CT {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
}
/* target level -100, first rssi -90, ms power 7, expected increase to 7+6 within 6 seconds,
second rssi -110, ms power 7+6, expected decrease to 7 within 6 seconds,
These power levels are valid for all bands and require no special handling */
/* Target level -100, first rssi -90, ms power 7, expected increase to 7+6 within 6 seconds,
* second rssi -110, ms power 7+6, expected decrease to 7 within 6 seconds.
* These power levels are valid for all bands and require no special handling. */
private function f_TC_rsl_ms_pwr_dyn_ass_updown(charstring id) runs on ConnHdlr {
var uint5_t pwr_var := 7;
var SacchL1Header l1h;
@ -2848,8 +2848,8 @@ private function f_TC_rsl_ms_pwr_dyn_down(charstring id) runs on ConnHdlr {
}
/* see if we change the power level without receiving power parameters, which should not happen
rsl chan act WITHOUT power parameters */
/* See if the power level remains constant when MS Power Parameters IE
* is _absent_ in the CHANnel ACTIVation message. */
private function f_TC_rsl_ms_pwr_dyn_active(charstring id) runs on ConnHdlr {
var SacchL1Header l1h;
@ -2889,8 +2889,8 @@ private function f_TC_rsl_ms_pwr_dyn_active(charstring id) runs on ConnHdlr {
}
/* see if we change the power level without receiving power parameters, which should not happen
ms power control WITHOUT power parameters */
/* See if the power level remains constant when MS Power Parameters IE
* is _absent_ in the CHANnel ACTIVation and MS Power Control messages. */
private function f_TC_rsl_ms_pwr_dyn_active2(charstring id) runs on ConnHdlr {
var SacchL1Header l1h;