mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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 @@
|
|||
/*
|
||||
* snssai_route_selection_descriptor.h
|
||||
*
|
||||
* Contains the route selector parameters (DNNs, PDU session types and SSC modes) per SNSSAI
|
||||
* Contains the route selector parameters (DNNs, PDU session types, SSC modes and ATSSS information) per SNSSAI
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_snssai_route_selection_descriptor_H_
|
||||
|
|
@ -28,7 +28,7 @@ typedef struct OpenAPI_snssai_route_selection_descriptor_s {
|
|||
OpenAPI_snssai_route_selection_descriptor_t *OpenAPI_snssai_route_selection_descriptor_create(
|
||||
OpenAPI_snssai_t *snssai,
|
||||
OpenAPI_list_t *dnn_route_sel_descs
|
||||
);
|
||||
);
|
||||
void OpenAPI_snssai_route_selection_descriptor_free(OpenAPI_snssai_route_selection_descriptor_t *snssai_route_selection_descriptor);
|
||||
OpenAPI_snssai_route_selection_descriptor_t *OpenAPI_snssai_route_selection_descriptor_parseFromJSON(cJSON *snssai_route_selection_descriptorJSON);
|
||||
cJSON *OpenAPI_snssai_route_selection_descriptor_convertToJSON(OpenAPI_snssai_route_selection_descriptor_t *snssai_route_selection_descriptor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue