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
|
|
@ -112,7 +112,7 @@ OpenAPI_location_area_t *OpenAPI_location_area_parseFromJSON(cJSON *location_are
|
|||
cJSON *geographic_areas = cJSON_GetObjectItemCaseSensitive(location_areaJSON, "geographicAreas");
|
||||
|
||||
OpenAPI_list_t *geographic_areasList;
|
||||
if (geographic_areas) {
|
||||
if (geographic_areas) {
|
||||
cJSON *geographic_areas_local_nonprimitive;
|
||||
if (!cJSON_IsArray(geographic_areas)){
|
||||
ogs_error("OpenAPI_location_area_parseFromJSON() failed [geographic_areas]");
|
||||
|
|
@ -135,7 +135,7 @@ OpenAPI_location_area_t *OpenAPI_location_area_parseFromJSON(cJSON *location_are
|
|||
cJSON *civic_addresses = cJSON_GetObjectItemCaseSensitive(location_areaJSON, "civicAddresses");
|
||||
|
||||
OpenAPI_list_t *civic_addressesList;
|
||||
if (civic_addresses) {
|
||||
if (civic_addresses) {
|
||||
cJSON *civic_addresses_local_nonprimitive;
|
||||
if (!cJSON_IsArray(civic_addresses)){
|
||||
ogs_error("OpenAPI_location_area_parseFromJSON() failed [civic_addresses]");
|
||||
|
|
@ -158,7 +158,7 @@ OpenAPI_location_area_t *OpenAPI_location_area_parseFromJSON(cJSON *location_are
|
|||
cJSON *nw_area_info = cJSON_GetObjectItemCaseSensitive(location_areaJSON, "nwAreaInfo");
|
||||
|
||||
OpenAPI_network_area_info_t *nw_area_info_local_nonprim = NULL;
|
||||
if (nw_area_info) {
|
||||
if (nw_area_info) {
|
||||
nw_area_info_local_nonprim = OpenAPI_network_area_info_parseFromJSON(nw_area_info);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue