mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
bsc_api: log RR STATUS from MS as NOTICE, not DEBUG level
This commit is contained in:
@@ -534,7 +534,7 @@ static void dispatch_dtap(struct gsm_subscriber_connection *conn,
|
||||
DEBUGP(DRR, "GRPS SUSPEND REQUEST\n");
|
||||
break;
|
||||
case GSM48_MT_RR_STATUS:
|
||||
DEBUGP(DRR, "RR STATUS (cause: %s)\n",
|
||||
LOGP(DRR, LOGL_NOTICE, "RR STATUS (cause: %s)\n",
|
||||
rr_cause_name(gh->data[0]));
|
||||
break;
|
||||
case GSM48_MT_RR_MEAS_REP:
|
||||
|
Reference in New Issue
Block a user