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
|
|
@ -90,7 +90,7 @@ OpenAPI_pc5_qos_flow_item_t *OpenAPI_pc5_qos_flow_item_parseFromJSON(cJSON *pc5_
|
|||
OpenAPI_pc5_flow_bit_rates_t *pc5_flow_bit_rates_local_nonprim = NULL;
|
||||
if (pc5_flow_bit_rates) {
|
||||
pc5_flow_bit_rates_local_nonprim = OpenAPI_pc5_flow_bit_rates_parseFromJSON(pc5_flow_bit_rates);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *range = cJSON_GetObjectItemCaseSensitive(pc5_qos_flow_itemJSON, "range");
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ OpenAPI_pc5_qos_flow_item_t *OpenAPI_pc5_qos_flow_item_parseFromJSON(cJSON *pc5_
|
|||
ogs_error("OpenAPI_pc5_qos_flow_item_parseFromJSON() failed [range]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pc5_qos_flow_item_local_var = OpenAPI_pc5_qos_flow_item_create (
|
||||
pqi->valuedouble,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue