1. 23 Apr, 2018 5 commits
  2. 18 Apr, 2018 15 commits
  3. 16 Apr, 2018 2 commits
  4. 13 Apr, 2018 1 commit
  5. 12 Apr, 2018 2 commits
  6. 11 Apr, 2018 5 commits
  7. 10 Apr, 2018 1 commit
  8. 06 Apr, 2018 4 commits
  9. 05 Apr, 2018 4 commits
  10. 23 Mar, 2018 1 commit
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w12' into develop · 1272cabb
      Cedric Roux authored
      Summary of changes:
      - free configmodule memory when shutting down
        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.
      - Feature agent
        Implements an agent ID, consisting of the OAI module ID, the OAI eNB ID
        and the cell ID. The agent reads this information in its configuration
        read function and forwards it to the controller.
        This MR also contains some code forwarding SI info to the controller.
      - various bugs fixed
        - remove start_background_system from eNB softmodem
        - fix memory leak when doing traffic
        - disable ITTI dump (does someone uses this?)
        - disable U-plane inactivity timer: it's very simple to put this back,
          but as of now it comes with its own problems that we don't have time
          to check/fix
      1272cabb