mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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
|
|
@ -62,7 +62,7 @@ OpenAPI_nr_v2x_auth_t *OpenAPI_nr_v2x_auth_parseFromJSON(cJSON *nr_v2x_authJSON)
|
|||
cJSON *vehicle_ue_auth = cJSON_GetObjectItemCaseSensitive(nr_v2x_authJSON, "vehicleUeAuth");
|
||||
|
||||
OpenAPI_ue_auth_e vehicle_ue_authVariable;
|
||||
if (vehicle_ue_auth) {
|
||||
if (vehicle_ue_auth) {
|
||||
if (!cJSON_IsString(vehicle_ue_auth)) {
|
||||
ogs_error("OpenAPI_nr_v2x_auth_parseFromJSON() failed [vehicle_ue_auth]");
|
||||
goto end;
|
||||
|
|
@ -73,7 +73,7 @@ OpenAPI_nr_v2x_auth_t *OpenAPI_nr_v2x_auth_parseFromJSON(cJSON *nr_v2x_authJSON)
|
|||
cJSON *pedestrian_ue_auth = cJSON_GetObjectItemCaseSensitive(nr_v2x_authJSON, "pedestrianUeAuth");
|
||||
|
||||
OpenAPI_ue_auth_e pedestrian_ue_authVariable;
|
||||
if (pedestrian_ue_auth) {
|
||||
if (pedestrian_ue_auth) {
|
||||
if (!cJSON_IsString(pedestrian_ue_auth)) {
|
||||
ogs_error("OpenAPI_nr_v2x_auth_parseFromJSON() failed [pedestrian_ue_auth]");
|
||||
goto end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue