mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
include BTS and TRX number in TRX overload message report
This commit is contained in:
committed by
Harald Welte
parent
8f31a8fdae
commit
b29b57a198
@@ -1210,7 +1210,8 @@ static int abis_rsl_rx_trx(struct msgb *msg)
|
||||
break;
|
||||
case RSL_MT_OVERLOAD:
|
||||
/* indicate CCCH / ACCH / processor overload */
|
||||
LOGP(DRSL, LOGL_ERROR, "TRX: CCCH/ACCH/CPU Overload\n");
|
||||
LOGP(DRSL, LOGL_ERROR, "(bts=%u, trx=%u) CCCH/ACCH/CPU Overload\n",
|
||||
msg->trx->bts->nr, msg->trx->nr);
|
||||
break;
|
||||
default:
|
||||
LOGP(DRSL, LOGL_NOTICE, "Unknown Abis RSL TRX message "
|
||||
|
Reference in New Issue
Block a user