mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -16,6 +16,8 @@
|
|||
#include "ipv4_address_range.h"
|
||||
#include "ipv6_prefix_range.h"
|
||||
#include "plmn_id.h"
|
||||
#include "plmn_id_nid.h"
|
||||
#include "scp_capability.h"
|
||||
#include "scp_domain_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -34,7 +36,9 @@ typedef struct OpenAPI_scp_info_s {
|
|||
OpenAPI_list_t *ipv6_prefix_ranges;
|
||||
OpenAPI_list_t *served_nf_set_id_list;
|
||||
OpenAPI_list_t *remote_plmn_list;
|
||||
OpenAPI_list_t *remote_snpn_list;
|
||||
OpenAPI_ip_reachability_e ip_reachability;
|
||||
OpenAPI_list_t *scp_capabilities;
|
||||
} OpenAPI_scp_info_t;
|
||||
|
||||
OpenAPI_scp_info_t *OpenAPI_scp_info_create(
|
||||
|
|
@ -48,7 +52,9 @@ OpenAPI_scp_info_t *OpenAPI_scp_info_create(
|
|||
OpenAPI_list_t *ipv6_prefix_ranges,
|
||||
OpenAPI_list_t *served_nf_set_id_list,
|
||||
OpenAPI_list_t *remote_plmn_list,
|
||||
OpenAPI_ip_reachability_e ip_reachability
|
||||
OpenAPI_list_t *remote_snpn_list,
|
||||
OpenAPI_ip_reachability_e ip_reachability,
|
||||
OpenAPI_list_t *scp_capabilities
|
||||
);
|
||||
void OpenAPI_scp_info_free(OpenAPI_scp_info_t *scp_info);
|
||||
OpenAPI_scp_info_t *OpenAPI_scp_info_parseFromJSON(cJSON *scp_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue