arch: DB schema Changes (#796)

- New function : NSSF
- New feature : SMF selection
This commit is contained in:
Sukchan Lee 2021-03-08 21:25:09 +09:00
parent c6bfbed922
commit 9af4268bab
691 changed files with 40727 additions and 18985 deletions

View file

@ -12,7 +12,6 @@
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
#include "mo_exception_data_flag.h"
#include "mo_exp_data_counter.h"
#include "ref_to_binary_data.h"
#include "user_location.h"
@ -24,14 +23,12 @@ extern "C" {
typedef struct OpenAPI_transfer_mo_data_req_data_s OpenAPI_transfer_mo_data_req_data_t;
typedef struct OpenAPI_transfer_mo_data_req_data_s {
struct OpenAPI_ref_to_binary_data_s *mo_data;
struct OpenAPI_mo_exception_data_flag_s *mo_exp_data_ind;
struct OpenAPI_mo_exp_data_counter_s *mo_exp_data_counter;
struct OpenAPI_user_location_s *ue_location;
} OpenAPI_transfer_mo_data_req_data_t;
OpenAPI_transfer_mo_data_req_data_t *OpenAPI_transfer_mo_data_req_data_create(
OpenAPI_ref_to_binary_data_t *mo_data,
OpenAPI_mo_exception_data_flag_t *mo_exp_data_ind,
OpenAPI_mo_exp_data_counter_t *mo_exp_data_counter,
OpenAPI_user_location_t *ue_location
);