layer23: cosmetic: clarify GPRS related L1CTL logging

Change-Id: Idcde85c132a52b7bc6c3f2f58c2eac0a509b7b43
This commit is contained in:
Vadim Yanitskiy 2024-02-02 05:02:34 +07:00 committed by fixeria
parent fc02727700
commit bec5f4c4f8
1 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ static int rx_l1_gprs_dl_block_ind(struct osmocom_ms *ms, struct msgb *msg)
rxlev2dbm(ind->meas.rx_lev), 0,
msgb_l2(msg), msgb_l2len(msg));
DEBUGP(DL1C, "Rx GPRS DL block (fn=%u, tn=%u, len=%u): %s\n",
DEBUGP(DL1C, "Rx GPRS DL BLOCK.ind (fn=%u, tn=%u, len=%u): %s\n",
fn, ind->hdr.tn, msgb_l2len(msg), msgb_hexdump_l2(msg));
/* distribute or drop */
@ -1012,7 +1012,7 @@ static int rx_l1_gprs_rts_ind(struct osmocom_ms *ms, struct msgb *msg)
return -EINVAL;
}
DEBUGP(DL1C, "Rx RTS.ind (fn=%u, tn=%u, usf=%u)\n",
DEBUGP(DL1C, "Rx GPRS RTS.ind (fn=%u, tn=%u, usf=%u)\n",
ntohl(ind->fn), ind->tn, ind->usf);
/* distribute or drop */