mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* n2_information_notification.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_n2_information_notification_H_
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "global_ran_node_id.h"
|
||||
#include "guami.h"
|
||||
#include "n2_info_container.h"
|
||||
#include "n2_info_notify_reason.h"
|
||||
#include "smf_change_info.h"
|
||||
|
|
@ -31,8 +32,10 @@ typedef struct OpenAPI_n2_information_notification_s {
|
|||
OpenAPI_list_t *smf_change_info_list;
|
||||
struct OpenAPI_global_ran_node_id_s *ran_node_id;
|
||||
char *initial_amf_name;
|
||||
char *an_n2_i_pv4_addr;
|
||||
char *an_n2_i_pv6_addr;
|
||||
char *an_n2_ipv4_addr;
|
||||
char *an_n2_ipv6_addr;
|
||||
struct OpenAPI_guami_s *guami;
|
||||
int notify_source_ng_ran;
|
||||
} OpenAPI_n2_information_notification_t;
|
||||
|
||||
OpenAPI_n2_information_notification_t *OpenAPI_n2_information_notification_create(
|
||||
|
|
@ -44,9 +47,11 @@ OpenAPI_n2_information_notification_t *OpenAPI_n2_information_notification_creat
|
|||
OpenAPI_list_t *smf_change_info_list,
|
||||
OpenAPI_global_ran_node_id_t *ran_node_id,
|
||||
char *initial_amf_name,
|
||||
char *an_n2_i_pv4_addr,
|
||||
char *an_n2_i_pv6_addr
|
||||
);
|
||||
char *an_n2_ipv4_addr,
|
||||
char *an_n2_ipv6_addr,
|
||||
OpenAPI_guami_t *guami,
|
||||
int notify_source_ng_ran
|
||||
);
|
||||
void OpenAPI_n2_information_notification_free(OpenAPI_n2_information_notification_t *n2_information_notification);
|
||||
OpenAPI_n2_information_notification_t *OpenAPI_n2_information_notification_parseFromJSON(cJSON *n2_information_notificationJSON);
|
||||
cJSON *OpenAPI_n2_information_notification_convertToJSON(OpenAPI_n2_information_notification_t *n2_information_notification);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue