An error occurred fetching the project authors.
  1. 06 Sep, 2021 1 commit
    • Cedric Roux's avatar
      gnb sa: improve security · eeca3836
      Cedric Roux authored
      Note: some modifications have been done to the UE too, but for syntactic
      reasons. The UE may fail to work, not tested.
      
      For the UE, we have the problem of handling properly SecurityModeCommand.
      We don't verify its integrity. This is a bit complicated to handle properly
      and may require some API changes in the PDCP layer. So, as of today, the
      integrity of this message is not verified.
      
      Also, NSA mode has been touched, but it should not be a problem. But not
      tested, so not sure.
      eeca3836
  2. 26 Jul, 2021 1 commit
  3. 22 Jun, 2021 1 commit
  4. 20 May, 2021 1 commit
  5. 11 May, 2021 1 commit
  6. 03 May, 2021 1 commit
  7. 23 Mar, 2021 1 commit
  8. 15 Mar, 2021 1 commit
  9. 15 Feb, 2021 1 commit
    • Cedric Roux's avatar
      NSA: finalize nea2 security for gNB · 73f3a458
      Cedric Roux authored
      - a new section in the configuration file to select security algorithms,
        with new code to deal with it
      - cleanup CG-ConfigInfo: specs seem to indicate that we must not
        add mcg_RB_Config; the gNB has to deal with that
      - as a consequence, modify fill_default_rbconfig() that is called in
        every cases and needs security and bearer parameters
      
      The new section in the configuration file looks like:
      
          security = {
            # preferred ciphering algorithms
            # the first one of the list that an UE supports in chosen
            # valid values: nea0, nea1, nea2, nea3
            ciphering_algorithms = ( "nea0", "nea2" );
      
            # preferred integrity algorithms
            # the first one of the list that an UE supports in chosen
            # valid values: nia0, nia1, nia2, nia3
            integrity_algorithms = ( "nia0" );
          };
      73f3a458
  10. 02 Feb, 2021 1 commit
  11. 28 Jan, 2021 1 commit
  12. 26 Jan, 2021 1 commit
  13. 29 Dec, 2020 1 commit
  14. 23 Dec, 2020 1 commit
  15. 21 Dec, 2020 1 commit
  16. 17 Dec, 2020 1 commit
  17. 11 Dec, 2020 3 commits
  18. 25 Nov, 2020 1 commit
  19. 24 Nov, 2020 2 commits
  20. 19 Nov, 2020 1 commit
  21. 17 Nov, 2020 1 commit
  22. 06 Nov, 2020 1 commit
  23. 29 Oct, 2020 1 commit
  24. 21 Oct, 2020 1 commit
  25. 15 Oct, 2020 1 commit
  26. 12 Oct, 2020 1 commit
  27. 10 Oct, 2020 2 commits
  28. 29 Sep, 2020 2 commits
  29. 25 Sep, 2020 1 commit
  30. 24 Sep, 2020 2 commits
  31. 17 Sep, 2020 2 commits
  32. 15 Sep, 2020 1 commit
  33. 12 Sep, 2020 1 commit