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
|
|
@ -94,7 +94,7 @@ OpenAPI_group_identifiers_t *OpenAPI_group_identifiers_parseFromJSON(cJSON *grou
|
|||
ogs_error("OpenAPI_group_identifiers_parseFromJSON() failed [ext_group_id]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *int_group_id = cJSON_GetObjectItemCaseSensitive(group_identifiersJSON, "intGroupId");
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ OpenAPI_group_identifiers_t *OpenAPI_group_identifiers_parseFromJSON(cJSON *grou
|
|||
ogs_error("OpenAPI_group_identifiers_parseFromJSON() failed [int_group_id]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *ue_id_list = cJSON_GetObjectItemCaseSensitive(group_identifiersJSON, "ueIdList");
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ OpenAPI_group_identifiers_t *OpenAPI_group_identifiers_parseFromJSON(cJSON *grou
|
|||
|
||||
OpenAPI_list_add(ue_id_listList, ue_id_listItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
group_identifiers_local_var = OpenAPI_group_identifiers_create (
|
||||
ext_group_id ? ogs_strdup_or_assert(ext_group_id->valuestring) : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue