An error occurred fetching the project authors.
  1. 15 Feb, 2023 1 commit
  2. 04 Aug, 2022 1 commit
  3. 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
  4. 30 May, 2022 1 commit
  5. 28 Jul, 2019 1 commit
  6. 13 Jun, 2019 1 commit
    • Raymond Knopp's avatar
      fixed rar_Hopping configuration for eMTC. The value in configuration file was... · dd2d49f1
      Raymond Knopp authored
      fixed rar_Hopping configuration for eMTC. The value in configuration file was a string, but libconfig was told it was an int. changed the configura
      tion file to '1' for this parameter and put default value to '1' which means off. Added AssertFatal, if this value is '0', which we don't suppor fo
      r now.
      
      _Please enter the commit message for your changes. Lines starting
      dd2d49f1
  7. 04 Apr, 2019 1 commit
  8. 19 Nov, 2018 2 commits