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
|
|
@ -20,13 +20,13 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_lte_v2x_auth_s OpenAPI_lte_v2x_auth_t;
|
||||
typedef struct OpenAPI_lte_v2x_auth_s {
|
||||
struct OpenAPI_ue_auth_s *vehicle_ue_auth;
|
||||
struct OpenAPI_ue_auth_s *pedestrian_ue_auth;
|
||||
OpenAPI_ue_auth_e vehicle_ue_auth;
|
||||
OpenAPI_ue_auth_e pedestrian_ue_auth;
|
||||
} OpenAPI_lte_v2x_auth_t;
|
||||
|
||||
OpenAPI_lte_v2x_auth_t *OpenAPI_lte_v2x_auth_create(
|
||||
OpenAPI_ue_auth_t *vehicle_ue_auth,
|
||||
OpenAPI_ue_auth_t *pedestrian_ue_auth
|
||||
OpenAPI_ue_auth_e vehicle_ue_auth,
|
||||
OpenAPI_ue_auth_e pedestrian_ue_auth
|
||||
);
|
||||
void OpenAPI_lte_v2x_auth_free(OpenAPI_lte_v2x_auth_t *lte_v2x_auth);
|
||||
OpenAPI_lte_v2x_auth_t *OpenAPI_lte_v2x_auth_parseFromJSON(cJSON *lte_v2x_authJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue