mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 04:49:33 +00:00
Upgrade SBI(Service-based Interface)
* OpenAPI Generator version: 4.3.1 ==> 5.5.1 * Specification : r16.8.0 (20210629)
This commit is contained in:
parent
2aaa8200c2
commit
f278d58a69
1914 changed files with 91329 additions and 57361 deletions
|
|
@ -15,10 +15,10 @@ typedef struct OpenAPI_binary_s {
|
|||
OpenAPI_binary_t *OpenAPI_instantiate_binary_t(char *data, int len);
|
||||
|
||||
char *OpenAPI_base64encode(const void *b64_encode_this,
|
||||
int encode_this_many_bytes);
|
||||
int encode_this_many_bytes);
|
||||
|
||||
char *OpenAPI_base64decode(const void *b64_decode_this,
|
||||
int decode_this_many_bytes, int *decoded_bytes);
|
||||
int decode_this_many_bytes, int *decoded_bytes);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,15 +38,18 @@ void OpenAPI_list_remove(
|
|||
OpenAPI_list_t *list, OpenAPI_lnode_t *elementToRemove);
|
||||
|
||||
void OpenAPI_list_iterate_forward(OpenAPI_list_t *list,
|
||||
void (*operationToPerform)(OpenAPI_lnode_t*, void*),
|
||||
void *additionalDataNeededForCallbackFunction);
|
||||
void (*operationToPerform)(OpenAPI_lnode_t*, void*),
|
||||
void *additionalDataNeededForCallbackFunction);
|
||||
void OpenAPI_list_iterate_backward(OpenAPI_list_t *list,
|
||||
void (*operationToPerform)(OpenAPI_lnode_t*, void*),
|
||||
void *additionalDataNeededForCallbackFunction);
|
||||
void (*operationToPerform)(OpenAPI_lnode_t*, void*),
|
||||
void *additionalDataNeededForCallbackFunction);
|
||||
|
||||
void OpenAPI_lnode_print(OpenAPI_lnode_t *listEntry, void *additionalData);
|
||||
void OpenAPI_lnode_free(OpenAPI_lnode_t *listEntry, void *additionalData);
|
||||
|
||||
char *OpenAPI_findStrInStrList(OpenAPI_list_t *strList, const char *str);
|
||||
void OpenAPI_clear_and_free_string_list(OpenAPI_list_t *list);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue