mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
[SBI] Fixed openapitools MAP generation (#2103)
MAP was generated incorrectly because {{#items}}..{{#items}} was
missing.
Because of this, If scpInfo has scpPort, NRF crashes.
This commit is contained in:
parent
1d8324af9f
commit
ce668c556c
437 changed files with 111103 additions and 906 deletions
|
|
@ -811,7 +811,7 @@ OpenAPI_ue_context_t *OpenAPI_ue_context_parseFromJSON(cJSON *ue_contextJSON)
|
|||
ogs_error("OpenAPI_ue_context_parseFromJSON() failed [gpsi_list]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(gpsi_listList , ogs_strdup(gpsi_list_local->valuestring));
|
||||
OpenAPI_list_add(gpsi_listList, ogs_strdup(gpsi_list_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -876,7 +876,7 @@ OpenAPI_ue_context_t *OpenAPI_ue_context_parseFromJSON(cJSON *ue_contextJSON)
|
|||
ogs_error("OpenAPI_ue_context_parseFromJSON() failed [group_list]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(group_listList , ogs_strdup(group_list_local->valuestring));
|
||||
OpenAPI_list_add(group_listList, ogs_strdup(group_list_local->valuestring));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue