Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
9588e10d
Commit
9588e10d
authored
May 17, 2024
by
matilde.costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added non-ip types to ip_traffic_type_t
parent
d2475e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
openair2/COMMON/platform_types.h
openair2/COMMON/platform_types.h
+6
-1
No files found.
openair2/COMMON/platform_types.h
View file @
9588e10d
...
...
@@ -153,7 +153,12 @@ typedef enum ip_traffic_type_e {
TRAFFIC_IPV4_TYPE_BROADCAST
=
7
,
TRAFFIC_IPV4_TYPE_UNKNOWN
=
8
,
TRAFFIC_PC5S_SIGNALLING
=
9
,
TRAFFIC_PC5S_SESSION_INIT
=
10
TRAFFIC_PC5S_SESSION_INIT
=
10
,
// MC ADDED: New types for non-IP packets, for each type cast
TRAFFIC_NONIP_TYPE_UNKOWN
=
11
,
TRAFFIC_NONIP_TYPE_UNICAST
=
12
,
TRAFFIC_NONIP_TYPE_MULTICAST
=
13
,
TRAFFIC_NONIP_TYPE_BROADCAST
=
14
}
ip_traffic_type_t
;
//-----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment