mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40: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
|
|
@ -20,10 +20,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_context_info_s OpenAPI_context_info_t;
|
||||
typedef struct OpenAPI_context_info_s {
|
||||
OpenAPI_list_t *orig_headers;
|
||||
OpenAPI_list_t *request_headers;
|
||||
} OpenAPI_context_info_t;
|
||||
|
||||
OpenAPI_context_info_t *OpenAPI_context_info_create(
|
||||
OpenAPI_list_t *orig_headers
|
||||
OpenAPI_list_t *orig_headers,
|
||||
OpenAPI_list_t *request_headers
|
||||
);
|
||||
void OpenAPI_context_info_free(OpenAPI_context_info_t *context_info);
|
||||
OpenAPI_context_info_t *OpenAPI_context_info_parseFromJSON(cJSON *context_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue