Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
59ba6f9e
Commit
59ba6f9e
authored
Apr 20, 2016
by
Xenofon Foukas
Browse files
Made config changes for remote scheduler and eNB
parent
bcea7d59
Changes
3
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/MAC/eNB_agent_scheduler_dlsch_ue_remote.h
View file @
59ba6f9e
...
...
@@ -51,7 +51,7 @@
// Maximum value of schedule ahead of time
// Required to identify if a dl_command is for the future or not
#define SCHED_AHEAD_SUBFRAMES
1
0
#define SCHED_AHEAD_SUBFRAMES
2
0
typedef
struct
dl_mac_config_element_s
{
Protocol__ProgranMessage
*
dl_info
;
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band5.agent.usrpb210.epc.remote.conf
View file @
59ba6f9e
...
...
@@ -30,7 +30,7 @@ eNBs =
downlink_frequency
=
879000000
L
;
uplink_frequency_offset
= -
45000000
;
Nid_cell
=
0
;
N_RB_DL
=
5
0
;
N_RB_DL
=
2
5
;
Nid_cell_mbsfn
=
0
;
nb_antennas_tx
=
1
;
nb_antennas_rx
=
1
;
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.agent.usrpb210.epc.remote.conf
View file @
59ba6f9e
...
...
@@ -129,24 +129,24 @@ eNBs =
};
//////////
MME
parameters
:
mme_ip_address
= ( {
ipv4
=
"192.168.100.10
3
"
;
mme_ip_address
= ( {
ipv4
=
"192.168.100.10
2
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;});
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"eth
0
:1"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.100.10
2
/24"
;
ENB_INTERFACE_NAME_FOR_S1_MME
=
"eth
2
:1"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.100.10
3
/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"eth
0
:1"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.100.10
2
/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"eth
2
:1"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.100.10
3
/24"
;
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
NETWORK_CONTROLLER
:
{
ENB_AGENT_INTERFACE_NAME
=
"eth
1
"
;
ENB_AGENT_INTERFACE_NAME
=
"eth
0
"
;
ENB_AGENT_IPV4_ADDRESS
=
"10.0.0.5/30"
;
ENB_AGENT_PORT
=
2210
;
ENB_AGENT_CACHE
=
"/mnt/oai_agent_cache"
;
...
...
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