mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +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
|
|
@ -23,7 +23,7 @@ typedef struct OpenAPI_eth_flow_description_s {
|
|||
char *dest_mac_addr;
|
||||
char *eth_type;
|
||||
char *f_desc;
|
||||
struct OpenAPI_flow_direction_s *f_dir;
|
||||
OpenAPI_flow_direction_e f_dir;
|
||||
char *source_mac_addr;
|
||||
OpenAPI_list_t *vlan_tags;
|
||||
char *src_mac_addr_end;
|
||||
|
|
@ -34,7 +34,7 @@ OpenAPI_eth_flow_description_t *OpenAPI_eth_flow_description_create(
|
|||
char *dest_mac_addr,
|
||||
char *eth_type,
|
||||
char *f_desc,
|
||||
OpenAPI_flow_direction_t *f_dir,
|
||||
OpenAPI_flow_direction_e f_dir,
|
||||
char *source_mac_addr,
|
||||
OpenAPI_list_t *vlan_tags,
|
||||
char *src_mac_addr_end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue