mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +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
|
|
@ -103,7 +103,7 @@ OpenAPI_ee_profile_data_t *OpenAPI_ee_profile_data_parseFromJSON(cJSON *ee_profi
|
|||
cJSON *restricted_event_types = cJSON_GetObjectItemCaseSensitive(ee_profile_dataJSON, "restrictedEventTypes");
|
||||
|
||||
OpenAPI_list_t *restricted_event_typesList;
|
||||
if (restricted_event_types) {
|
||||
if (restricted_event_types) {
|
||||
cJSON *restricted_event_types_local_nonprimitive;
|
||||
if (!cJSON_IsArray(restricted_event_types)){
|
||||
ogs_error("OpenAPI_ee_profile_data_parseFromJSON() failed [restricted_event_types]");
|
||||
|
|
@ -125,7 +125,7 @@ OpenAPI_ee_profile_data_t *OpenAPI_ee_profile_data_parseFromJSON(cJSON *ee_profi
|
|||
|
||||
cJSON *supported_features = cJSON_GetObjectItemCaseSensitive(ee_profile_dataJSON, "supportedFeatures");
|
||||
|
||||
if (supported_features) {
|
||||
if (supported_features) {
|
||||
if (!cJSON_IsString(supported_features)) {
|
||||
ogs_error("OpenAPI_ee_profile_data_parseFromJSON() failed [supported_features]");
|
||||
goto end;
|
||||
|
|
@ -135,7 +135,7 @@ OpenAPI_ee_profile_data_t *OpenAPI_ee_profile_data_parseFromJSON(cJSON *ee_profi
|
|||
cJSON *allowed_mtc_provider = cJSON_GetObjectItemCaseSensitive(ee_profile_dataJSON, "allowedMtcProvider");
|
||||
|
||||
OpenAPI_list_t *allowed_mtc_providerList;
|
||||
if (allowed_mtc_provider) {
|
||||
if (allowed_mtc_provider) {
|
||||
cJSON *allowed_mtc_provider_local_map;
|
||||
if (!cJSON_IsObject(allowed_mtc_provider)) {
|
||||
ogs_error("OpenAPI_ee_profile_data_parseFromJSON() failed [allowed_mtc_provider]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue