aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-20 10:48:35 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-20 10:48:35 +0100
commit4160e3d0f8de39954f107c03461e9594a61d4975 (patch)
tree4e2b940a377daff823792176a0feb6f5d6000222 /src/osmo-bts-sysmo
parent2755f6e5b42d67c34de84af0fb0b6641c4249317 (diff)
sysmobts: Remove debug left over from the SACCH fixes we made
Diffstat (limited to 'src/osmo-bts-sysmo')
-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 */