1. 08 Feb, 2024 3 commits
  2. 07 Feb, 2024 7 commits
  3. 06 Feb, 2024 1 commit
    • Kirill Smelkov's avatar
      X It was incorrect to use the same loopback address for enb.gtp and core.gtp · 4bb0e9c1
      Kirill Smelkov authored
      Original SR had defaults as
      
      mme.gtp: 127.0.1.100
      enb.gtp: 127.0.1.1
      
      With this both can listen at the same port and talk to each other.
      
      But if we set gtp addr to be the same for mme and enb, then enb listen
      will fail as the listening address is already taken by mme.
      
      Fix it with restoring explicit enb gtp loopback default.
      4bb0e9c1
  4. 05 Feb, 2024 6 commits
  5. 03 Feb, 2024 1 commit
  6. 02 Feb, 2024 2 commits
  7. 01 Feb, 2024 14 commits
  8. 31 Jan, 2024 3 commits
  9. 30 Jan, 2024 3 commits
    • Kirill Smelkov's avatar
      Merge branch 'master' into x/lte-multiru · 678575ca
      Kirill Smelkov authored
      * master:
        software/ors-amarisoft: enb.jinja2.cfg: Increase SNR in handover code
        software/ors-amarisoft: enb.jinja2.cfg: Factor handover code into one place
        software/ors-amarisoft: slapos-render-config: Test handover
        software/ors-amarisoft: enb.jinja2.cfg: Unify logging
        software/ors-amarisoft: test: Preprocess enb.cfg & co on YAML loading
        software/ors-amarisoft: test: Avoid YAMLLoadWarning warning
        software/ors-amarisoft: test: Factor loading YAML config into dedicated function
        software/ors-amarisoft: Merge instance-gnb.jinja2.cfg into instance-enb.jinja2.cfg
        software/ors-amarisoft: Start to introduce ORS mode
        software/ors-amarisoft: Rename ors-id -> comp-id
        software/ors-amarisoft: enb.jinja2.cfg: Tune PUCCH 1 and PUCCH 3 for CA
        stack/erp5: version up erp5diff 0.8.1.9
      678575ca
    • Kirill Smelkov's avatar
      . · 93668ba8
      Kirill Smelkov authored
      93668ba8
    • Kirill Smelkov's avatar
      software/ors-amarisoft: enb.jinja2.cfg: Increase SNR in handover code · 7c3c96e4
      Kirill Smelkov authored
      Don't repeat slapparameter_dict['ncell_list'][k] - we can introduce a name for
      current neighbour cell, and use that name in the loop. And align entries to
      that they read more clearly.
      
      No non-whitespace changes in rendered enb.cfg and gnb.cfg .
      
      /cc @jhuge, @lu.xu, @tomo, @xavier_thompson, @Daetalus
      /proposed-for-review-on nexedi/slapos!1526
      /reviewed-by TrustMe
      7c3c96e4