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
canghaiwuhen
OpenXG-RAN
Commits
b8695319
Commit
b8695319
authored
Dec 20, 2019
by
heshanyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge measurement_parameters config source from branch feature_Malaysia
parent
304bf7b7
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
384 additions
and
81 deletions
+384
-81
openair2/COMMON/x2ap_messages_types.h
openair2/COMMON/x2ap_messages_types.h
+1
-1
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+156
-0
openair2/ENB_APP/enb_paramdef.h
openair2/ENB_APP/enb_paramdef.h
+124
-0
openair2/RRC/LTE/rrc_defs.h
openair2/RRC/LTE/rrc_defs.h
+22
-2
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+81
-78
No files found.
openair2/COMMON/x2ap_messages_types.h
View file @
b8695319
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#define X2AP_HANDOVER_CANCEL(mSGpTR) (mSGpTR)->ittiMsg.x2ap_handover_cancel
#define X2AP_HANDOVER_CANCEL(mSGpTR) (mSGpTR)->ittiMsg.x2ap_handover_cancel
#define X2AP_MAX_NB_ENB_IP_ADDRESS
2
#define X2AP_MAX_NB_ENB_IP_ADDRESS
6
// eNB application layer -> X2AP messages
// eNB application layer -> X2AP messages
...
...
openair2/ENB_APP/enb_config.c
View file @
b8695319
This diff is collapsed.
Click to expand it.
openair2/ENB_APP/enb_paramdef.h
View file @
b8695319
This diff is collapsed.
Click to expand it.
openair2/RRC/LTE/rrc_defs.h
View file @
b8695319
...
@@ -816,7 +816,27 @@ typedef struct {
...
@@ -816,7 +816,27 @@ typedef struct {
uint32_t
sizeof_paging
[
MAX_MOBILES_PER_ENB
];
uint32_t
sizeof_paging
[
MAX_MOBILES_PER_ENB
];
}
rrc_eNB_carrier_data_t
;
}
rrc_eNB_carrier_data_t
;
typedef
struct
measurement_event_info_s
{
char
*
threshold_select
;
uint8_t
threshold_RSRP
;
uint8_t
threshold_RSRQ
;
uint8_t
maxReportCells
;
uint8_t
reportInterval
;
uint8_t
a3_Offset
;
uint8_t
hysteresis
;
uint8_t
timeToTrigger
;
}
measurement_event_info_t
;
typedef
struct
rrc_eNB_measurement_data_s
{
uint8_t
allowedMeasBandwidth
;
measurement_event_info_t
event1_config
;
measurement_event_info_t
event2_config
;
measurement_event_info_t
event3_config
;
measurement_event_info_t
event4_config
;
measurement_event_info_t
event5_config
;
measurement_event_info_t
event6_config
;
}
rrc_eNB_measurement_data_t
;
typedef
struct
eNB_RRC_INST_s
{
typedef
struct
eNB_RRC_INST_s
{
/// southbound midhaul configuration
/// southbound midhaul configuration
ngran_node_t
node_type
;
ngran_node_t
node_type
;
...
@@ -868,7 +888,7 @@ typedef struct eNB_RRC_INST_s {
...
@@ -868,7 +888,7 @@ typedef struct eNB_RRC_INST_s {
pthread_mutex_t
cell_info_mutex
;
pthread_mutex_t
cell_info_mutex
;
uint16_t
sctp_in_streams
;
uint16_t
sctp_in_streams
;
uint16_t
sctp_out_streams
;
uint16_t
sctp_out_streams
;
rrc_eNB_measurement_data_t
measurement
;
}
eNB_RRC_INST
;
}
eNB_RRC_INST
;
#define MAX_UE_CAPABILITY_SIZE 255
#define MAX_UE_CAPABILITY_SIZE 255
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
b8695319
This diff is collapsed.
Click to expand it.
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