Change in ...osmo-ttcn3-hacks[master]: BTS_Tests.ttcn: fix name of f_trx_fake_toffs256()

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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Jun 4 15:00:05 UTC 2019


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14371


Change subject: BTS_Tests.ttcn: fix name of f_trx_fake_toffs256()
......................................................................

BTS_Tests.ttcn: fix name of f_trx_fake_toffs256()

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



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index b9091cc..406b749 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -488,7 +488,7 @@
 	ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_RSSI(rssi)));
 }
 
-private function f_trx_fake_toffs256(int16_t toffs256) runs on ConnHdlr {
+private function f_trxc_fake_toffs256(int16_t toffs256) runs on ConnHdlr {
 	var TrxcMessage ret;
 	ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(toffs256)));
 }
@@ -1860,7 +1860,7 @@
 
 	if (mp_bts_trxc_port != -1) {
 		f_trxc_fake_rssi(rxlev2dbm(mp_ul_rxlev_exp));
-		f_trx_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);
+		f_trxc_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);
 	}
 
 	f_est_dchan();
@@ -2028,7 +2028,7 @@
 	RSL.clear;
 
 	/* tell fake_trx to use a given timing offset for all bursts */
-	f_trx_fake_toffs256(ta_to_test*256);
+	f_trxc_fake_toffs256(ta_to_test*256);
 
 	f_est_dchan(more_ies :={valueof(t_RSL_IE(RSL_IE_TIMING_ADVANCE, RSL_IE_Body:{timing_adv := ta_to_test}))} );
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14371
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: I83a1d68ffbfc4d588e143fecc62517baac9b31af
Gerrit-Change-Number: 14371
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190604/15f166c5/attachment.htm>


More information about the gerrit-log mailing list