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
alex037yang
OpenXG-RAN
Commits
54c99719
Commit
54c99719
authored
8 years ago
by
Xiwen JIANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EXMIMO card not reset after stop in calib scenario
parent
204390b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
targets/ARCH/EXMIMO/USERSPACE/LIB/openair0_lib.c
targets/ARCH/EXMIMO/USERSPACE/LIB/openair0_lib.c
+8
-2
No files found.
targets/ARCH/EXMIMO/USERSPACE/LIB/openair0_lib.c
View file @
54c99719
...
...
@@ -653,7 +653,10 @@ void trx_exmimo_end(openair0_device *device) {
exmimo_state_t
*
exm
=
device
->
priv
;
exm
->
daq_state
=
idle
;
openair0_stop
(
0
);
if
(
device
->
openair0_cfg
[
0
].
tdd_recip_calib
==
1
)
openair0_stop_without_reset
(
0
);
else
openair0_stop
(
0
);
}
...
...
@@ -675,7 +678,10 @@ int trx_exmimo_stop(openair0_device* device) {
printf
(
"Stopping ...
\n
"
);
exm
->
daq_state
=
idle
;
openair0_stop
(
0
);
if
(
device
->
openair0_cfg
[
0
].
tdd_recip_calib
==
1
)
openair0_stop_without_reset
(
0
);
else
openair0_stop
(
0
);
return
(
0
);
...
...
This diff is collapsed.
Click to expand it.
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