[Release-17] Upgrade SBI to v17.x.0

This commit is contained in:
Sukchan Lee 2023-03-01 19:56:49 +09:00
parent 969c116e77
commit 4d44b1843e
1687 changed files with 121604 additions and 9310 deletions

View file

@ -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);