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
|
|
@ -17,6 +17,7 @@
|
|||
#include "ec_restriction.h"
|
||||
#include "expected_ue_behaviour.h"
|
||||
#include "lcs_privacy.h"
|
||||
#include "sor_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -31,6 +32,7 @@ typedef struct OpenAPI_pp_data_s {
|
|||
struct OpenAPI_acs_info_rm_s *acs_info;
|
||||
char *stn_sr;
|
||||
struct OpenAPI_lcs_privacy_s *lcs_privacy;
|
||||
struct OpenAPI_sor_info_s *sor_info;
|
||||
} OpenAPI_pp_data_t;
|
||||
|
||||
OpenAPI_pp_data_t *OpenAPI_pp_data_create(
|
||||
|
|
@ -40,7 +42,8 @@ OpenAPI_pp_data_t *OpenAPI_pp_data_create(
|
|||
OpenAPI_ec_restriction_t *ec_restriction,
|
||||
OpenAPI_acs_info_rm_t *acs_info,
|
||||
char *stn_sr,
|
||||
OpenAPI_lcs_privacy_t *lcs_privacy
|
||||
OpenAPI_lcs_privacy_t *lcs_privacy,
|
||||
OpenAPI_sor_info_t *sor_info
|
||||
);
|
||||
void OpenAPI_pp_data_free(OpenAPI_pp_data_t *pp_data);
|
||||
OpenAPI_pp_data_t *OpenAPI_pp_data_parseFromJSON(cJSON *pp_dataJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue