Change in osmo-ttcn3-hacks[master]: bts: TC_sacch_chan_act_ho_*: test that SACCH appears after HO RACH

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

laforge gerrit-no-reply at lists.osmocom.org
Mon Nov 9 10:52:54 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21075 )

Change subject: bts: TC_sacch_chan_act_ho_*: test that SACCH appears after HO RACH
......................................................................

bts: TC_sacch_chan_act_ho_*: test that SACCH appears after HO RACH

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

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 0cfd750..a0d668d 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1255,6 +1255,11 @@
 	/* Verify that no DL SACCH is being received */
 	f_sacch_missing(?);
 
+	/* Send handover Access Burst and expect SACCH to start */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 
@@ -1274,6 +1279,11 @@
 	/* Verify that DL SACCH is being received */
 	f_sacch_present(si5);
 
+	/* Send handover Access Burst and expect SACCH to remain present */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 }
@@ -1321,6 +1331,11 @@
 	/* Verify that no DL SACCH is being received */
 	f_sacch_missing(?);
 
+	/* Send handover Access Burst and expect SACCH to start */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 
@@ -1340,6 +1355,11 @@
 	/* Verify that no DL SACCH is being received */
 	f_sacch_missing(?);
 
+	/* Send handover Access Burst and expect SACCH to start */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 
@@ -1359,6 +1379,11 @@
 	/* Verify that no DL SACCH is being received */
 	f_sacch_missing(?);
 
+	/* Send handover Access Burst and expect SACCH to start */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 
@@ -1379,6 +1404,11 @@
 	/* Verify that DL SACCH is being received */
 	f_sacch_present(si5);
 
+	/* Send handover Access Burst and expect SACCH to remain present */
+	f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
+
+	f_sacch_present(si5);
+
 	f_rsl_chan_deact();
 	f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21075
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: I33bb56c5f51dcc79adc1fe39926cf152aac1e213
Gerrit-Change-Number: 21075
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201109/aec574a8/attachment.htm>


More information about the gerrit-log mailing list