mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -21,10 +21,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_gmlc_info_s OpenAPI_gmlc_info_t;
|
||||
typedef struct OpenAPI_gmlc_info_s {
|
||||
OpenAPI_list_t *serving_client_types;
|
||||
OpenAPI_list_t *gmlc_numbers;
|
||||
} OpenAPI_gmlc_info_t;
|
||||
|
||||
OpenAPI_gmlc_info_t *OpenAPI_gmlc_info_create(
|
||||
OpenAPI_list_t *serving_client_types
|
||||
OpenAPI_list_t *serving_client_types,
|
||||
OpenAPI_list_t *gmlc_numbers
|
||||
);
|
||||
void OpenAPI_gmlc_info_free(OpenAPI_gmlc_info_t *gmlc_info);
|
||||
OpenAPI_gmlc_info_t *OpenAPI_gmlc_info_parseFromJSON(cJSON *gmlc_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue