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
ZhouShuya
OpenXG-RAN
Commits
44fdb23f
Commit
44fdb23f
authored
Mar 24, 2019
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FlexRAN: fix RRC protobuf definition
parent
6a581d90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
openair2/ENB_APP/MESSAGES/V2/stats_common.proto
openair2/ENB_APP/MESSAGES/V2/stats_common.proto
+4
-11
No files found.
openair2/ENB_APP/MESSAGES/V2/stats_common.proto
View file @
44fdb23f
syntax
=
"proto2"
;
package
protocol
;
import
"config_common.proto"
;
// for flex_plmn
//
// UE related statistics
//
...
...
@@ -218,25 +220,16 @@ message flex_eutra_cgi_measurements {
// Tracking area code of the neighbor cell.
optional
uint32
tracking_area_code
=
2
;
// Public land mobile network identifiers of neighbor cell.
repeated
flex_plmn
_identity
plmn_id
=
3
;
repeated
flex_plmn
plmn
=
3
;
}
message
flex_cell_global_eutra_id
{
// Public land mobile network identifier of neighbor cell.
optional
flex_plmn
_identity
plmn_id
=
1
;
optional
flex_plmn
plmn
=
1
;
// Cell identifier of neighbor cell.
optional
uint32
cell_id
=
2
;
}
message
flex_plmn_identity
{
// Mobile Network Code (MNC).
repeated
uint32
mnc
=
1
;
// Mobile Country Code (MCC).
repeated
uint32
mcc
=
2
;
// tracking area code
repeated
uint32
tac
=
3
;
}
message
flex_eutra_ref_signal_meas
{
// Neighboring Cell RSRP
optional
int32
rsrp
=
1
;
...
...
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