1. 19 Sep, 2024 2 commits
    • Robert Schmidt's avatar
      Avoid ubsan error · 95205212
      Robert Schmidt authored
      like this:
      
        /oai-ran/openair3/SECU/snow3g.c:429:23: runtime error: left shift of 232 by 24 places cannot be represented in type 'int'
      95205212
    • Cedric Roux's avatar
      snow3g: add a test program · 523d8463
      Cedric Roux authored
      To use:
      
          cd <top directory of openair>
          mkdir build
          cd build
          cmake .. -GNinja -DENABLE_TESTS=ON
          ninja tests (alternatively: ninja snow3g_tests)
          ctest (alternatively: ctest -R snow3g_tests)
      523d8463
  2. 11 Sep, 2024 4 commits
  3. 09 Sep, 2024 2 commits
  4. 06 Sep, 2024 32 commits