mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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,13 +21,13 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_up_security_s OpenAPI_up_security_t;
|
||||
typedef struct OpenAPI_up_security_s {
|
||||
struct OpenAPI_up_integrity_s *up_integr;
|
||||
struct OpenAPI_up_confidentiality_s *up_confid;
|
||||
OpenAPI_up_integrity_e up_integr;
|
||||
OpenAPI_up_confidentiality_e up_confid;
|
||||
} OpenAPI_up_security_t;
|
||||
|
||||
OpenAPI_up_security_t *OpenAPI_up_security_create(
|
||||
OpenAPI_up_integrity_t *up_integr,
|
||||
OpenAPI_up_confidentiality_t *up_confid
|
||||
OpenAPI_up_integrity_e up_integr,
|
||||
OpenAPI_up_confidentiality_e up_confid
|
||||
);
|
||||
void OpenAPI_up_security_free(OpenAPI_up_security_t *up_security);
|
||||
OpenAPI_up_security_t *OpenAPI_up_security_parseFromJSON(cJSON *up_securityJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue