mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
arch: DB schema Changes (#796)
- New function : NSSF - New feature : SMF selection
This commit is contained in:
parent
c6bfbed922
commit
9af4268bab
691 changed files with 40727 additions and 18985 deletions
|
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
typedef struct OpenAPI_trace_data_s OpenAPI_trace_data_t;
|
||||
typedef struct OpenAPI_trace_data_s {
|
||||
char *trace_ref;
|
||||
struct OpenAPI_trace_depth_s *trace_depth;
|
||||
OpenAPI_trace_depth_e trace_depth;
|
||||
char *ne_type_list;
|
||||
char *event_list;
|
||||
char *collection_entity_ipv4_addr;
|
||||
|
|
@ -31,7 +31,7 @@ typedef struct OpenAPI_trace_data_s {
|
|||
|
||||
OpenAPI_trace_data_t *OpenAPI_trace_data_create(
|
||||
char *trace_ref,
|
||||
OpenAPI_trace_depth_t *trace_depth,
|
||||
OpenAPI_trace_depth_e trace_depth,
|
||||
char *ne_type_list,
|
||||
char *event_list,
|
||||
char *collection_entity_ipv4_addr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue