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
|
|
@ -12,9 +12,11 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "max_integrity_protected_data_rate.h"
|
||||
#include "n4_information.h"
|
||||
#include "ref_to_binary_data.h"
|
||||
#include "roaming_charging_profile.h"
|
||||
#include "up_security.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -29,6 +31,9 @@ typedef struct OpenAPI_hsmf_updated_data_s {
|
|||
OpenAPI_list_t *dnai_list;
|
||||
char *supported_features;
|
||||
struct OpenAPI_roaming_charging_profile_s *roaming_charging_profile;
|
||||
struct OpenAPI_up_security_s *up_security;
|
||||
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate_ul;
|
||||
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate_dl;
|
||||
int ipv6_multi_homing_ind;
|
||||
} OpenAPI_hsmf_updated_data_t;
|
||||
|
||||
|
|
@ -40,6 +45,9 @@ OpenAPI_hsmf_updated_data_t *OpenAPI_hsmf_updated_data_create(
|
|||
OpenAPI_list_t *dnai_list,
|
||||
char *supported_features,
|
||||
OpenAPI_roaming_charging_profile_t *roaming_charging_profile,
|
||||
OpenAPI_up_security_t *up_security,
|
||||
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate_ul,
|
||||
OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate_dl,
|
||||
int ipv6_multi_homing_ind
|
||||
);
|
||||
void OpenAPI_hsmf_updated_data_free(OpenAPI_hsmf_updated_data_t *hsmf_updated_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue