mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10: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
|
|
@ -85,7 +85,6 @@ OpenAPI_cag_data_t *OpenAPI_cag_data_parseFromJSON(cJSON *cag_dataJSON)
|
|||
}
|
||||
|
||||
OpenAPI_list_t *cag_infosList;
|
||||
|
||||
cJSON *cag_infos_local_map;
|
||||
if (!cJSON_IsObject(cag_infos)) {
|
||||
ogs_error("OpenAPI_cag_data_parseFromJSON() failed [cag_infos]");
|
||||
|
|
@ -106,7 +105,7 @@ OpenAPI_cag_data_t *OpenAPI_cag_data_parseFromJSON(cJSON *cag_dataJSON)
|
|||
|
||||
cJSON *provisioning_time = cJSON_GetObjectItemCaseSensitive(cag_dataJSON, "provisioningTime");
|
||||
|
||||
if (provisioning_time) {
|
||||
if (provisioning_time) {
|
||||
if (!cJSON_IsString(provisioning_time)) {
|
||||
ogs_error("OpenAPI_cag_data_parseFromJSON() failed [provisioning_time]");
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue