mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[SEPP] Initial Update for 5G Roaming (#2739)
[SEPP] Initial Update for 5G Roaming
This commit is contained in:
parent
e12b1be313
commit
e92293e0af
324 changed files with 26622 additions and 14319 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue