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
|
|
@ -21,11 +21,13 @@ typedef struct OpenAPI_atsss_capability_s OpenAPI_atsss_capability_t;
|
|||
typedef struct OpenAPI_atsss_capability_s {
|
||||
int atsss_ll;
|
||||
int mptcp;
|
||||
int rtt_without_pmf;
|
||||
} OpenAPI_atsss_capability_t;
|
||||
|
||||
OpenAPI_atsss_capability_t *OpenAPI_atsss_capability_create(
|
||||
int atsss_ll,
|
||||
int mptcp
|
||||
int mptcp,
|
||||
int rtt_without_pmf
|
||||
);
|
||||
void OpenAPI_atsss_capability_free(OpenAPI_atsss_capability_t *atsss_capability);
|
||||
OpenAPI_atsss_capability_t *OpenAPI_atsss_capability_parseFromJSON(cJSON *atsss_capabilityJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue