fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32792
)
Change subject: BTS_Tests: f_TC_speech_rtp(): log channel mode being tested
......................................................................
BTS_Tests: f_TC_speech_rtp(): log channel mode being tested
Change-Id: I3781720633af54d19c4a71d64498fb7e4aa4159f
Related: OS#6039
---
M bts/BTS_Tests.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 34afaca..909a331 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -8217,6 +8217,8 @@
var octetstring pl;
timer Td, Tu;
+ log("Testing channel mode ", g_pars.chan_mode);
+
f_l1_tune(L1CTL);
f_est_dchan();
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32792
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: I3781720633af54d19c4a71d64498fb7e4aa4159f
Gerrit-Change-Number: 32792
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged