[SEPP] Initial Update for 5G Roaming (#2739)

[SEPP] Initial Update for 5G Roaming
This commit is contained in:
Sukchan Lee 2023-11-19 19:34:51 +09:00 committed by GitHub
parent e12b1be313
commit e92293e0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
324 changed files with 26622 additions and 14319 deletions

View file

@ -28,7 +28,7 @@ int ogs_pfcp_sockaddr_to_node_id(ogs_pfcp_node_id_t *node_id, int *len)
ogs_sockaddr_t *advertise6 = ogs_pfcp_self()->pfcp_advertise6;
ogs_sockaddr_t *addr = ogs_pfcp_self()->pfcp_addr;
ogs_sockaddr_t *addr6 = ogs_pfcp_self()->pfcp_addr6;
int prefer_ipv4 = ogs_app()->parameter.prefer_ipv4;
int prefer_ipv4 = ogs_global_conf()->parameter.prefer_ipv4;
ogs_assert(node_id);