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
wangjie
OpenXG-RAN
Commits
d3a7fd9b
Commit
d3a7fd9b
authored
Nov 13, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6008
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
a01c5805
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
92 deletions
+84
-92
targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT_ENB.VM_MME.VM_HSS/enb.calisson.conf
...NERIC-LTE-EPC/CONF/RT_ENB.VM_MME.VM_HSS/enb.calisson.conf
+84
-92
No files found.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/RT_ENB.VM_MME.VM_HSS/enb.calisson.conf
View file @
d3a7fd9b
...
...
@@ -8,8 +8,8 @@ eNBs =
(
{
//////////
Identification
parameters
:
# real_time choice in {
hard, rt-preempt, no
}
real_time
=
"
rt-preempt
"
;
# real_time choice in {
rtai, linux-kernel, emulation
}
real_time
=
"
linux-kernel
"
;
eNB_ID
=
0
xe00
;
cell_type
=
"CELL_MACRO_ENB"
;
eNB_name
=
"eNB_Eurecom_0"
;
...
...
@@ -18,17 +18,8 @@ eNBs =
mobile_country_code
=
"208"
;
mobile_network_code
=
"92"
;
//////////
Channel
parameters
:
//
Default
Paging
DRX
of
the
eNB
as
defined
in
TS
36
.
304
default_paging_drx
=
"PAGING_DRX_256"
;
//////////
Physical
parameters
:
frame_type
=
"FDD"
;
prefix_type
=
"NORMAL"
;
eutra_band
=
7
;
downlink_frequency
=
2680000000
L
;
uplink_frequency_offset
= -
120000000
;
component_carriers
= (
{
frame_type
=
"FDD"
;
...
...
@@ -36,14 +27,15 @@ eNBs =
tdd_config_s
=
0
;
prefix_type
=
"NORMAL"
;
eutra_band
=
7
;
downlink_frequency
=
268
0000000
L
;
downlink_frequency
=
266
0000000
L
;
uplink_frequency_offset
= -
120000000
;
Nid_cell
=
0
;
N_RB_DL
=
25
;
Nid_cell_mbsfn
=
0
;
nb_antennas_tx
=
1
;
nb_antennas_rx
=
1
;
tx_gain
=
20
;
rx_gain
=
20
;
prach_root
=
22
;
prach_config_index
=
3
;
prach_high_speed
=
"DISABLE"
;
...
...
@@ -69,7 +61,7 @@ eNBs =
/*
srs_BandwidthConfig
=;
srs_SubframeConfig
=;
srs_ackNackST
=;
srs_MaxUpPts
=;*/
srs_MaxUpPts
=; */
pusch_p0_Nominal
= -
95
;
pusch_alpha
=
"AL08"
;
...
...
@@ -89,7 +81,7 @@ eNBs =
rach_messagePowerOffsetGroupB
= ;
*/
rach_powerRampingStep
=
2
;
rach_preambleInitialReceivedTargetPower
= -
104
;
rach_preambleInitialReceivedTargetPower
= -
104
;
rach_preambleTransMax
=
6
;
rach_raResponseWindowSize
=
10
;
rach_macContentionResolutionTimer
=
48
;
...
...
@@ -108,9 +100,8 @@ eNBs =
);
#mme_ip_address = ( { ipv4 = "192.168.13.175"; # 175 for MME CENTOS 178 FOR MME EURECOM
mme_ip_address
= ( {
ipv4
=
"1
92.168.13.178
"
;
mme_ip_address
= ( {
ipv4
=
"1
27.0.0.1
"
;
ipv6
=
"2192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
@@ -119,24 +110,25 @@ eNBs =
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
eth1
"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
92.168.13.82
/24"
;
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
lo
"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"1
27.0.0.1
/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"eth1"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.13.82/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"lo"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"127.0.0.1/24"
;
ENB_PORT_FOR_S1U
=
2252
;
# Spec 2152
};
# available options for level: error, warn, notice, info, debug, trace
# available options for verbosity: none, low, medium, high, full
log_config
:
{
global_log_level
=
"
debug
"
;
global_log_level
=
"
info
"
;
global_log_verbosity
=
"medium"
;
hw_log_level
=
"
debug
"
;
hw_log_level
=
"
info
"
;
hw_log_verbosity
=
"medium"
;
phy_log_level
=
"info"
;
phy_log_verbosity
=
"medium"
;
mac_log_level
=
"
debug
"
;
mac_log_level
=
"
info
"
;
mac_log_verbosity
=
"high"
;
rlc_log_level
=
"info"
;
rlc_log_verbosity
=
"medium"
;
...
...
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