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
|
|
@ -68,7 +68,7 @@ OpenAPI_lte_v2x_auth_t *OpenAPI_lte_v2x_auth_parseFromJSON(cJSON *lte_v2x_authJS
|
|||
goto end;
|
||||
}
|
||||
vehicle_ue_authVariable = OpenAPI_ue_auth_FromString(vehicle_ue_auth->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *pedestrian_ue_auth = cJSON_GetObjectItemCaseSensitive(lte_v2x_authJSON, "pedestrianUeAuth");
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ OpenAPI_lte_v2x_auth_t *OpenAPI_lte_v2x_auth_parseFromJSON(cJSON *lte_v2x_authJS
|
|||
goto end;
|
||||
}
|
||||
pedestrian_ue_authVariable = OpenAPI_ue_auth_FromString(pedestrian_ue_auth->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
lte_v2x_auth_local_var = OpenAPI_lte_v2x_auth_create (
|
||||
vehicle_ue_auth ? vehicle_ue_authVariable : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue