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
promise
OpenXG-RAN
Commits
1c5a4eb6
Commit
1c5a4eb6
authored
Aug 10, 2020
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FlexRAN: add control app delegation type in protobuf
parent
61344db9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
openair2/ENB_APP/MESSAGES/V2/control_delegation.proto
openair2/ENB_APP/MESSAGES/V2/control_delegation.proto
+1
-0
openair2/ENB_APP/MESSAGES/V2/flexran.proto
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+1
-1
No files found.
openair2/ENB_APP/MESSAGES/V2/control_delegation.proto
View file @
1c5a4eb6
...
...
@@ -3,4 +3,5 @@ package protocol;
enum
flex_control_delegation_type
{
FLCDT_MAC_DL_UE_SCHEDULER
=
1
;
// DL UE scheduler delegation
FLCDT_AGENT_CONTROL_APP
=
2
;
// Generic control application
}
openair2/ENB_APP/MESSAGES/V2/flexran.proto
View file @
1c5a4eb6
...
...
@@ -225,7 +225,7 @@ message flex_ue_state_change {
message
flex_control_delegation
{
optional
flex_header
header
=
1
;
optional
uint32
delegation_type
=
2
;
// Bitmap of FLCDT_* flags
optional
flex_control_delegation_type
delegation_type
=
2
;
// The delegated object type, decides about further processing
optional
bytes
payload
=
3
;
// Byte array of shared lib containing the delegated functions
optional
string
name
=
4
;
// The delegated functions names ordered based on bitmap flags
}
...
...
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