mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -84,13 +84,12 @@ OpenAPI_candidate_for_replacement_t *OpenAPI_candidate_for_replacement_parseFrom
|
|||
}
|
||||
|
||||
OpenAPI_snssai_t *snssai_local_nonprim = NULL;
|
||||
|
||||
snssai_local_nonprim = OpenAPI_snssai_parseFromJSON(snssai);
|
||||
|
||||
cJSON *dnns = cJSON_GetObjectItemCaseSensitive(candidate_for_replacementJSON, "dnns");
|
||||
|
||||
OpenAPI_list_t *dnnsList;
|
||||
if (dnns) {
|
||||
if (dnns) {
|
||||
cJSON *dnns_local;
|
||||
if (!cJSON_IsArray(dnns)) {
|
||||
ogs_error("OpenAPI_candidate_for_replacement_parseFromJSON() failed [dnns]");
|
||||
|
|
@ -104,7 +103,7 @@ OpenAPI_candidate_for_replacement_t *OpenAPI_candidate_for_replacement_parseFrom
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(dnnsList , ogs_strdup_or_assert(dnns_local->valuestring));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
candidate_for_replacement_local_var = OpenAPI_candidate_for_replacement_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue