An error occurred fetching the project authors.
  1. 29 Mar, 2018 1 commit
  2. 27 Feb, 2018 1 commit
  3. 25 Dec, 2017 1 commit
  4. 23 Dec, 2017 1 commit
  5. 30 Nov, 2017 1 commit
  6. 20 Oct, 2017 1 commit
  7. 19 Oct, 2017 1 commit
    • Cedric Roux's avatar
      remove gcc warnings · f1e8bff3
      Cedric Roux authored
      phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h
      maybe it's the opposite that should have been done?
      
      Functions used in one file and defined in another may have been
      declared in the wrong header file.
      f1e8bff3
  8. 03 Oct, 2017 1 commit
  9. 29 Sep, 2017 1 commit
  10. 28 Sep, 2017 1 commit
  11. 26 Sep, 2017 1 commit
  12. 24 Sep, 2017 1 commit
  13. 21 Sep, 2017 1 commit
  14. 17 Jul, 2017 1 commit
  15. 17 Feb, 2017 1 commit
    • Cedric Roux's avatar
      integration fix: let oaisim (S1) work again · ac7c0df5
      Cedric Roux authored
      - some cleanup
      - thread names to include UE Mod_id
      - arg of UE_thread_rxn_txnp4 to be struct rx_tx_thread_data again
      - sync in UE_thread_rxn_txnp4 to use instance_cnt_rxtx again
      - UE_thread to call itti_send_msg_to_task with UE->Mod_id + NB_eNB_INST
        instead of INSTANCE_DEFAULT again
      
      This may break the softmodem UE, to be tested.
      The most problematic thing may be the synchronization.
      I don't think it will impact the processing at all,
      but I won't bet my shirt on it.
      ac7c0df5