integration fixes
- rename UE_NO_LOG to DISABLE_LOG_X because the name is misleading. The full software is impacted, not only the UE part - same for compilation option ---ue-no-log that becomes --disable-log - keep LOG_X for the standard case, that is the case without DISABLE_LOG_X where printf has been put. Two reasons: * printf is not realtime friendly * keep behavior similar for other users who may be troubled by different logs that don't add any benefit to previous logs
Showing
- cmake_targets/CMakeLists.txt 1 addition, 1 deletioncmake_targets/CMakeLists.txt
- cmake_targets/build_oai 8 additions, 8 deletionscmake_targets/build_oai
- openair1/PHY/INIT/lte_parms.c 4 additions, 0 deletionsopenair1/PHY/INIT/lte_parms.c
- openair1/PHY/LTE_TRANSPORT/initial_sync.c 40 additions, 1 deletionopenair1/PHY/LTE_TRANSPORT/initial_sync.c
- openair1/SCHED/phy_procedures_lte_ue.c 36 additions, 0 deletionsopenair1/SCHED/phy_procedures_lte_ue.c
- openair2/UTIL/LOG/log.h 7 additions, 3 deletionsopenair2/UTIL/LOG/log.h
- targets/RT/USER/lte-ue.c 12 additions, 0 deletionstargets/RT/USER/lte-ue.c
Loading
Please register or sign in to comment