1. 16 May, 2018 4 commits
  2. 15 May, 2018 1 commit
  3. 13 May, 2018 1 commit
  4. 09 May, 2018 7 commits
  5. 08 May, 2018 5 commits
  6. 06 May, 2018 1 commit
  7. 05 May, 2018 1 commit
  8. 25 Apr, 2018 1 commit
  9. 20 Apr, 2018 2 commits
  10. 19 Apr, 2018 1 commit
  11. 25 Mar, 2018 1 commit
  12. 22 Mar, 2018 1 commit
    • Raymond Knopp's avatar
      Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into l1-sidelink · 7cdabedc
      Raymond Knopp authored
      Conflicts:
      	cmake_targets/CMakeLists.txt
      	cmake_targets/build_oai
      	common/config/config_cmdline.c
      	open-nfapi.oai.patch
      	openair1/PHY/INIT/lte_init.c
      	openair1/PHY/LTE_TRANSPORT/dci.c
      	openair1/PHY/LTE_TRANSPORT/dci_tools.c
      	openair1/PHY/LTE_TRANSPORT/drs_modulation.c
      	openair1/SCHED/fapi_l1.c
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	openair1/SCHED/ru_procedures.c
      	openair2/ENB_APP/enb_app.c
      	openair2/ENB_APP/enb_config.c
      	openair2/ENB_APP/enb_paramdef.h
      	openair2/ENB_APP/flexran_agent_common.c
      	openair2/LAYER2/MAC/config.c
      	openair2/LAYER2/MAC/defs.h
      	openair2/LAYER2/MAC/eNB_scheduler.c
      	openair2/LAYER2/MAC/eNB_scheduler_RA.c
      	openair2/LAYER2/MAC/eNB_scheduler_bch.c
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	openair2/LAYER2/MAC/eNB_scheduler_mch.c
      	openair2/LAYER2/MAC/eNB_scheduler_primitives.c
      	openair2/LAYER2/MAC/eNB_scheduler_ulsch.c
      	openair2/LAYER2/MAC/flexran_agent_scheduler_dataplane.c
      	openair2/LAYER2/MAC/flexran_agent_scheduler_dlsch_ue.c
      	openair2/LAYER2/MAC/main.c
      	openair2/LAYER2/MAC/pre_processor.c
      	openair2/LAYER2/MAC/proto.h
      	openair2/LAYER2/MAC/ra_procedures.c
      	openair2/LAYER2/MAC/ue_procedures.c
      	openair2/LAYER2/PDCP_v10.1.0/pdcp.c
      	openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
      	openair2/LAYER2/RLC/rlc_rrc.c
      	openair2/PHY_INTERFACE/IF_Module.c
      	openair2/RRC/LITE/L2_interface.c
      	openair2/RRC/LITE/defs.h
      	openair2/RRC/LITE/proto.h
      	openair2/RRC/LITE/rrc_UE.c
      	openair2/RRC/LITE/rrc_common.c
      	openair2/RRC/LITE/rrc_eNB.c
      	openair2/UTIL/LOG/log.c
      	openair2/UTIL/LOG/log.h
      	openair3/GTPV1-U/gtpv1u_eNB.c
      	targets/ARCH/USRP/USERSPACE/LIB/usrp_lib.cpp
      	targets/COMMON/create_tasks.c
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band7.tm1.50PRB.nfapi.conf
      	targets/RT/USER/lte-enb.c
      	targets/RT/USER/lte-ru.c
      	targets/RT/USER/lte-softmodem.c
      	targets/RT/USER/lte-softmodem.h
      	targets/RT/USER/lte-ue.c
      	targets/SIMU/USER/channel_sim.c
      7cdabedc
  13. 21 Mar, 2018 1 commit
  14. 19 Mar, 2018 4 commits
  15. 16 Mar, 2018 1 commit
  16. 15 Mar, 2018 1 commit
  17. 12 Mar, 2018 1 commit
  18. 09 Mar, 2018 6 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w10' into develop · e56ae69b
      Cedric Roux authored
      Summary of changes:
      - bug fix in the FlexRAN API (correct a check)
      - bug fix for sending the right RNTI in a FlexRAN message
      - fixes small bug in ulsim which kills one RX antenna in channel simulation.
        Another simple but bad bug in ulsch_demodulation.c (bad access of avgU
        array). This probably resulted in a performance degradation for non-ideal
        channels, even for 1 antenna. The avgU was read in position 1 instead of
        0 for 1-antenna and in positions 1 and 2 instead of 0 and 1 for 2-antennas.
      - work from Nokia:
          1) shared library loader, with integration for oai devices, encoder and telnet server
          2) telnet server (use build-oai --build-telnetsrv option and --telnetsrv softmodem option)
          3) UE/eNB in different executables (lte-uesoftmodem and lte-softmodem + noS1 variants)
          4) config module fixes and extensions
          5) very preliminary NB-IoT integration preparation, using shared lib loader ( use make NB-IoT to build, after building the eNB softmodem)
          6) Rename NB-IoT configuration sources from nbiot_ to NB-IoT_ to be consistent with other NB-IoT developments.
      - various bugs fixed:
        - try to avoid "buffer full" problem when pushing DL traffic
        - add a stop_rf function in the RU
        - cleanup - remove unnecessary calls to get_cpu_freq_GHz
          (was disrupting realtime at startup, generating lots of UU and LL)
        - cleanup MAC PDU generation
      
      Compilation with Rel10 is not functional anymore.
      Compilation of unitary simulator is not functional anymore.
      e56ae69b
    • Cedric Roux's avatar
      integration fix: fix file format (dos2unix) · e7cfe377
      Cedric Roux authored
      End of line character has to be unix-style, not dos-style.
      e7cfe377
    • Cedric Roux's avatar
      integration fix: fix license version to 1.1 · 92bb82eb
      Cedric Roux authored
      92bb82eb
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/fixes-flexran' into develop_integration_2018_w10 · cd103f7c
      Cedric Roux authored
      * bug fix in the FlexRAN API (correct a check)
      * bug fix for sending the right RNTI in a FlexRAN message
      cd103f7c
    • Cedric Roux's avatar
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/ulsch-rx-2ant-fix' into develop_integration_2018_w10 · 727e29e3
      Cedric Roux authored
      fixes small bug in ulsim which kills one RX antenna in channel simulation.
      Another simple but bad bug in ulsch_demodulation.c (bad access of avgU
      array). This probably resulted in a performance degradation for non-ideal
      channels, even for 1 antenna. The avgU was read in position 1 instead of
      0 for 1-antenna and in positions 1 and 2 instead of 0 and 1 for 2-antennas.
      727e29e3