mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* report_item.h
|
||||
*
|
||||
*
|
||||
* indicates performed modivications.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_report_item_H_
|
||||
|
|
@ -20,10 +20,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_report_item_s OpenAPI_report_item_t;
|
||||
typedef struct OpenAPI_report_item_s {
|
||||
char *path;
|
||||
char *reason;
|
||||
} OpenAPI_report_item_t;
|
||||
|
||||
OpenAPI_report_item_t *OpenAPI_report_item_create(
|
||||
char *path
|
||||
char *path,
|
||||
char *reason
|
||||
);
|
||||
void OpenAPI_report_item_free(OpenAPI_report_item_t *report_item);
|
||||
OpenAPI_report_item_t *OpenAPI_report_item_parseFromJSON(cJSON *report_itemJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue