Change in osmo-ttcn3-hacks[master]: BTS: release the channel in TC_ms_pwr_ctrl_{constant, pf_ewma}

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
Thu Jun 17 15:29:52 UTC 2021


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


Change subject: BTS: release the channel in TC_ms_pwr_ctrl_{constant,pf_ewma}
......................................................................

BTS: release the channel in TC_ms_pwr_ctrl_{constant,pf_ewma}

Since recently, we do have NOPE indications in the virtual Um
environment.  Somehow this broke test cases for the MS power
control.  Releasing the channel makes everything work again.

Change-Id: I6a204bbecfe116aa302eae28ff24d6bb899fa8b7
Related: SYS#5313, OS#1569, OS#1866
---
M bts/BTS_Tests.ttcn
1 file changed, 8 insertions(+), 0 deletions(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index df96570..c9553a3 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -7194,6 +7194,10 @@
 				 num_blocks, " were not handled");
 		}
 	}
+
+	/* Release the channel */
+	f_rsl_chan_deact();
+	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 }
 testcase TC_ms_pwr_ctrl_constant() runs on test_CT {
 	var ConnHdlr vc_conn;
@@ -7251,6 +7255,10 @@
 				 num_blocks, " were not handled");
 		}
 	}
+
+	/* Release the channel */
+	f_rsl_chan_deact();
+	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 }
 testcase TC_ms_pwr_ctrl_pf_ewma() runs on test_CT {
 	var ConnHdlr vc_conn;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24709
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: I6a204bbecfe116aa302eae28ff24d6bb899fa8b7
Gerrit-Change-Number: 24709
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/20210617/f0462173/attachment.htm>


More information about the gerrit-log mailing list