mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Upgrade SBI(Service-based Interface)
* OpenAPI Generator version: 4.3.1 ==> 5.5.1 * Specification : r16.8.0 (20210629)
This commit is contained in:
parent
2aaa8200c2
commit
f278d58a69
1914 changed files with 91329 additions and 57361 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* pdu_session_context.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_pdu_session_context_H_
|
||||
|
|
@ -28,6 +28,7 @@ typedef struct OpenAPI_pdu_session_context_s {
|
|||
char *sm_context_ref;
|
||||
struct OpenAPI_snssai_s *s_nssai;
|
||||
char *dnn;
|
||||
char *selected_dnn;
|
||||
OpenAPI_access_type_e access_type;
|
||||
OpenAPI_access_type_e additional_access_type;
|
||||
OpenAPI_list_t *allocated_ebi_list;
|
||||
|
|
@ -54,6 +55,7 @@ OpenAPI_pdu_session_context_t *OpenAPI_pdu_session_context_create(
|
|||
char *sm_context_ref,
|
||||
OpenAPI_snssai_t *s_nssai,
|
||||
char *dnn,
|
||||
char *selected_dnn,
|
||||
OpenAPI_access_type_e access_type,
|
||||
OpenAPI_access_type_e additional_access_type,
|
||||
OpenAPI_list_t *allocated_ebi_list,
|
||||
|
|
@ -73,7 +75,7 @@ OpenAPI_pdu_session_context_t *OpenAPI_pdu_session_context_create(
|
|||
char *smf_service_instance_id,
|
||||
int ma_pdu_session,
|
||||
OpenAPI_cn_assisted_ran_para_t *cn_assisted_ran_para
|
||||
);
|
||||
);
|
||||
void OpenAPI_pdu_session_context_free(OpenAPI_pdu_session_context_t *pdu_session_context);
|
||||
OpenAPI_pdu_session_context_t *OpenAPI_pdu_session_context_parseFromJSON(cJSON *pdu_session_contextJSON);
|
||||
cJSON *OpenAPI_pdu_session_context_convertToJSON(OpenAPI_pdu_session_context_t *pdu_session_context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue