BTS_Tests.TC_pcu_data_ind_lqual_cb: log lqual values

Change-Id: Ia8cb340005b58331e1e032a53c0a93163a517fb0
Related: OS#5954
This commit is contained in:
Vadim Yanitskiy 2023-05-31 04:37:00 +07:00 committed by fixeria
parent 73b39cf2f6
commit c7fe3430c9
1 changed files with 1 additions and 0 deletions

View File

@ -5949,6 +5949,7 @@ testcase TC_pcu_data_ind_lqual_cb() runs on test_CT {
ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, ts_TRXC_FAKE_CI(i));
/* FIXME: OsmoBTS may have different threshold (see MIN_QUAL_NORM) */
log("Testing C/I=", i, " cB");
f_TC_pcu_data_ind_lqual_cb(i, thresh := 0);
}
}