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
626e627f
Commit
626e627f
authored
Jul 21, 2018
by
lfarizav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating usim values
parent
500f61a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+1
-1
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
+2
-2
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
...ENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
+3
-3
No files found.
openair1/PHY/INIT/lte_init.c
View file @
626e627f
...
...
@@ -1116,7 +1116,7 @@ int phy_init_lte_ue(PHY_VARS_UE *ue,
AssertFatal
(
ue
->
n_connected_eNB
<=
NUMBER_OF_CONNECTED_eNB_MAX
,
"n_connected_eNB is too large"
);
// do_ofdm_mod for frequency analysis
int
do_ofdm_mod
=
ue
->
do_ofdm_mod
=
0
;
int
do_ofdm_mod
=
ue
->
do_ofdm_mod
=
1
;
if
(
do_ofdm_mod
==
0
)
{
...
...
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
View file @
626e627f
...
...
@@ -79,7 +79,7 @@ PLMN: {
UE0
:
{
USER
: {
IMEI
=
"35
6113022094149
"
;
IMEI
=
"35
5251051577260
"
;
MANUFACTURER
=
"EURECOM"
;
MODEL
=
"LTE Android PC"
;
PIN
=
"0000"
;
...
...
@@ -115,7 +115,7 @@ UE0:
UE1
:
{
USER
: {
IMEI
=
"35
6113022094149
"
;
IMEI
=
"35
5089083845804
"
;
MANUFACTURER
=
"EURECOM"
;
MODEL
=
"LTE Android PC"
;
PIN
=
"0000"
;
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
View file @
626e627f
...
...
@@ -149,16 +149,16 @@ eNBs =
NETWORK_INTERFACES
:
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
lo
"
;
ENB_INTERFACE_NAME_FOR_S1_MME
=
"
eno2
"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"192.168.12.170/24"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
lo
"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"
eno2
"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"192.168.12.170/24"
;
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
};
rrh_gw_config
= (
{
local_if_name
=
"
lo
"
;
local_if_name
=
"
eno2
"
;
remote_address
=
"192.168.12.171"
;
local_address
=
"192.168.12.170"
;
local_port
=
50000
;
#for raw option local port must be the same to remote
...
...
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