1. 11 Jun, 2024 9 commits
  2. 10 Jun, 2024 1 commit
  3. 09 Jun, 2024 1 commit
  4. 07 Jun, 2024 2 commits
  5. 05 Jun, 2024 2 commits
  6. 04 Jun, 2024 1 commit
  7. 03 Jun, 2024 22 commits
  8. 31 May, 2024 2 commits
    • Xavier Thompson's avatar
      Version up zc.buildout & co · 97e42581
      Xavier Thompson authored
      Version up zc.buildout, pip and zc.recipe.egg.
      
      Version up slapos.rebootstrap to adapt to buildout3.
      97e42581
    • Joanne Hugé's avatar
      software/ors-amarisoft: add support for IMS · 18be4815
      Joanne Hugé authored
      Some phones with Android 12+ disconnects from
      5G networks which don't support IMS. Therefore
      we add minimal IMS support in this commit (even
      though we don't actually need it's features).
      
      Only Amarisoft >= 2024-05-02 support launching
      lteims without root privilege, so if Amarisoft
      version is older IMS is disabled and we inform
      the user so in the connection parameters.
      
      For this to work, SIM cards config needs to be
      modified, impu and impi must be for instance:
      impu: 001010000001312,
      impi: 001010000001312@ims.mnc001.mcc001.3gppnetwork.org
      18be4815