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
|
|
@ -68,7 +68,6 @@ OpenAPI_sponsor_connectivity_data_t *OpenAPI_sponsor_connectivity_data_parseFrom
|
|||
}
|
||||
|
||||
OpenAPI_list_t *asp_idsList;
|
||||
|
||||
cJSON *asp_ids_local;
|
||||
if (!cJSON_IsArray(asp_ids)) {
|
||||
ogs_error("OpenAPI_sponsor_connectivity_data_parseFromJSON() failed [asp_ids]");
|
||||
|
|
@ -82,7 +81,7 @@ OpenAPI_sponsor_connectivity_data_t *OpenAPI_sponsor_connectivity_data_parseFrom
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(asp_idsList , ogs_strdup_or_assert(asp_ids_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
sponsor_connectivity_data_local_var = OpenAPI_sponsor_connectivity_data_create (
|
||||
asp_idsList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue