Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
6befa8ad
Commit
6befa8ad
authored
3 years ago
by
wujing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ran_build
parent
c10cf8e4
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
5 deletions
+3
-5
src/executables/nr-ue.c
src/executables/nr-ue.c
+3
-3
src/targets/bin/libcoding.so
src/targets/bin/libcoding.so
+0
-0
src/targets/bin/liboai_device.so
src/targets/bin/liboai_device.so
+0
-1
src/targets/bin/liboai_eth_transpro.so.Rel15
src/targets/bin/liboai_eth_transpro.so.Rel15
+0
-0
src/targets/bin/liboai_transpro.so
src/targets/bin/liboai_transpro.so
+0
-1
src/targets/bin/liboai_yunsdrdevif.so.Rel15
src/targets/bin/liboai_yunsdrdevif.so.Rel15
+0
-0
src/targets/bin/libparams_libconfig.so
src/targets/bin/libparams_libconfig.so
+0
-0
src/targets/bin/librfsimulator.so.Rel15
src/targets/bin/librfsimulator.so.Rel15
+0
-0
src/targets/bin/libtcp_bridge_oai.so.Rel15
src/targets/bin/libtcp_bridge_oai.so.Rel15
+0
-0
No files found.
src/executables/nr-ue.c
View file @
6befa8ad
...
...
@@ -766,9 +766,9 @@ void processSlotRX(void *arg) {
nr_rxtx_thread_data_t
*
rxtxD
=
(
nr_rxtx_thread_data_t
*
)
arg
;
UE_nr_rxtx_proc_t
*
proc
=
&
rxtxD
->
proc
;
struct
timespec
time_now
;
clock_gettime
(
CLOCK_REALTIME
,
&
time_now
);
LOG_E
(
PHY
,
"processSlotRX frame %d slot %d : time %ld %ld
\n
"
,
proc
->
frame_rx
,
proc
->
nr_slot_rx
,
time_now
.
tv_sec
,
time_now
.
tv_nsec
);
//
struct timespec time_now;
//
clock_gettime( CLOCK_REALTIME, &time_now );
// LOG_D
(PHY,"processSlotRX frame %d slot %d : time %ld %ld\n",proc->frame_rx, proc->nr_slot_rx,time_now.tv_sec, time_now.tv_nsec);
#if defined(__arm__) || defined(__aarch64__)
sym_proc
=
rxtxD
->
proc
;
...
...
This diff is collapsed.
Click to expand it.
src/targets/bin/libcoding.so
deleted
100755 → 0
View file @
c10cf8e4
File deleted
This diff is collapsed.
Click to expand it.
src/targets/bin/liboai_device.so
deleted
120000 → 0
View file @
c10cf8e4
/home/otest/work_jftt/ding/ran/src/targets/bin/liboai_yunsdrdevif.so.Rel15
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/targets/bin/liboai_eth_transpro.so.Rel15
deleted
100755 → 0
View file @
c10cf8e4
File deleted
This diff is collapsed.
Click to expand it.
src/targets/bin/liboai_transpro.so
deleted
120000 → 0
View file @
c10cf8e4
/home/otest/work_jftt/ding/ran/src/targets/bin/liboai_eth_transpro.so.Rel15
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/targets/bin/liboai_yunsdrdevif.so.Rel15
deleted
100755 → 0
View file @
c10cf8e4
File deleted
This diff is collapsed.
Click to expand it.
src/targets/bin/libparams_libconfig.so
deleted
100755 → 0
View file @
c10cf8e4
File deleted
This diff is collapsed.
Click to expand it.
src/targets/bin/librfsimulator.so.Rel15
deleted
100755 → 0
View file @
c10cf8e4
File deleted
This diff is collapsed.
Click to expand it.
src/targets/bin/libtcp_bridge_oai.so.Rel15
deleted
100755 → 0
View file @
c10cf8e4
File deleted
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