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
|
|
@ -122,7 +122,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
cJSON *lcs_client_externals = cJSON_GetObjectItemCaseSensitive(external_unrelated_classJSON, "lcsClientExternals");
|
||||
|
||||
OpenAPI_list_t *lcs_client_externalsList;
|
||||
if (lcs_client_externals) {
|
||||
if (lcs_client_externals) {
|
||||
cJSON *lcs_client_externals_local_nonprimitive;
|
||||
if (!cJSON_IsArray(lcs_client_externals)){
|
||||
ogs_error("OpenAPI_external_unrelated_class_parseFromJSON() failed [lcs_client_externals]");
|
||||
|
|
@ -145,7 +145,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
cJSON *af_externals = cJSON_GetObjectItemCaseSensitive(external_unrelated_classJSON, "afExternals");
|
||||
|
||||
OpenAPI_list_t *af_externalsList;
|
||||
if (af_externals) {
|
||||
if (af_externals) {
|
||||
cJSON *af_externals_local_nonprimitive;
|
||||
if (!cJSON_IsArray(af_externals)){
|
||||
ogs_error("OpenAPI_external_unrelated_class_parseFromJSON() failed [af_externals]");
|
||||
|
|
@ -168,7 +168,7 @@ OpenAPI_external_unrelated_class_t *OpenAPI_external_unrelated_class_parseFromJS
|
|||
cJSON *lcs_client_group_externals = cJSON_GetObjectItemCaseSensitive(external_unrelated_classJSON, "lcsClientGroupExternals");
|
||||
|
||||
OpenAPI_list_t *lcs_client_group_externalsList;
|
||||
if (lcs_client_group_externals) {
|
||||
if (lcs_client_group_externals) {
|
||||
cJSON *lcs_client_group_externals_local_nonprimitive;
|
||||
if (!cJSON_IsArray(lcs_client_group_externals)){
|
||||
ogs_error("OpenAPI_external_unrelated_class_parseFromJSON() failed [lcs_client_group_externals]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue