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
|
|
@ -23,12 +23,14 @@ typedef struct OpenAPI_emergency_info_s {
|
|||
char *pgw_fqdn;
|
||||
struct OpenAPI_ip_address_s *pgw_ip_address;
|
||||
char *smf_instance_id;
|
||||
int epdg_ind;
|
||||
} OpenAPI_emergency_info_t;
|
||||
|
||||
OpenAPI_emergency_info_t *OpenAPI_emergency_info_create(
|
||||
char *pgw_fqdn,
|
||||
OpenAPI_ip_address_t *pgw_ip_address,
|
||||
char *smf_instance_id
|
||||
char *smf_instance_id,
|
||||
int epdg_ind
|
||||
);
|
||||
void OpenAPI_emergency_info_free(OpenAPI_emergency_info_t *emergency_info);
|
||||
OpenAPI_emergency_info_t *OpenAPI_emergency_info_parseFromJSON(cJSON *emergency_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue