diff --git a/src/pgw/pgw_context.c b/src/pgw/pgw_context.c index d7b18f0eb..bf6301ce7 100644 --- a/src/pgw/pgw_context.c +++ b/src/pgw/pgw_context.c @@ -915,7 +915,9 @@ pgw_sess_t *pgw_sess_add( else ogs_assert_if_reached(); - ogs_info("UE IPv4:[%s] IPv6:[%s]", + ogs_info("UE IMSI:[%s] APN:[%s] IPv4:[%s] IPv6:[%s]", + sess->imsi_bcd, + apn, sess->ipv4 ? INET_NTOP(&sess->ipv4->addr, buf1) : "", sess->ipv6 ? INET6_NTOP(&sess->ipv6->addr, buf2) : "");