1. 16 Nov, 2017 1 commit
    • Florian Kaltenberger's avatar
      Merge branch 'develop' into feature-247-tm89 · b90e800c
      Florian Kaltenberger authored
      some developments have not yet been completely merged. For example:
      phy_procedures_lte_eNB and phy_procedures_lte_ue have been accepted from develop and need to be reconsidered
      in feature-247-tm89 in MAC I made round an array of 2 for the tbs. this seems not to be the right way since the round cannot be different for the 2 TBS?!?
      dci_tools also mostly accepted from develop, but needs the addition of format 2B
      
      Conflicts:
      	common/utils/T/T_messages.txt
      	common/utils/T/tracer/enb.c
      	openair1/PHY/INIT/lte_init.c
      	openair1/PHY/INIT/lte_param_init.c
      	openair1/PHY/LTE_TRANSPORT/dci.c
      	openair1/PHY/LTE_TRANSPORT/dci_tools.c
      	openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
      	openair1/PHY/LTE_TRANSPORT/lte_mcs.c
      	openair1/PHY/LTE_TRANSPORT/print_stats.c
      	openair1/PHY/MODULATION/beamforming.c
      	openair1/SCHED/phy_mac_stub.c
      	openair1/SCHED/phy_procedures_lte_eNb.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	openair1/SIMULATION/LTE_PHY/dlsim.c
      	openair2/ENB_APP/enb_config.c
      	openair2/LAYER2/MAC/defs.h
      	openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
      	openair2/LAYER2/MAC/pre_processor.c
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band38.tm1.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.100PRB.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.100PRB.usrpx310.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.50PRB.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.50PRB.usrpx310.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.usrpb210.conf
      	targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm2.usrpx310.conf
      	targets/RT/USER/lte-enb.c
      	targets/RT/USER/lte-softmodem.c
      b90e800c
  2. 14 Nov, 2017 1 commit
  3. 13 Nov, 2017 2 commits
  4. 27 Oct, 2017 11 commits
  5. 25 Oct, 2017 1 commit
    • Cedric Roux's avatar
      bugfix: fix timing advance · 6da42658
      Cedric Roux authored
      - remove global variables in the function lte_est_timing_advance_pusch
      - do the smoothing logic that was in lte_est_timing_advance_pusch
        in rx_sdu (is it necessary? is it correct?)
      - put back the value 100 in prach_procedures for the test on prach energy
      - change the value of timing_advance_update
      
        it was:
      
           timing_advance_update                  = sync_pos - eNB->frame_parms.nb_prefix_samples/4; //to check
      
        it is now:
      
           timing_advance_update                  = sync_pos; // - eNB->frame_parms.nb_prefix_samples/4; //to check
      
        this should be checked somehow. The computation looked suspicious. Maybe
        the new one is wrong.
      6da42658
  6. 24 Oct, 2017 1 commit
  7. 23 Oct, 2017 7 commits
  8. 22 Oct, 2017 2 commits
  9. 20 Oct, 2017 6 commits
  10. 19 Oct, 2017 7 commits
  11. 18 Oct, 2017 1 commit