mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
typedef struct OpenAPI_relocate_ue_context_request_s OpenAPI_relocate_ue_context_request_t;
|
||||
typedef struct OpenAPI_relocate_ue_context_request_s {
|
||||
struct OpenAPI_ue_context_relocate_data_s *json_data;
|
||||
OpenAPI_binary_t* binary_data_gtpc_message;
|
||||
OpenAPI_binary_t* binary_data_forward_relocation_request;
|
||||
OpenAPI_binary_t* binary_data_n2_information;
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext1;
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext2;
|
||||
|
|
@ -43,7 +43,7 @@ typedef struct OpenAPI_relocate_ue_context_request_s {
|
|||
|
||||
OpenAPI_relocate_ue_context_request_t *OpenAPI_relocate_ue_context_request_create(
|
||||
OpenAPI_ue_context_relocate_data_t *json_data,
|
||||
OpenAPI_binary_t* binary_data_gtpc_message,
|
||||
OpenAPI_binary_t* binary_data_forward_relocation_request,
|
||||
OpenAPI_binary_t* binary_data_n2_information,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext1,
|
||||
OpenAPI_binary_t* binary_data_n2_information_ext2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue