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
|
|
@ -23,13 +23,13 @@ extern "C" {
|
|||
typedef struct OpenAPI_lcs_privacy_data_s OpenAPI_lcs_privacy_data_t;
|
||||
typedef struct OpenAPI_lcs_privacy_data_s {
|
||||
struct OpenAPI_lpi_s *lpi;
|
||||
OpenAPI_list_t *unrelated_classes;
|
||||
struct OpenAPI_unrelated_class_s *unrelated_class;
|
||||
OpenAPI_list_t *plmn_operator_classes;
|
||||
} OpenAPI_lcs_privacy_data_t;
|
||||
|
||||
OpenAPI_lcs_privacy_data_t *OpenAPI_lcs_privacy_data_create(
|
||||
OpenAPI_lpi_t *lpi,
|
||||
OpenAPI_list_t *unrelated_classes,
|
||||
OpenAPI_unrelated_class_t *unrelated_class,
|
||||
OpenAPI_list_t *plmn_operator_classes
|
||||
);
|
||||
void OpenAPI_lcs_privacy_data_free(OpenAPI_lcs_privacy_data_t *lcs_privacy_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue