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.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11211 )
Change subject: BTS_Tests.ttcn: don't tolerate any RSL messages by default
......................................................................
BTS_Tests.ttcn: don't tolerate any RSL messages by default
Change-Id: I70dc8af999eed8f7ed6a0d9dad4d3a9406340017
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 0b8decd..bb4c3da 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3750,7 +3750,7 @@
RslLinkId link_id,
octetstring l3,
boolean exp_sacch := true, /* Should tolerate SACCH messages? */
- boolean exp_any := true /* Should tolerate any other RSL messages? */
+ boolean exp_any := false /* Should tolerate any other RSL messages? */
) runs on ConnHdlr {
timer T := 3.0;
f_tx_lapdm(ts_LAPDm_UI(link_id.sapi, cr_MO_CMD, l3), link_id);
@@ -3775,7 +3775,7 @@
boolean p, uint3_t nr, uint3_t ns,
octetstring l3,
boolean exp_sacch := true, /* Should tolerate SACCH messages? */
- boolean exp_any := true /* Should tolerate any other RSL messages? */
+ boolean exp_any := false /* Should tolerate any other RSL messages? */
) runs on ConnHdlr {
timer T := 3.0;
f_tx_lapdm(ts_LAPDm_I(link_id.sapi, cr_MO_CMD, p, nr, ns, l3), link_id);
--
To view, visit https://gerrit.osmocom.org/11211
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I70dc8af999eed8f7ed6a0d9dad4d3a9406340017
Gerrit-Change-Number: 11211
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181004/a7244751/attachment.htm>