mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +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
|
|
@ -14,6 +14,7 @@
|
|||
#include "../include/binary.h"
|
||||
#include "identity_range.h"
|
||||
#include "imsi_range.h"
|
||||
#include "network_node_diameter_address.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -26,6 +27,8 @@ typedef struct OpenAPI_hss_info_s {
|
|||
OpenAPI_list_t *ims_private_identity_ranges;
|
||||
OpenAPI_list_t *ims_public_identity_ranges;
|
||||
OpenAPI_list_t *msisdn_ranges;
|
||||
OpenAPI_list_t *external_group_identifiers_ranges;
|
||||
struct OpenAPI_network_node_diameter_address_s *hss_diameter_address;
|
||||
} OpenAPI_hss_info_t;
|
||||
|
||||
OpenAPI_hss_info_t *OpenAPI_hss_info_create(
|
||||
|
|
@ -33,7 +36,9 @@ OpenAPI_hss_info_t *OpenAPI_hss_info_create(
|
|||
OpenAPI_list_t *imsi_ranges,
|
||||
OpenAPI_list_t *ims_private_identity_ranges,
|
||||
OpenAPI_list_t *ims_public_identity_ranges,
|
||||
OpenAPI_list_t *msisdn_ranges
|
||||
OpenAPI_list_t *msisdn_ranges,
|
||||
OpenAPI_list_t *external_group_identifiers_ranges,
|
||||
OpenAPI_network_node_diameter_address_t *hss_diameter_address
|
||||
);
|
||||
void OpenAPI_hss_info_free(OpenAPI_hss_info_t *hss_info);
|
||||
OpenAPI_hss_info_t *OpenAPI_hss_info_parseFromJSON(cJSON *hss_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue