mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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,7 +20,7 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_av_eps_aka_s OpenAPI_av_eps_aka_t;
|
||||
typedef struct OpenAPI_av_eps_aka_s {
|
||||
struct OpenAPI_hss_av_type_s *av_type;
|
||||
OpenAPI_hss_av_type_e av_type;
|
||||
char *rand;
|
||||
char *xres;
|
||||
char *autn;
|
||||
|
|
@ -28,7 +28,7 @@ typedef struct OpenAPI_av_eps_aka_s {
|
|||
} OpenAPI_av_eps_aka_t;
|
||||
|
||||
OpenAPI_av_eps_aka_t *OpenAPI_av_eps_aka_create(
|
||||
OpenAPI_hss_av_type_t *av_type,
|
||||
OpenAPI_hss_av_type_e av_type,
|
||||
char *rand,
|
||||
char *xres,
|
||||
char *autn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue