mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
simple 5GC registration is done
This commit is contained in:
parent
bcd02b1f33
commit
b35c2277be
213 changed files with 7713 additions and 5445 deletions
|
|
@ -20,14 +20,14 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_psa_information_s OpenAPI_psa_information_t;
|
||||
typedef struct OpenAPI_psa_information_s {
|
||||
struct OpenAPI_psa_indication_s *psa_ind;
|
||||
OpenAPI_psa_indication_e psa_ind;
|
||||
OpenAPI_list_t *dnai_list;
|
||||
char *ue_ipv6_prefix;
|
||||
char *psa_upf_id;
|
||||
} OpenAPI_psa_information_t;
|
||||
|
||||
OpenAPI_psa_information_t *OpenAPI_psa_information_create(
|
||||
OpenAPI_psa_indication_t *psa_ind,
|
||||
OpenAPI_psa_indication_e psa_ind,
|
||||
OpenAPI_list_t *dnai_list,
|
||||
char *ue_ipv6_prefix,
|
||||
char *psa_upf_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue