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
lizhongxiao
OpenXG-RAN
Commits
3f61f27b
Commit
3f61f27b
authored
Feb 02, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix-rftest-compilation' into integration_2023_w05
parents
ca3dc63a
c952feff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
CMakeLists.txt
CMakeLists.txt
+2
-1
openair1/PHY/TOOLS/calibration_test.c
openair1/PHY/TOOLS/calibration_test.c
+5
-1
No files found.
CMakeLists.txt
View file @
3f61f27b
...
...
@@ -2465,7 +2465,8 @@ add_executable(rftest
${
OPENAIR_DIR
}
/executables/softmodem-common.c
${
SHLIB_LOADER_SOURCES
}
)
target_link_libraries
(
rftest minimal_lib CONFIG_LIB PHY_NR_COMMON UTIL pthread dl m forms
${
T_LIB
}
)
target_link_libraries
(
rftest PRIVATE minimal_lib CONFIG_LIB PHY_NR_COMMON UTIL pthread dl m forms
${
T_LIB
}
)
target_link_libraries
(
rftest PRIVATE asn1_lte_rrc asn1_nr_rrc
)
add_executable
(
polartest
${
OPENAIR1_DIR
}
/PHY/CODING/TESTBENCH/polartest.c
...
...
openair1/PHY/TOOLS/calibration_test.c
View file @
3f61f27b
...
...
@@ -3,9 +3,10 @@
#include <radio/COMMON/common_lib.h>
#include <executables/softmodem-common.h>
#include <openair1/PHY/TOOLS/calibration_scope.h>
#include "nfapi/oai_integration/vendor_ext.h"
volatile
int
oai_exit
=
false
;
int
oai_exit
=
false
;
unsigned
int
mmapped_dma
=
0
;
int
single_thread_flag
;
uint32_t
timing_advance
;
...
...
@@ -21,6 +22,9 @@ uint64_t dlsch_slot_bitmap = (1<<1);
uint64_t
ulsch_slot_bitmap
=
(
1
<<
8
);
uint32_t
target_ul_bw
=
50
;
uint32_t
target_dl_bw
=
50
;
uint32_t
target_dl_Nl
;
uint32_t
target_ul_Nl
;
char
*
uecap_file
;
#include <executables/nr-softmodem.h>
int
read_recplayconfig
(
recplay_conf_t
**
recplay_conf
,
recplay_state_t
**
recplay_state
)
{
return
0
;}
...
...
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