mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
feat: Add dedicated QoS flow
This commit is contained in:
parent
65aea5ebf2
commit
235a041b8d
205 changed files with 6053 additions and 3831 deletions
|
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_steering_mode_s OpenAPI_steering_mode_t;
|
||||
typedef struct OpenAPI_steering_mode_s {
|
||||
struct OpenAPI_steer_mode_value_s *steer_mode_value;
|
||||
OpenAPI_steer_mode_value_e steer_mode_value;
|
||||
OpenAPI_access_type_e active;
|
||||
OpenAPI_access_type_e standby;
|
||||
int _3g_load;
|
||||
|
|
@ -29,7 +29,7 @@ typedef struct OpenAPI_steering_mode_s {
|
|||
} OpenAPI_steering_mode_t;
|
||||
|
||||
OpenAPI_steering_mode_t *OpenAPI_steering_mode_create(
|
||||
OpenAPI_steer_mode_value_t *steer_mode_value,
|
||||
OpenAPI_steer_mode_value_e steer_mode_value,
|
||||
OpenAPI_access_type_e active,
|
||||
OpenAPI_access_type_e standby,
|
||||
int _3g_load,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue