Commit 5ac19c1b authored by matzakos's avatar matzakos

Continue unfinished merge with develop branch

parent cdc86218
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*where the conflicts are not resolved completely yet * *where the conflicts are not resolved completely yet *
******************************************************************************************************* *******************************************************************************************************
cmake_targets/CMakeLists.txt (complicated and pending) cmake_targets/CMakeLists.txt (complicated)
common/config/config_cmdline.c (Done but not sure) common/config/config_cmdline.c (Done but not sure)
common/config/config_userapi.c common/config/config_userapi.c
d2d_emulator_setup.txt d2d_emulator_setup.txt
...@@ -134,6 +134,8 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring ...@@ -134,6 +134,8 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring
and then later: and then later:
UE->proc.proc_rxtx[i].instance_cnt_rxtx = -1;) UE->proc.proc_rxtx[i].instance_cnt_rxtx = -1;)
targets/RT/USER/lte-uesoftmodem.c (Complicated in main())
******************************************************************************************************* *******************************************************************************************************
*Below is the pending list of files with conflicts that remain to be resolved * *Below is the pending list of files with conflicts that remain to be resolved *
...@@ -143,16 +145,11 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring ...@@ -143,16 +145,11 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring
deleted by them: openair1/SCHED/pusch_pc.c deleted by them: openair1/SCHED/pusch_pc.c
deleted by them: openair2/UTIL/LOG/log.c deleted by them: openair2/UTIL/LOG/log.c
deleted by them: openair2/UTIL/LOG/log.h deleted by them: openair2/UTIL/LOG/log.h
deleted by them: targets/RT/USER/lte-ran.c deleted by them: targets/RT/USER/lte-ran.c
both modified: targets/RT/USER/lte-uesoftmodem.c (PENDING up to line 1022)
deleted by them: targets/SIMU/USER/channel_sim.c (Shouldn't remove that) deleted by them: targets/SIMU/USER/channel_sim.c (Shouldn't remove that)
******************************************************************************************************* *******************************************************************************************************
*Below is the initial list of files with conflicts right after the merge * *Below is the initial list of files with conflicts right after the merge *
******************************************************************************************************* *******************************************************************************************************
...@@ -246,8 +243,8 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring ...@@ -246,8 +243,8 @@ targets/RT/USER/lte-ue.c (In UE_thread_synch() the following part referring
both modified: targets/RT/USER/lte-ru.c both modified: targets/RT/USER/lte-ru.c
both modified: targets/RT/USER/lte-softmodem.c both modified: targets/RT/USER/lte-softmodem.c
both modified: targets/RT/USER/lte-softmodem.h both modified: targets/RT/USER/lte-softmodem.h
both modified: targets/RT/USER/lte-ue.c #Conflicts solved up to here both modified: targets/RT/USER/lte-ue.c
both modified: targets/RT/USER/lte-uesoftmodem.c both modified: targets/RT/USER/lte-uesoftmodem.c #Conflicts solved up to here
deleted by them: targets/SIMU/USER/channel_sim.c (Shouldn't remove that) deleted by them: targets/SIMU/USER/channel_sim.c (Shouldn't remove that)
Changes not staged for commit: Changes not staged for commit:
......
This diff is collapsed.
This diff is collapsed.
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