mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +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
|
|
@ -38,6 +38,7 @@ typedef struct OpenAPI_create_ue_context_request_s {
|
|||
OpenAPI_binary_t* binary_data_n2_information_ext14;
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext15;
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext16;
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext17;
|
||||
} OpenAPI_create_ue_context_request_t;
|
||||
|
||||
OpenAPI_create_ue_context_request_t *OpenAPI_create_ue_context_request_create(
|
||||
|
|
@ -58,7 +59,8 @@ OpenAPI_create_ue_context_request_t *OpenAPI_create_ue_context_request_create(
|
|||
OpenAPI_binary_t* binary_data_n2_information_ext13,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext14,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext15,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext16
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext16,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext17
|
||||
);
|
||||
void OpenAPI_create_ue_context_request_free(OpenAPI_create_ue_context_request_t *create_ue_context_request);
|
||||
OpenAPI_create_ue_context_request_t *OpenAPI_create_ue_context_request_parseFromJSON(cJSON *create_ue_context_requestJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue