mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +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
|
|
@ -25,6 +25,7 @@ extern "C" {
|
|||
typedef struct OpenAPI_presence_info_rm_s OpenAPI_presence_info_rm_t;
|
||||
typedef struct OpenAPI_presence_info_rm_s {
|
||||
char *pra_id;
|
||||
char *additional_pra_id;
|
||||
OpenAPI_presence_state_e presence_state;
|
||||
OpenAPI_list_t *tracking_area_list;
|
||||
OpenAPI_list_t *ecgi_list;
|
||||
|
|
@ -35,6 +36,7 @@ typedef struct OpenAPI_presence_info_rm_s {
|
|||
|
||||
OpenAPI_presence_info_rm_t *OpenAPI_presence_info_rm_create(
|
||||
char *pra_id,
|
||||
char *additional_pra_id,
|
||||
OpenAPI_presence_state_e presence_state,
|
||||
OpenAPI_list_t *tracking_area_list,
|
||||
OpenAPI_list_t *ecgi_list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue