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
常顺宇
OpenXG-RAN
Commits
82c3f06d
Commit
82c3f06d
authored
Aug 24, 2018
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dlsim tests failures in CI ( log level improperly set due to log modifications)
parent
51c86dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair1/SIMULATION/LTE_PHY/dlsim.c
openair1/SIMULATION/LTE_PHY/dlsim.c
+3
-3
No files found.
openair1/SIMULATION/LTE_PHY/dlsim.c
View file @
82c3f06d
...
@@ -523,7 +523,7 @@ int main(int argc, char **argv)
...
@@ -523,7 +523,7 @@ int main(int argc, char **argv)
int
c
;
int
c
;
int
k
,
i
,
j
,
aa
;
int
k
,
i
,
j
,
aa
;
int
re
;
int
re
;
int
loglvl
=
OAILOG_DEBUG
;
int
s
,
Kr
,
Kr_bytes
;
int
s
,
Kr
,
Kr_bytes
;
...
@@ -1001,7 +1001,7 @@ int main(int argc, char **argv)
...
@@ -1001,7 +1001,7 @@ int main(int argc, char **argv)
break
;
break
;
case
'L'
:
case
'L'
:
set_glog
(
atoi
(
optarg
)
);
loglvl
=
atoi
(
optarg
);
break
;
break
;
case
'h'
:
case
'h'
:
...
@@ -1049,7 +1049,7 @@ int main(int argc, char **argv)
...
@@ -1049,7 +1049,7 @@ int main(int argc, char **argv)
"cannot load configuration module, exiting
\n
"
);
"cannot load configuration module, exiting
\n
"
);
logInit
();
logInit
();
// enable these lines if you need debug info
// enable these lines if you need debug info
set_glog
(
LOG_DEBUG
);
set_glog
(
loglvl
);
// moreover you need to init itti with the following line
// moreover you need to init itti with the following line
// however itti will catch all signals, so ctrl-c won't work anymore
// however itti will catch all signals, so ctrl-c won't work anymore
// alternatively you can disable ITTI completely in CMakeLists.txt
// alternatively you can disable ITTI completely in CMakeLists.txt
...
...
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