Change in osmo-ttcn3-hacks[master]: BSC_Tests: check for the same measurement bandwidth as in SI2quater o...

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Sep 10 20:41:03 UTC 2020


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


Change subject: BSC_Tests: check for the same measurement bandwidth as in SI2quater on Channel Release
......................................................................

BSC_Tests: check for the same measurement bandwidth as in SI2quater on Channel Release

osmo-bsc is using the same LTE neighbors of the SI2quater in the Channel Release -
Cell selection indicator after release of all TCH and SDCCH IE. Ensure the same measurement bandwidth
is present to not overwrite the measurements bandwidth from the SI2quater.

Change-Id: I9aa30dfd1e2c1b80e037bd71ebc4cdd3752638b4
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2eb9b24..51298c8 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2222,7 +2222,7 @@
 
 	for (var integer i := 0; i < count; i := i + 1) {
 		var integer earfcn := f_test_si2quater_earfcn_by_idx(i);
-		cells[i] := tr_CellSelIndValue_EUTRAN_Descr(earfcn, meas_bw_presence := '0'B, meas_bw := omit);
+		cells[i] := tr_CellSelIndValue_EUTRAN_Descr(earfcn, '1'B, 3);
 	}
 
 	return tr_CellSelIndValue_EUTRAN(cells);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20069
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: I9aa30dfd1e2c1b80e037bd71ebc4cdd3752638b4
Gerrit-Change-Number: 20069
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200910/d5dea22d/attachment.htm>


More information about the gerrit-log mailing list