aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-26 17:43:40 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-28 13:21:51 +0000
commit59d0c2cca64c9efe199733fc04708cc500f44090 (patch)
tree4fa7e4c4798ed78f1361b67d53abf1e088235304 /src
parent5047fbe3b8b9e1e2404c7c8952ae2ac7a0ada662 (diff)
octphy: remove log output
When handle_ph_data_ind() runs BER and RSSI is logged. Remove this log output by removing the call to dump_meas_res (Patch by Octasic Inc.) Change-Id: I5e755465daa3daec2e2b4f61bc8d779c49196e9a
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-octphy/l1_if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index 0efc4bb4..8b316301 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1058,8 +1058,6 @@ static int handle_ph_data_ind(struct octphy_hdl *fl1,
data_ind->Data.ulDataLength),
data_ind->Data.ulDataLength);
- dump_meas_res(LOGL_DEBUG, &data_ind->MeasurementInfo);
-
/* check for TCH */
if (sapi == cOCTVC1_GSM_SAPI_ENUM_TCHF ||
sapi == cOCTVC1_GSM_SAPI_ENUM_TCHH) {