mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +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
|
|
@ -12,8 +12,8 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "ext_problem_details.h"
|
||||
#include "n2_sm_info_type.h"
|
||||
#include "problem_details.h"
|
||||
#include "ref_to_binary_data.h"
|
||||
#include "up_cnx_state.h"
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_sm_context_update_error_s OpenAPI_sm_context_update_error_t;
|
||||
typedef struct OpenAPI_sm_context_update_error_s {
|
||||
struct OpenAPI_problem_details_s *error;
|
||||
struct OpenAPI_ext_problem_details_s *error;
|
||||
struct OpenAPI_ref_to_binary_data_s *n1_sm_msg;
|
||||
struct OpenAPI_ref_to_binary_data_s *n2_sm_info;
|
||||
OpenAPI_n2_sm_info_type_e n2_sm_info_type;
|
||||
|
|
@ -32,7 +32,7 @@ typedef struct OpenAPI_sm_context_update_error_s {
|
|||
} OpenAPI_sm_context_update_error_t;
|
||||
|
||||
OpenAPI_sm_context_update_error_t *OpenAPI_sm_context_update_error_create(
|
||||
OpenAPI_problem_details_t *error,
|
||||
OpenAPI_ext_problem_details_t *error,
|
||||
OpenAPI_ref_to_binary_data_t *n1_sm_msg,
|
||||
OpenAPI_ref_to_binary_data_t *n2_sm_info,
|
||||
OpenAPI_n2_sm_info_type_e n2_sm_info_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue