diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-12-04 13:30:19 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-12-04 13:31:11 +0100 |
commit | 880f29db6608dc176a336e263d93881d9e8361dc (patch) | |
tree | 1009475bab189fb0c28a7e6dfc05e2b34ee42dba | |
parent | e7d8457771bec1995f0fd26b595e02fad56b9df0 (diff) |
Change-Id: I78ff144e5268a06a09677ad1072420dbff3f869b
-rw-r--r-- | src/common/l1sap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c index e640ce9e..05548162 100644 --- a/src/common/l1sap.c +++ b/src/common/l1sap.c @@ -1261,6 +1261,7 @@ static int l1sap_ph_data_ind(struct gsm_bts_trx *trx, lchan->meas.l1_info[1] = data[1]; lchan->meas.flags |= LC_UL_M_F_L1_VALID; + LOGPGT(DLOOP, LOGL_ERROR, &g_time, "SACCH l1 HEADER: %" PRIx8 " -> %" PRIx8 " (l1info=%" PRIx8 ")\n", data[0], data[0] & 0x1f, lchan->meas.l1_info[0]); lchan_ms_pwr_ctrl(lchan, data[0] & 0x1f, data_ind->rssi); } else le = &lchan->lapdm_ch.lapdm_dcch; |