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
This commit is contained in:
Vadim Yanitskiy 2021-06-17 17:22:56 +02:00 committed by fixeria
parent 81a55e686d
commit 6b4404a717
1 changed files with 8 additions and 0 deletions

View File

@ -7128,6 +7128,10 @@ runs on ConnHdlr {
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;
@ -7185,6 +7189,10 @@ runs on ConnHdlr {
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;