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


Change subject: BTS_Tests.ttcn: indicate default RSSI=-60 to FakeTRX
......................................................................

BTS_Tests.ttcn: indicate default RSSI=-60 to FakeTRX

Change-Id: Ib13e3f8d9fbcd2722c6522a1bb5c513e34adfb18
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 50aaee7..98d439a 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -418,8 +418,9 @@
                map(self:BTS_TRXC, system:BTS_TRXC);
                f_init_trxc(BTS_TRXC, id, g_bts_trxc_conn_id);

-               /* start with a default moderate timing offset equalling TA=2 */
+               /* Start with a default moderate timing offset equalling TA=2, 
and RSSI=-60 */
                ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, 
valueof(ts_TRXC_FAKE_TIMING(2*256)));
+               ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, 
valueof(ts_TRXC_FAKE_RSSI(-60)));
        }

        /* Wait some extra time to make sure the BTS emits a stable carrier.

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14375
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: Ib13e3f8d9fbcd2722c6522a1bb5c513e34adfb18
Gerrit-Change-Number: 14375
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilira...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to