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
|
|
@ -15,6 +15,7 @@
|
|||
#include "civic_address.h"
|
||||
#include "geographic_area.h"
|
||||
#include "network_area_info_1.h"
|
||||
#include "umt_time_1.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -25,12 +26,14 @@ typedef struct OpenAPI_location_area_1_s {
|
|||
OpenAPI_list_t *geographic_areas;
|
||||
OpenAPI_list_t *civic_addresses;
|
||||
struct OpenAPI_network_area_info_1_s *nw_area_info;
|
||||
struct OpenAPI_umt_time_1_s *umt_time;
|
||||
} OpenAPI_location_area_1_t;
|
||||
|
||||
OpenAPI_location_area_1_t *OpenAPI_location_area_1_create(
|
||||
OpenAPI_list_t *geographic_areas,
|
||||
OpenAPI_list_t *civic_addresses,
|
||||
OpenAPI_network_area_info_1_t *nw_area_info
|
||||
OpenAPI_network_area_info_1_t *nw_area_info,
|
||||
OpenAPI_umt_time_1_t *umt_time
|
||||
);
|
||||
void OpenAPI_location_area_1_free(OpenAPI_location_area_1_t *location_area_1);
|
||||
OpenAPI_location_area_1_t *OpenAPI_location_area_1_parseFromJSON(cJSON *location_area_1JSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue