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
|
|
@ -23,13 +23,15 @@ typedef struct OpenAPI_pp_subs_reg_timer_s {
|
|||
char *af_instance_id;
|
||||
int reference_id;
|
||||
char *validity_time;
|
||||
char *mtc_provider_information;
|
||||
} OpenAPI_pp_subs_reg_timer_t;
|
||||
|
||||
OpenAPI_pp_subs_reg_timer_t *OpenAPI_pp_subs_reg_timer_create(
|
||||
int subs_reg_timer,
|
||||
char *af_instance_id,
|
||||
int reference_id,
|
||||
char *validity_time
|
||||
char *validity_time,
|
||||
char *mtc_provider_information
|
||||
);
|
||||
void OpenAPI_pp_subs_reg_timer_free(OpenAPI_pp_subs_reg_timer_t *pp_subs_reg_timer);
|
||||
OpenAPI_pp_subs_reg_timer_t *OpenAPI_pp_subs_reg_timer_parseFromJSON(cJSON *pp_subs_reg_timerJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue