This commit is contained in:
Sukchan Lee 2019-05-03 12:43:17 +00:00
commit f097364d52
1 changed files with 3 additions and 1 deletions

View File

@ -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) : "");