aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/l1_if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index a2e4be72..9eacb2ab 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -485,7 +485,6 @@ static int handle_ph_readytosend_ind(struct femtol1_hdl *fl1,
uint8_t *si = lchan_sacch_get(lchan, &g_time);
if (si) {
/* +2 to not overwrite the ms_power/ta values */
- LOGP(DL1C, LOGL_NOTICE, "Data from SI pointer.\n");
memcpy(msu_param->u8Buffer+2, si, GSM_MACBLOCK_LEN-2);
} else {
/* +2 to not overwrite the ms_power/ta values */