[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:
Sukchan Lee 2023-02-26 10:01:08 +09:00
parent 1d8324af9f
commit ce668c556c
437 changed files with 111103 additions and 906 deletions

View file

@ -238,7 +238,7 @@ OpenAPI_n2_information_notification_t *OpenAPI_n2_information_notification_parse
ogs_error("OpenAPI_n2_information_notification_parseFromJSON() failed [to_release_session_list]");
goto end;
}
OpenAPI_list_add(to_release_session_listList , &to_release_session_list_local->valuedouble);
OpenAPI_list_add(to_release_session_listList, &to_release_session_list_local->valuedouble);
}
}