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
|
|
@ -23,12 +23,14 @@ typedef struct OpenAPI_ec_restriction_s {
|
|||
char *af_instance_id;
|
||||
int reference_id;
|
||||
OpenAPI_list_t *plmn_ec_infos;
|
||||
char *mtc_provider_information;
|
||||
} OpenAPI_ec_restriction_t;
|
||||
|
||||
OpenAPI_ec_restriction_t *OpenAPI_ec_restriction_create(
|
||||
char *af_instance_id,
|
||||
int reference_id,
|
||||
OpenAPI_list_t *plmn_ec_infos
|
||||
OpenAPI_list_t *plmn_ec_infos,
|
||||
char *mtc_provider_information
|
||||
);
|
||||
void OpenAPI_ec_restriction_free(OpenAPI_ec_restriction_t *ec_restriction);
|
||||
OpenAPI_ec_restriction_t *OpenAPI_ec_restriction_parseFromJSON(cJSON *ec_restrictionJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue