[MERGED] osmo-ttcn3-hacks[master]: bts: Fix SI13 related scheduling tests

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Apr 15 14:26:26 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: bts: Fix SI13 related scheduling tests
......................................................................


bts: Fix SI13 related scheduling tests

Closes: OS#3027
Change-Id: I9363763035007bd11877b867fe360c3614e4c7ce
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 6f34e03..14e51eb 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2107,7 +2107,7 @@
 testcase TC_si_sched_13() runs on test_CT {
 	f_init();
 	si_cfg.si13_present := true;
-	//f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, fixme);
+	f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, '0106009000185a6fc9e08410ab2b2b2b2b2b2b2b2b2b2b'O);
 	f_TC_si_sched();
 	f_shutdown();
 }
@@ -2121,7 +2121,7 @@
 	si_cfg.si2quater_present := true;
 	f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607a8a0364aa698d72ff424feee0506d5e7fff02043'O);
 	si_cfg.si13_present := true;
-	//f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, fixme);
+	f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, '0106009000185a6fc9e08410ab2b2b2b2b2b2b2b2b2b2b'O);
 	f_TC_si_sched();
 	f_shutdown();
 }

-- 
To view, visit https://gerrit.osmocom.org/7810
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9363763035007bd11877b867fe360c3614e4c7ce
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list