mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -103,7 +103,7 @@ OpenAPI_service_area_restriction_1_t *OpenAPI_service_area_restriction_1_parseFr
|
|||
goto end;
|
||||
}
|
||||
restriction_typeVariable = OpenAPI_restriction_type_FromString(restriction_type->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *areas = cJSON_GetObjectItemCaseSensitive(service_area_restriction_1JSON, "areas");
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ OpenAPI_service_area_restriction_1_t *OpenAPI_service_area_restriction_1_parseFr
|
|||
|
||||
OpenAPI_list_add(areasList, areasItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *max_num_of_tas = cJSON_GetObjectItemCaseSensitive(service_area_restriction_1JSON, "maxNumOfTAs");
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ OpenAPI_service_area_restriction_1_t *OpenAPI_service_area_restriction_1_parseFr
|
|||
ogs_error("OpenAPI_service_area_restriction_1_parseFromJSON() failed [max_num_of_tas]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *max_num_of_tas_for_not_allowed_areas = cJSON_GetObjectItemCaseSensitive(service_area_restriction_1JSON, "maxNumOfTAsForNotAllowedAreas");
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ OpenAPI_service_area_restriction_1_t *OpenAPI_service_area_restriction_1_parseFr
|
|||
ogs_error("OpenAPI_service_area_restriction_1_parseFromJSON() failed [max_num_of_tas_for_not_allowed_areas]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
service_area_restriction_1_local_var = OpenAPI_service_area_restriction_1_create (
|
||||
restriction_type ? restriction_typeVariable : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue