Change in osmo-ttcn3-hacks[master]: TC_rach_content(): log successful allocations

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

Max gerrit-no-reply at lists.osmocom.org
Tue Mar 5 10:09:10 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/13128


Change subject: TC_rach_content(): log successful allocations
......................................................................

TC_rach_content(): log successful allocations

It's helpful to compare RA value which works fine to those causing test
failure as well as RA/FN values preceeding failed runs.

Change-Id: Iaeadb4866a0d30a447fda9ef22be050889bc0cee
Related: OS#1854
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index ec9ec6a..8a931a8 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -1009,6 +1009,7 @@
 		T.start;
 		alt {
 		[] RSL_CCHAN.receive(tr_RSL_UD(tr_RSL_CHAN_RQD(ra, fn, ?))) {
+			log("[", i, "] CHAN RQD FN=", fn, " RA=", ra, " OK");
 			T.stop;
 			}
 		[] RSL_CCHAN.receive(tr_RSL_UD(tr_RSL_CHAN_RQD(?, ?, ?))) {

-- 
To view, visit https://gerrit.osmocom.org/13128
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaeadb4866a0d30a447fda9ef22be050889bc0cee
Gerrit-Change-Number: 13128
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190305/b7f3e4b8/attachment.htm>


More information about the gerrit-log mailing list