BTS_Tests.ttcn: fix indention and readability of some comments

Change-Id: I95c63c2d2498fec1915a2333d31d05f433560830
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 64e3fc2..cb37677 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2575,8 +2575,8 @@
 	}
 }
 
-/* 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 @@
 	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 @@
 	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 @@
 
 }
 
-/* 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 @@
 
 }
 
-/* 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;