mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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_nr_v2x_auth_t *OpenAPI_nr_v2x_auth_parseFromJSON(cJSON *nr_v2x_authJSON)
|
|||
goto end;
|
||||
}
|
||||
vehicle_ue_authVariable = OpenAPI_ue_auth_FromString(vehicle_ue_auth->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *pedestrian_ue_auth = cJSON_GetObjectItemCaseSensitive(nr_v2x_authJSON, "pedestrianUeAuth");
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ OpenAPI_nr_v2x_auth_t *OpenAPI_nr_v2x_auth_parseFromJSON(cJSON *nr_v2x_authJSON)
|
|||
goto end;
|
||||
}
|
||||
pedestrian_ue_authVariable = OpenAPI_ue_auth_FromString(pedestrian_ue_auth->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
nr_v2x_auth_local_var = OpenAPI_nr_v2x_auth_create (
|
||||
vehicle_ue_auth ? vehicle_ue_authVariable : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue