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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Michael Black
OpenXG-RAN
Commits
c0f2ae9c
Commit
c0f2ae9c
authored
Sep 29, 2022
by
Angelo Athanassopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NR RRC - Filled all the ngap priority levels from CN
parent
1893d640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
openair2/COMMON/ngap_messages_types.h
openair2/COMMON/ngap_messages_types.h
+12
-0
No files found.
openair2/COMMON/ngap_messages_types.h
View file @
c0f2ae9c
...
...
@@ -133,6 +133,18 @@ typedef struct ngap_ambr_s {
typedef
enum
ngap_priority_level_s
{
NGAP_PRIORITY_LEVEL_SPARE
=
0
,
NGAP_PRIORITY_LEVEL_HIGHEST
=
1
,
NGAP_PRIORITY_LEVEL_2
=
2
,
NGAP_PRIORITY_LEVEL_3
=
3
,
NGAP_PRIORITY_LEVEL_4
=
4
,
NGAP_PRIORITY_LEVEL_5
=
5
,
NGAP_PRIORITY_LEVEL_6
=
6
,
NGAP_PRIORITY_LEVEL_7
=
7
,
NGAP_PRIORITY_LEVEL_8
=
8
,
NGAP_PRIORITY_LEVEL_9
=
9
,
NGAP_PRIORITY_LEVEL_10
=
10
,
NGAP_PRIORITY_LEVEL_11
=
11
,
NGAP_PRIORITY_LEVEL_12
=
12
,
NGAP_PRIORITY_LEVEL_13
=
13
,
NGAP_PRIORITY_LEVEL_LOWEST
=
14
,
NGAP_PRIORITY_LEVEL_NO_PRIORITY
=
15
}
ngap_priority_level_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