fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42012?usp=email )
Change subject: bts: f_est_dchan(): also reset g_rsl_meas_res_nr ......................................................................
bts: f_est_dchan(): also reset g_rsl_meas_res_nr
This avoids unexpected failures if a dedicated channel is established more than once by ConnHdlr.
Change-Id: Ia26413339c8c056e21661ae29bb2618b4a05ec70 Related: OS#6933 --- M bts/BTS_Tests.ttcn 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/12/42012/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 836b033..32061e5 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -2581,6 +2581,7 @@ amr_codecs_bitmask := amr_codecs_bitmask)); }
+ g_rsl_meas_res_nr := 0; g_rsl_meas_res_first := true; g_rsl_meas_res_chan_est := false; }