Change in osmo-ttcn3-hacks[master]: bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILL

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

neels gerrit-no-reply at lists.osmocom.org
Mon Nov 9 01:02:04 UTC 2020


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


Change subject: bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILL
......................................................................

bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILL

The test sets random bits for SI5 and expects to see those in dl SACCH. That
can only possibly work when that SI5 was actually sent to the BTS.

Change-Id: I0d3a96f5ae932734e986637ca2cb23805eba6829
---
M bts/BTS_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index c73981d..0cfd750 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1232,6 +1232,7 @@
  * see section 4.1.3 of 3GPP TS 48.058 */
 private function f_TC_sacch_chan_act_ho_async(charstring id) runs on ConnHdlr {
 	var octetstring si5 := f_rnd_octstring(19);
+	RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
 
 	f_l1_tune(L1CTL);
 	RSL.clear;
@@ -1295,6 +1296,8 @@
  * see section 4.1.4 of 3GPP TS 48.058 */
 private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr {
 	var octetstring si5 := f_rnd_octstring(19);
+	RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
+
 	var RSL_IE_List addl_ies;
 
 	f_l1_tune(L1CTL);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21074
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: I0d3a96f5ae932734e986637ca2cb23805eba6829
Gerrit-Change-Number: 21074
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201109/3e74084d/attachment.htm>


More information about the gerrit-log mailing list