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
alex037yang
OpenXG-RAN
Commits
5e1f3441
Commit
5e1f3441
authored
Oct 23, 2018
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Disconnect protobuf message description in FlexRAN
parent
0a4ffade
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
openair2/ENB_APP/MESSAGES/V2/flexran.proto
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+4
-1
openair2/ENB_APP/MESSAGES/V2/header.proto
openair2/ENB_APP/MESSAGES/V2/header.proto
+1
-0
No files found.
openair2/ENB_APP/MESSAGES/V2/flexran.proto
View file @
5e1f3441
...
...
@@ -31,6 +31,7 @@ message flexran_message {
flex_agent_reconfiguration
agent_reconfiguration_msg
=
17
;
flex_rrc_triggering
rrc_triggering
=
18
;
flex_ul_mac_config
ul_mac_config_msg
=
19
;
flex_disconnect
disconnect_msg
=
20
;
}
}
...
...
@@ -223,4 +224,6 @@ message flex_echo_reply_latency {
}
}
message
flex_disconnect
{
optional
flex_header
header
=
1
;
}
openair2/ENB_APP/MESSAGES/V2/header.proto
View file @
5e1f3441
...
...
@@ -12,6 +12,7 @@ enum flex_type {
FLPT_HELLO
=
0
;
FLPT_ECHO_REQUEST
=
1
;
FLPT_ECHO_REPLY
=
2
;
FLPT_DISCONNECT
=
20
;
// Statistics and measurement messages
FLPT_STATS_REQUEST
=
3
;
...
...
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