[AF] Use correct structure when sending modification request

Tests were crashing due to AF using the wrong OpenAPI structure, while
the SBI library tried to convert a different structure to JSON.

Before the added support for nullable fields in OpenAPI documents, both
structures were identical.
This commit is contained in:
Bostjan Meglic 2023-10-06 10:17:16 +02:00 committed by Sukchan Lee
parent 50464d174e
commit b2a2064beb
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ ogs_sbi_request_t *af_npcf_policyauthorization_build_update(
OpenAPI_list_t *SubComponentList = NULL;
OpenAPI_map_t *SubComponentMap = NULL;
OpenAPI_media_sub_component_t *SubComponent = NULL;
OpenAPI_media_sub_component_rm_t *SubComponent = NULL;
OpenAPI_list_t *fDescList = NULL;
OpenAPI_list_t *codecList = NULL;