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
|
|
@ -104,20 +104,19 @@ OpenAPI_unrelated_class_t *OpenAPI_unrelated_class_parseFromJSON(cJSON *unrelate
|
|||
}
|
||||
|
||||
OpenAPI_default_unrelated_class_t *default_unrelated_class_local_nonprim = NULL;
|
||||
|
||||
default_unrelated_class_local_nonprim = OpenAPI_default_unrelated_class_parseFromJSON(default_unrelated_class);
|
||||
|
||||
cJSON *external_unrelated_class = cJSON_GetObjectItemCaseSensitive(unrelated_classJSON, "externalUnrelatedClass");
|
||||
|
||||
OpenAPI_external_unrelated_class_t *external_unrelated_class_local_nonprim = NULL;
|
||||
if (external_unrelated_class) {
|
||||
if (external_unrelated_class) {
|
||||
external_unrelated_class_local_nonprim = OpenAPI_external_unrelated_class_parseFromJSON(external_unrelated_class);
|
||||
}
|
||||
|
||||
cJSON *service_type_unrelated_classes = cJSON_GetObjectItemCaseSensitive(unrelated_classJSON, "serviceTypeUnrelatedClasses");
|
||||
|
||||
OpenAPI_list_t *service_type_unrelated_classesList;
|
||||
if (service_type_unrelated_classes) {
|
||||
if (service_type_unrelated_classes) {
|
||||
cJSON *service_type_unrelated_classes_local_nonprimitive;
|
||||
if (!cJSON_IsArray(service_type_unrelated_classes)){
|
||||
ogs_error("OpenAPI_unrelated_class_parseFromJSON() failed [service_type_unrelated_classes]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue