From 7a6b178fc0af7c90b901db9ec34dd3ff169db042 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 23 Jun 2017 18:57:50 +0200 Subject: osmo-bts-sysmo/l1_if.c: PH-DATA.ind belongs to L1P, not L1C L1C is control, while L1P is data primitive. Change-Id: I5a0ef08df96a67cd25b11eb23c60934011b01c29 --- src/osmo-bts-sysmo/l1_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c index a83816ea..f564836b 100644 --- a/src/osmo-bts-sysmo/l1_if.c +++ b/src/osmo-bts-sysmo/l1_if.c @@ -957,7 +957,7 @@ static int handle_ph_data_ind(struct femtol1_hdl *fl1, GsmL1_PhDataInd_t *data_i return 0; } - DEBUGP(DL1C, "Rx PH-DATA.ind %s (hL2 %08x): %s", + DEBUGP(DL1P, "Rx PH-DATA.ind %s (hL2 %08x): %s", get_value_string(femtobts_l1sapi_names, data_ind->sapi), data_ind->hLayer2, osmo_hexdump(data_ind->msgUnitParam.u8Buffer, -- cgit v1.2.3