mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
SBI updated
- openapi-generator version 5.2.0 - add priority/capacity/load in NFProfile/NFService - add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -27,6 +27,7 @@ typedef struct OpenAPI_sm_context_created_data_s OpenAPI_sm_context_created_data
|
|||
typedef struct OpenAPI_sm_context_created_data_s {
|
||||
char *h_smf_uri;
|
||||
char *smf_uri;
|
||||
bool is_pdu_session_id;
|
||||
int pdu_session_id;
|
||||
struct OpenAPI_snssai_s *s_nssai;
|
||||
OpenAPI_up_cnx_state_e up_cnx_state;
|
||||
|
|
@ -45,6 +46,7 @@ typedef struct OpenAPI_sm_context_created_data_s {
|
|||
OpenAPI_sm_context_created_data_t *OpenAPI_sm_context_created_data_create(
|
||||
char *h_smf_uri,
|
||||
char *smf_uri,
|
||||
bool is_pdu_session_id,
|
||||
int pdu_session_id,
|
||||
OpenAPI_snssai_t *s_nssai,
|
||||
OpenAPI_up_cnx_state_e up_cnx_state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue