An error occurred fetching the project authors.
  1. 05 Sep, 2022 1 commit
    • Robert Schmidt's avatar
      Sanitize NSSAI configuration · bf853fe3
      Robert Schmidt authored
      Following changes included:
      - SD is optional: when value is 0xffffff or not present in config
        (previously: needed to be set to 0)
      - Checks SSTs in range [0,255]
      - Checks SDs in range [0,0xffffff]
      - Correct typo SST defines
      bf853fe3
  2. 09 May, 2022 1 commit
  3. 01 Apr, 2022 2 commits
    • rmagueta's avatar
      Fix build after merge · e628c8c2
      rmagueta authored
      e628c8c2
    • athanassopoulos's avatar
      Changes to SDAP code · cf30f61e
      athanassopoulos authored
      1. Removed SDAP struct from protocol context.
      2. Added configuration for the SDAP.
      3. SDAP doesn't use pdcp_entities, the values come from function arguements.
      4. Make nr_pdcp_ue_manager accessible from SDAP.
      5. Avoid using the PDCP locking mechanism in SDAP.
      6. Removed nr_pdcp_find_entity_sdap function.
      7. Rename dummy eNB function to make GTP compile (no SDAP).
      8. Fix: Regression issues with LTE
      9. Fix: Regression issues with NR CU/DU
      cf30f61e
  4. 28 Mar, 2022 1 commit
  5. 18 Mar, 2022 2 commits
  6. 02 Mar, 2022 1 commit
  7. 14 Feb, 2022 1 commit
  8. 05 Jan, 2022 1 commit
  9. 24 Dec, 2021 1 commit
  10. 15 Dec, 2021 1 commit
  11. 09 Dec, 2021 1 commit
  12. 16 Nov, 2021 1 commit
  13. 15 Nov, 2021 1 commit
  14. 12 Nov, 2021 1 commit
  15. 08 Nov, 2021 1 commit
  16. 14 Oct, 2021 1 commit
  17. 11 Oct, 2021 1 commit
  18. 08 Oct, 2021 1 commit
  19. 27 Sep, 2021 1 commit
  20. 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
  21. 01 Sep, 2021 1 commit
  22. 26 Jul, 2021 1 commit
  23. 02 Jul, 2021 1 commit
  24. 15 Jun, 2021 1 commit
  25. 03 May, 2021 1 commit
  26. 21 Apr, 2021 1 commit
  27. 02 Apr, 2021 1 commit
  28. 25 Mar, 2021 1 commit
  29. 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
  30. 02 Feb, 2021 1 commit
  31. 29 Jan, 2021 1 commit
  32. 17 Dec, 2020 1 commit
  33. 04 Dec, 2020 1 commit
  34. 25 Nov, 2020 1 commit
  35. 16 Nov, 2020 1 commit
  36. 09 Nov, 2020 2 commits
  37. 15 Oct, 2020 1 commit