mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
Merge branch 'master' of https://github.com/open5gs/nextepc
This commit is contained in:
@@ -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) : "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user