don't print rf resource indication messages, they clutter up the logs

This commit is contained in:
Harald Welte 2009-05-01 18:28:00 +00:00
parent 0db97b253d
commit 3cf7c3ff89
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ static int abis_rsl_rx_trx(struct msgb *msg)
break;
case RSL_MT_RF_RES_IND:
/* interference on idle channels of TRX */
DEBUGP(DRSL, "TRX: RF Interference Indication\n");
//DEBUGP(DRSL, "TRX: RF Interference Indication\n");
break;
case RSL_MT_OVERLOAD:
/* indicate CCCH / ACCH / processor overload */