Skip to content
Snippets Groups Projects
  1. Jul 07, 2023
  2. Jun 02, 2023
    • Robert Schmidt's avatar
      Hack: Make reestablishment work · 313d34a8
      Robert Schmidt authored
      For the reestablishment, the SRB2 in the RRC reconfiguration
      following the reestablishment needs to include ReestablishPDCP true.
      We were not sending that. In this commit, I add a parameter to
      add that parameter on demand. There might be a better solution.
      313d34a8
    • Robert Schmidt's avatar
      Add cmake option to select asn1c, and test asn1c parameters · fdb2abeb
      Robert Schmidt authored
      CMake now takes the option ASN1C_EXEC to select an asn1c to use for
      compilation. For instance, run with
      cmake .. -GNinja -DASN1C_EXEC=/opt/asn1c/bin/asn1c
      or
      ./build_oai --cmake-opt -DASN1C_EXEC=/opt/asn1c/bin/asn1c
      to select the alternative asn1c. For instance, this is important for the
      CI to allow to build multiple versions of OAI in parallel that might use
      different commits of OAI.
      
      Further, this patch introduces functionality to check for the support of
      asn1c options that we require, and alerts the user if they are missing,
      alongside a message of how to resolve the problem.
      fdb2abeb
    • Robert Schmidt's avatar
      Amend one change · 1dd43dbc
      Robert Schmidt authored
      1dd43dbc
  3. Jun 01, 2023
  4. May 31, 2023
  5. May 30, 2023
  6. May 29, 2023
  7. May 26, 2023
  8. May 25, 2023
  9. May 23, 2023
Loading