mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +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
|
|
@ -66,7 +66,7 @@ OpenAPI_context_info_t *OpenAPI_context_info_parseFromJSON(cJSON *context_infoJS
|
|||
cJSON *orig_headers = cJSON_GetObjectItemCaseSensitive(context_infoJSON, "origHeaders");
|
||||
|
||||
OpenAPI_list_t *orig_headersList;
|
||||
if (orig_headers) {
|
||||
if (orig_headers) {
|
||||
cJSON *orig_headers_local;
|
||||
if (!cJSON_IsArray(orig_headers)) {
|
||||
ogs_error("OpenAPI_context_info_parseFromJSON() failed [orig_headers]");
|
||||
|
|
@ -80,7 +80,7 @@ OpenAPI_context_info_t *OpenAPI_context_info_parseFromJSON(cJSON *context_infoJS
|
|||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(orig_headersList , ogs_strdup_or_assert(orig_headers_local->valuestring));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
context_info_local_var = OpenAPI_context_info_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue