mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
SBI updated
- openapi-generator version 5.2.0 - add priority/capacity/load in NFProfile/NFService - add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -75,7 +75,7 @@ OpenAPI_sdm_subs_modification_t *OpenAPI_sdm_subs_modification_parseFromJSON(cJS
|
|||
OpenAPI_sdm_subs_modification_t *sdm_subs_modification_local_var = NULL;
|
||||
cJSON *expires = cJSON_GetObjectItemCaseSensitive(sdm_subs_modificationJSON, "expires");
|
||||
|
||||
if (expires) {
|
||||
if (expires) {
|
||||
if (!cJSON_IsString(expires)) {
|
||||
ogs_error("OpenAPI_sdm_subs_modification_parseFromJSON() failed [expires]");
|
||||
goto end;
|
||||
|
|
@ -85,7 +85,7 @@ OpenAPI_sdm_subs_modification_t *OpenAPI_sdm_subs_modification_parseFromJSON(cJS
|
|||
cJSON *monitored_resource_uris = cJSON_GetObjectItemCaseSensitive(sdm_subs_modificationJSON, "monitoredResourceUris");
|
||||
|
||||
OpenAPI_list_t *monitored_resource_urisList;
|
||||
if (monitored_resource_uris) {
|
||||
if (monitored_resource_uris) {
|
||||
cJSON *monitored_resource_uris_local;
|
||||
if (!cJSON_IsArray(monitored_resource_uris)) {
|
||||
ogs_error("OpenAPI_sdm_subs_modification_parseFromJSON() failed [monitored_resource_uris]");
|
||||
|
|
@ -99,7 +99,7 @@ OpenAPI_sdm_subs_modification_t *OpenAPI_sdm_subs_modification_parseFromJSON(cJS
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(monitored_resource_urisList , ogs_strdup_or_assert(monitored_resource_uris_local->valuestring));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sdm_subs_modification_local_var = OpenAPI_sdm_subs_modification_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue