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
2c72ce7a
Commit
2c72ce7a
authored
Jul 17, 2018
by
lfarizav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding template_1.xml to create a config generator
parent
599b6112
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
openair1/PHY/INIT/lte_init.c
openair1/PHY/INIT/lte_init.c
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/CONF/template_1.xml
targets/PROJECTS/GENERIC-LTE-EPC/CONF/template_1.xml
+12
-0
No files found.
openair1/PHY/INIT/lte_init.c
View file @
2c72ce7a
...
...
@@ -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
=
1
;
int
do_ofdm_mod
=
ue
->
do_ofdm_mod
=
0
;
if
(
do_ofdm_mod
==
0
)
{
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/template_1.xml
0 → 100644
View file @
2c72ce7a
<OAI_EMULATION>
<EMULATION_CONFIG>
<EMULATION_TIME_ms>
500
</EMULATION_TIME_ms>
<LOG>
<!-- set the global log level -->
<LEVEL>
debug
</LEVEL>
</LOG>
</EMULATION_CONFIG>
<PROFILE>
EMU-TEST
</PROFILE>
</OAI_EMULATION>
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