[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_sor_update_info_s OpenAPI_sor_update_info_t;
typedef struct OpenAPI_sor_update_info_s {
struct OpenAPI_plmn_id_s *vplmn_id;
char *supported_features;
} OpenAPI_sor_update_info_t;
OpenAPI_sor_update_info_t *OpenAPI_sor_update_info_create(
OpenAPI_plmn_id_t *vplmn_id
OpenAPI_plmn_id_t *vplmn_id,
char *supported_features
);
void OpenAPI_sor_update_info_free(OpenAPI_sor_update_info_t *sor_update_info);
OpenAPI_sor_update_info_t *OpenAPI_sor_update_info_parseFromJSON(cJSON *sor_update_infoJSON);