Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Worker.N
openairinterface5G
Commits
9d263755
Commit
9d263755
authored
6 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Add BS capability protobuf message in FlexRAN
parent
5e1f3441
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+13
-2
13 additions, 2 deletions
openair2/ENB_APP/MESSAGES/V2/flexran.proto
with
13 additions
and
2 deletions
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+
13
−
2
View file @
9d263755
...
@@ -65,9 +65,21 @@ enum flexran_err {
...
@@ -65,9 +65,21 @@ enum flexran_err {
//
//
// Maintenance and discovery messages
// 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
{
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
{
message
flex_echo_request
{
...
@@ -132,7 +144,6 @@ message flex_enb_config_request {
...
@@ -132,7 +144,6 @@ message flex_enb_config_request {
message
flex_enb_config_reply
{
message
flex_enb_config_reply
{
optional
flex_header
header
=
1
;
optional
flex_header
header
=
1
;
optional
uint64
eNB_id
=
2
;
// Unique id to distinguish the eNB
repeated
flex_cell_config
cell_config
=
3
;
repeated
flex_cell_config
cell_config
=
3
;
optional
uint32
device_spec
=
4
;
optional
uint32
device_spec
=
4
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment