Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
    • Robert Schmidt's avatar
      free configmodule memory when shutting down · 318e4a34
      Robert Schmidt authored
      It is possible to restart the lte-softmodem via the FlexRAN controller. For
      this to work, the end_configmodule() method needs to be called when shutting
      the lte-softmodem down so that the configuration can be read again during a
      restart.
      318e4a34
  2. Mar 08, 2018
    • oai's avatar
      more NB-IoT integration · da50d68b
      oai authored
      da50d68b
    • oai's avatar
    • oai's avatar
    • Cedric Roux's avatar
      add a stop_rf function in the RU · 96380582
      Cedric Roux authored
      When the program exits it has to stop the streaming of the USRP.
      The function exit_fun is supposed to do that. When quitting with
      control+c (very common case) this function is not called. The
      code is very unclear there, so let's add a stop_rf in the RU,
      as there is already a start_rf.
      
      If we don't call trx_end_func, then at the next run the USRP
      device may be in an unstable state and behave improperly.
      
      If the program crashes then the USRP device may be in an
      unstable state. The only solution to this problem is to reset
      the USRP device.
      
      Maybe there is a way to clean the state of the device when we
      open it, before we start using it. Sort of a cleanup before
      use. That could be a better solution to "bad state after program
      crash".
      
      What has been tested:
      - monolithic eNB only
      96380582
    • Cedric Roux's avatar
      cleanup - remove unnecessary calls to get_cpu_freq_GHz · 5a61f994
      Cedric Roux authored
      The one in lte-enb.c disrupts the realtime. Using a B200mini with
      20MHz bandwidth leads to the UE unable to connect for it seesms like
      the UL and DL are not properly time synched because of this sleep
      of one second that happens after the USRP streaming has started.
      We see some random access attempts but the decoded preamble is
      wrong.
      
      This may be dependant on the setup. I had sporadic errors with
      a B210, where sometimes the UE could connect and sometimes not.
      5a61f994
  3. Feb 22, 2018
  4. Feb 18, 2018
  5. Feb 14, 2018
  6. Feb 12, 2018
  7. Feb 09, 2018
  8. Feb 08, 2018
  9. Feb 05, 2018
  10. Jan 31, 2018
  11. Jan 28, 2018
  12. Jan 25, 2018
  13. Jan 24, 2018
  14. Jan 21, 2018
  15. Jan 16, 2018
Loading