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
zzha zzha
OpenXG-RAN
Commits
9d263755
Commit
9d263755
authored
Oct 23, 2018
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add BS capability protobuf message in FlexRAN
parent
5e1f3441
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
openair2/ENB_APP/MESSAGES/V2/flexran.proto
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+13
-2
No files found.
openair2/ENB_APP/MESSAGES/V2/flexran.proto
View file @
9d263755
...
...
@@ -65,9 +65,21 @@ enum flexran_err {
//
// Maintenance and discovery messages
//
enum
flex_bs_capability
{
LOPHY
=
0
;
HIPHY
=
1
;
LOMAC
=
2
;
HIMAC
=
3
;
RLC
=
4
;
PDCP
=
5
;
SDAP
=
6
;
RRC
=
7
;
}
message
flex_hello
{
optional
flex_header
header
=
1
;
optional
flex_header
header
=
1
;
optional
uint64
bs_id
=
2
;
// Unique id to distinguish the eNB
repeated
flex_bs_capability
capabilities
=
3
;
}
message
flex_echo_request
{
...
...
@@ -132,7 +144,6 @@ message flex_enb_config_request {
message
flex_enb_config_reply
{
optional
flex_header
header
=
1
;
optional
uint64
eNB_id
=
2
;
// Unique id to distinguish the eNB
repeated
flex_cell_config
cell_config
=
3
;
optional
uint32
device_spec
=
4
;
}
...
...
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