Change in osmo-ttcn3-hacks[master]: bts: TC_sacch_chan_act_ho_sync: expect SACCH with MS Power IE

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
Thu Nov 26 00:41:09 UTC 2020


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

Change subject: bts: TC_sacch_chan_act_ho_sync: expect SACCH with MS Power IE
......................................................................

bts: TC_sacch_chan_act_ho_sync: expect SACCH with MS Power IE

According to 3GPP TS 48.058 4.1.4, SACCH may be transmitted also for only MS
Power present, and no Access Delay.

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

Approvals:
  neels: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  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 32a110a..d9701ae 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1395,10 +1395,10 @@
 	/* enable dedicated mode */
 	f_l1ctl_est_dchan(L1CTL, g_pars);
 
-	/* Verify that no DL SACCH is being received */
-	f_sacch_missing(?);
+	/* Verify that DL SACCH is being received, because MS Power IE was sent */
+	f_sacch_present(si5);
 
-	/* Send handover Access Burst and expect SACCH to start */
+	/* 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);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21076
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: I2e1c0ecc9de65a019aaa9f08bb051bf051156172
Gerrit-Change-Number: 21076
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
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/20201126/f71dbcd2/attachment.htm>


More information about the gerrit-log mailing list