gmm: log GMM msg type name instead of number

Change-Id: I2dc6eb5bfb0f44caf2687e582d660f71fdd647a2
This commit is contained in:
Pau Espin 2021-03-25 16:03:02 +01:00
parent 183e6c3367
commit c8ace5a03c
1 changed files with 2 additions and 2 deletions

View File

@ -2111,9 +2111,9 @@ int gsm0408_rcv_gmm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
null_mmctx:
LOGGBIUP(llme, msg, LOGL_ERROR,
"Received GSM 04.08 message type 0x%02x,"
"Received GSM 04.08 message type %s,"
" but no MM context available\n",
gh->msg_type);
get_value_string(gprs_msgt_gmm_names, gh->msg_type));
return -EINVAL;
}