mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -130,7 +130,7 @@ OpenAPI_location_area_1_t *OpenAPI_location_area_1_parseFromJSON(cJSON *location
|
|||
|
||||
OpenAPI_list_add(geographic_areasList, geographic_areasItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *civic_addresses = cJSON_GetObjectItemCaseSensitive(location_area_1JSON, "civicAddresses");
|
||||
|
||||
|
|
@ -153,14 +153,14 @@ OpenAPI_location_area_1_t *OpenAPI_location_area_1_parseFromJSON(cJSON *location
|
|||
|
||||
OpenAPI_list_add(civic_addressesList, civic_addressesItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *nw_area_info = cJSON_GetObjectItemCaseSensitive(location_area_1JSON, "nwAreaInfo");
|
||||
|
||||
OpenAPI_network_area_info_1_t *nw_area_info_local_nonprim = NULL;
|
||||
if (nw_area_info) {
|
||||
nw_area_info_local_nonprim = OpenAPI_network_area_info_1_parseFromJSON(nw_area_info);
|
||||
}
|
||||
}
|
||||
|
||||
location_area_1_local_var = OpenAPI_location_area_1_create (
|
||||
geographic_areas ? geographic_areasList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue