1. 19 Mar, 2019 3 commits
    • Cedric Roux's avatar
    • Cedric Roux's avatar
      PHY: make sf_extension a parameter · ee5b7390
      Cedric Roux authored
      This parameter is meaningful in TDD, to decide
      when to start DL at eNB side. Since there is a
      need for the PA to be operational, we need to
      transmit a bit before the DL subframe coming
      after an UL subframe. (We transmit zeros.)
      
      We used to use N_TA_offset which may be too much.
      Default value is now N_TA_offset/2 and can be
      changed in the configuration file, in the RUs
      section, like:
      
      RUs = (
          {
             local_rf       = "yes"
               nb_tx          = 1
               nb_rx          = 1
               att_tx         = 0
               att_rx         = 0;
               bands          = [7];
               max_pdschReferenceSignalPower = -27;
               max_rxgain                    = 105;
               eNB_instances  = [0];
               sf_extension = 312;
          }
      );
      
      N_TA_offset is 624 (for 30.72MHz). In the example
      above, we set sf_extension = 312, which is also
      the default.
      
      The value to put in the configuration file is for
      30.72MHz. The value is scaled accordingly at runtime
      (thus only one value to set for every RB configuration,
      25, 50 or 100, leading to less problems when adapting
      configuration files).
      
      This option is for experts and should not be changed
      randomly.
      ee5b7390
    • Cedric Roux's avatar
      bugfix: fix compilation · 69ccf51f
      Cedric Roux authored
      T has to be generated before compiling targets SCHED_RU_LIB and SCHED_UE_LIB.
      69ccf51f
  2. 18 Mar, 2019 3 commits
  3. 15 Mar, 2019 2 commits
  4. 14 Mar, 2019 6 commits
  5. 13 Mar, 2019 5 commits
  6. 12 Mar, 2019 3 commits
  7. 11 Mar, 2019 3 commits
  8. 09 Mar, 2019 2 commits
  9. 08 Mar, 2019 8 commits
  10. 07 Mar, 2019 2 commits
  11. 06 Mar, 2019 1 commit
  12. 05 Mar, 2019 2 commits