mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20: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
|
|
@ -70,7 +70,7 @@ OpenAPI_message_waiting_data_t *OpenAPI_message_waiting_data_parseFromJSON(cJSON
|
|||
cJSON *mwd_list = cJSON_GetObjectItemCaseSensitive(message_waiting_dataJSON, "mwdList");
|
||||
|
||||
OpenAPI_list_t *mwd_listList;
|
||||
if (mwd_list) {
|
||||
if (mwd_list) {
|
||||
cJSON *mwd_list_local_nonprimitive;
|
||||
if (!cJSON_IsArray(mwd_list)){
|
||||
ogs_error("OpenAPI_message_waiting_data_parseFromJSON() failed [mwd_list]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue