mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -129,7 +129,7 @@ OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_parseFromJSON(cJSON *
|
|||
ogs_error("OpenAPI_qos_flow_setup_item_parseFromJSON() failed [ebi]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *qos_flow_description = cJSON_GetObjectItemCaseSensitive(qos_flow_setup_itemJSON, "qosFlowDescription");
|
||||
|
||||
|
|
@ -138,14 +138,14 @@ OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_parseFromJSON(cJSON *
|
|||
ogs_error("OpenAPI_qos_flow_setup_item_parseFromJSON() failed [qos_flow_description]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *qos_flow_profile = cJSON_GetObjectItemCaseSensitive(qos_flow_setup_itemJSON, "qosFlowProfile");
|
||||
|
||||
OpenAPI_qos_flow_profile_t *qos_flow_profile_local_nonprim = NULL;
|
||||
if (qos_flow_profile) {
|
||||
qos_flow_profile_local_nonprim = OpenAPI_qos_flow_profile_parseFromJSON(qos_flow_profile);
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *associated_an_type = cJSON_GetObjectItemCaseSensitive(qos_flow_setup_itemJSON, "associatedAnType");
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_parseFromJSON(cJSON *
|
|||
goto end;
|
||||
}
|
||||
associated_an_typeVariable = OpenAPI_qos_flow_access_type_FromString(associated_an_type->valuestring);
|
||||
}
|
||||
}
|
||||
|
||||
qos_flow_setup_item_local_var = OpenAPI_qos_flow_setup_item_create (
|
||||
qfi->valuedouble,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue