An error occurred fetching the project authors.
  1. 13 Sep, 2022 22 commits
  2. 07 Aug, 2022 5 commits
  3. 01 Aug, 2022 1 commit
  4. 20 Jul, 2022 1 commit
  5. 18 Jul, 2022 1 commit
  6. 27 Jun, 2022 1 commit
    • Robert Schmidt's avatar
      Use (std) bool instead of custom bool types · 0b91791f
      Robert Schmidt authored
      OAI is riddled with boolean_t, FALSE, TRUE, etc. This makes no sense, as
      there is a standard bool type, and could lead to nasty bugs if a
      definition of a bool is non-standard (0 == false, true == !false). This
      commit removes all non-standard bools in the whole project.
      0b91791f
  7. 24 Jun, 2022 1 commit
  8. 23 Jun, 2022 1 commit
  9. 20 Jun, 2022 1 commit
  10. 14 Jun, 2022 1 commit
  11. 09 Jun, 2022 3 commits
  12. 06 Jun, 2022 1 commit
  13. 28 May, 2022 1 commit
    • Laurent THOMAS's avatar
      Remove UEid in the MAC · 236f7d56
      Laurent THOMAS authored
      After this commit, only the RNTI is used as an identifier in the MAC.
      Further, it removes some module_id, but a lot of them remain (the goal
      to remove all is still far from us)
      236f7d56