- Jun 14, 2018
-
-
Cédric Roux authored
Do not set 'bundling' for FDD, that breaks ULSCH decoding.
-
Cédric Roux authored
-
Haruki Naoi authored
-
- Jun 12, 2018
-
-
Cédric Roux authored
The monolithic eNodeB is not fully functional in FDD. The TDD mode has not been tested. Do not consider this commit as functional. Conflicts: cmake_targets/CMakeLists.txt cmake_targets/build_oai common/utils/itti/intertask_interface.c openair1/PHY/INIT/lte_init.c openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c openair1/PHY/LTE_TRANSPORT/dci_tools.c openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c openair1/PHY/LTE_TRANSPORT/transport_eNB.h openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h openair1/PHY/defs_eNB.h openair1/PHY/impl_defs_lte.h openair1/SCHED/fapi_l1.c openair1/SCHED/phy_procedures_lte_eNb.c openair1/SCHED/pusch_pc.c openair2/COMMON/platform_types.h openair2/COMMON/rrc_messages_types.h openair2/ENB_APP/enb_config.c openair2/ENB_APP/enb_paramdef.h openair2/LAYER2/MAC/config.c openair2/LAYER2/MAC/eNB_scheduler.c openair2/LAYER2/MAC/eNB_scheduler_RA.c openair2/LAYER2/MAC/eNB_scheduler_dlsch.c openair2/LAYER2/MAC/eNB_scheduler_primitives.c openair2/LAYER2/MAC/eNB_scheduler_ulsch.c openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c openair2/LAYER2/MAC/mac.h openair2/LAYER2/MAC/mac_proto.h openair2/LAYER2/MAC/pre_processor.c openair2/LAYER2/RLC/rlc.c openair2/LAYER2/RLC/rlc_rrc.c openair2/RRC/LITE/rrc_common.c openair2/RRC/LTE/L2_interface.c openair2/RRC/LTE/MESSAGES/asn1_msg.c openair2/RRC/LTE/rrc_eNB.c openair2/UTIL/LOG/log.h targets/COMMON/openairinterface5g_limits.h targets/RT/USER/lte-enb.c targets/RT/USER/lte-ru.c targets/RT/USER/lte-softmodem.c targets/RT/USER/lte-softmodem.h
-
- May 29, 2018
-
-
Cédric Roux authored
-
Haruki Naoi authored
# Conflicts: # common/utils/itti/intertask_interface.c # openair1/SCHED/phy_procedures_lte_eNb.c
-
Haruki Naoi authored
# Conflicts: # common/utils/itti/intertask_interface.c # openair1/SCHED/fapi_l1.c # openair1/SCHED/phy_procedures_lte_eNb.c
-
HARADA Masayuki authored
-
Haruki Naoi authored
This reverts commit c652a883.
-
HARADA Masayuki authored
# Conflicts: # openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
-
- May 28, 2018
-
-
knopp authored
moved sidlink L1 functions to LTE_UE_TRANSPORT, corrected issue related to "find_dlsch" which is needed to compile UE and creates problem for unitary simulations (moved to lte-ue.c application)
-
Cédric Roux authored
Summary of changes: - split UE and eNB directories - nFAPI L2 emulator - basic simulator - various bug fixes The nFAPI L2 emulator is not functional yet. Some code had to be removed because it made the monolithic eNB non functional. The unitary simulators (ulsim, dlsim) do not compile anymore. This will be fixed later.
-
Cédric Roux authored
Remove warnings found while running: ./build_oai --UE -c -w USRP And: ./build_oai --basic-simulator -c
-
- May 24, 2018
-
-
Cédric Roux authored
Remove warnings popping up on: ./build_oai --eNB -w USRP Maybe not always the best solution.
-
Haruki Naoi authored
-
Haruki Naoi authored
-
Haruki Naoi authored
This reverts commit 24c669f3.
-
HARADA Masayuki authored
-
Wu Jing authored
-
HARADA Masayuki authored
-
HARADA Masayuki authored
-
- May 22, 2018
-
-
Wu Jing authored
-
- May 21, 2018
-
-
jftt_wangshanshan authored
-
- May 18, 2018
-
-
HARADA Masayuki authored
-
Haruki Naoi authored
-
- May 17, 2018
-
-
HARADA Masayuki authored
-
HARADA Masayuki authored
-
HARADA Masayuki authored
-
- May 15, 2018
-
-
Cédric Roux authored
MAX_MOBILES_PER_ENB cannot be used to compile ue_ip because it is defined in platform_constants.h and this cannot be included to compile a kernel module. Let's use NUMBER_OF_UE_MAX as it was before instead.
-
Cédric Roux authored
Merge remote-tracking branch 'origin/feature-better-sw-configuration-between-various-version' into develop_integration_2018_w19 Conflicts: cmake_targets/CMakeLists.txt openair1/PHY/LTE_TRANSPORT/prach.c openair1/PHY/LTE_TRANSPORT/print_stats.c openair1/PHY/LTE_TRANSPORT/transport_eNB.h openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h openair1/PHY/defs_eNB.h openair1/PHY/impl_defs_lte.h openair1/SCHED/sched_common.h openair1/SCHED_UE/phy_procedures_lte_ue.c openair2/LAYER2/MAC/mac.h openair2/LAYER2/PDCP_v10.1.0/pdcp.c openair2/LAYER2/PDCP_v10.1.0/pdcp.h openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c openair2/LAYER2/RLC/rlc.c openair2/PHY_INTERFACE/defs.h openair2/RRC/LTE/MESSAGES/asn1_msg.c openair2/RRC/LTE/MESSAGES/asn1_msg.h openair2/RRC/LTE/rrc_UE.c openair2/RRC/LTE/rrc_eNB.c targets/SIMU/USER/oaisim_functions.c
-
Cédric Roux authored
Merge remote-tracking branch 'origin/feature-ubuntu-18.04-build-usrp' into develop_integration_2018_w19
-
Cédric Roux authored
-
Cédric Roux authored
Merge remote-tracking branch 'origin/bugfix-add-error-indication-handling' into develop_integration_2018_w19
-
Cédric Roux authored
-
HARADA Masayuki authored
-
Cédric Roux authored
The new 'basic simulator' is now functional. A proper solution is needed to deal with SIB18/19/21 for the D2D functionality.
-
Cédric Roux authored
-
HARADA Masayuki authored
-
Cédric Roux authored
This is a quick and dirty solution, something better is needed.
-