Commit 6befa8ad authored by wujing's avatar wujing

remove ran_build

parent c10cf8e4
...@@ -766,9 +766,9 @@ void processSlotRX(void *arg) { ...@@ -766,9 +766,9 @@ void processSlotRX(void *arg) {
nr_rxtx_thread_data_t *rxtxD = (nr_rxtx_thread_data_t *) arg; nr_rxtx_thread_data_t *rxtxD = (nr_rxtx_thread_data_t *) arg;
UE_nr_rxtx_proc_t *proc = &rxtxD->proc; UE_nr_rxtx_proc_t *proc = &rxtxD->proc;
struct timespec time_now; // struct timespec time_now;
clock_gettime( CLOCK_REALTIME, &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); // 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__) #if defined(__arm__) || defined(__aarch64__)
sym_proc = rxtxD->proc; sym_proc = rxtxD->proc;
......
/home/otest/work_jftt/ding/ran/src/targets/bin/liboai_yunsdrdevif.so.Rel15
\ No newline at end of file
/home/otest/work_jftt/ding/ran/src/targets/bin/liboai_eth_transpro.so.Rel15
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment