1. 07 Nov, 2023 1 commit
  2. 06 Nov, 2023 5 commits
  3. 03 Nov, 2023 13 commits
    • Kirill Smelkov's avatar
      . · 0f444464
      Kirill Smelkov authored
      0f444464
    • Kirill Smelkov's avatar
      . · 1b057f43
      Kirill Smelkov authored
      1b057f43
    • Kirill Smelkov's avatar
      . · c0e7988b
      Kirill Smelkov authored
      c0e7988b
    • Kirill Smelkov's avatar
      Merge branch 'master' into x/lte-multiru · 05186edd
      Kirill Smelkov authored
      * master:
        software/ors-amarisoft: set dpc_snr_target to 25 for PUSCH also
        software/ors-amarisoft: remove useless ltelogs script
      05186edd
    • Kirill Smelkov's avatar
      . · 51e987d9
      Kirill Smelkov authored
      51e987d9
    • Kirill Smelkov's avatar
      . · 03de3c63
      Kirill Smelkov authored
      03de3c63
    • Kirill Smelkov's avatar
      . · 376de2a1
      Kirill Smelkov authored
      376de2a1
    • Kirill Smelkov's avatar
      . · 7763b4d5
      Kirill Smelkov authored
      7763b4d5
    • Kirill Smelkov's avatar
      . · 2ab0e07f
      Kirill Smelkov authored
      2ab0e07f
    • Kirill Smelkov's avatar
      . · 6d7113c6
      Kirill Smelkov authored
      6d7113c6
    • Kirill Smelkov's avatar
      . · 6a4ace3e
      Kirill Smelkov authored
      6a4ace3e
    • Kirill Smelkov's avatar
      Merge branch 'master' into x/lte-multiru · e8c726af
      Kirill Smelkov authored
      * master:
        software/ors-amarisoft: Fix `render-templates -d` to remove all generated files
        software/ors-amarisoft: slapos-render-config: Remove duplicated code from slapos.recipe.template
        software/ors-amarisoft: slapos-render-config: Document what this program does
        software/ors-amarisoft: Fix slapos-render-config
        software/ors-amarisoft: Adjust check-cpri-lock promise to explicitly specify watched CPRI ports
        component/ghostscript: version up 10.02.1
        stack/erp5: backport a PyPDF fix
        software/ors-amarisoft: Adjust check-rx-saturated promise to explicitly specify "all rx antennas"
        software/ors-amarisoft: Adjust check_sdr_busy promise to explicitly specify /dev/sdr0@0
        component/theia: version up 1.43.0
        Revert "software/theia: enable user installation of pip packages"
        sqlite3: extend PATH to make xzcat available
        component/restic: version up v0.16.1
      e8c726af
    • Kirill Smelkov's avatar
      . · 726521d6
      Kirill Smelkov authored
      726521d6
  4. 02 Nov, 2023 8 commits
    • Joanne Hugé's avatar
    • Joanne Hugé's avatar
      2c69944b
    • Kirill Smelkov's avatar
      software/ors-amarisoft: Fix `render-templates -d` to remove all generated files · 9644a9f3
      Kirill Smelkov authored
      `render-templates -d` is used to remove all files that it previously
      generated, so that it is easy to look around during development.
      
      But, probably due to oversight, it was only *tdd files, that were
      removed, with *fdd generated files still left in place.
      
      -> Fix it.
      
      The list of generated files, that is now additionally removed after this patch is:
      
              instance-fdd-enb-input-schema.json
              instance-fdd-gnb-input-schema.json
              instance-fdd-lopcomm-enb-input-schema.json
              instance-fdd-lopcomm-gnb-input-schema.json
              instance-fdd-lopcomm-ue-lte-input-schema.json
              instance-fdd-lopcomm-ue-nr-input-schema.json
              instance-fdd-ors-enb-input-schema.json
              instance-fdd-ors-gnb-input-schema.json
              instance-fdd-ors-ue-lte-input-schema.json
              instance-fdd-ors-ue-nr-input-schema.json
              instance-fdd-ue-lte-input-schema.json
              instance-fdd-ue-nr-input-schema.json
              software-fdd-lopcomm.cfg
              software-fdd-lopcomm.cfg.json
              software-fdd-ors.cfg
              software-fdd-ors.cfg.json
              software-fdd.cfg
              software-fdd.cfg.json
              test/testFDD-LOPCOMM.py
              test/testFDD-ORS.py
              test/testFDD.py
      
      /cc @tomo, @xavier_thompson, @Daetalus
      /reviewed-by @jhuge, @lu.xu
      /reviewed-on !1463
      9644a9f3
    • Kirill Smelkov's avatar
      software/ors-amarisoft: slapos-render-config: Remove duplicated code from slapos.recipe.template · 41d90e26
      Kirill Smelkov authored
      For its operation slapos-render-config mimics jinja2 templates rendering
      done for real in slapos. But to do so it currently duplicates the code
      from slapos.recipe.template.
      
      We can do the same by reusing slapos.recipe.template instead of
      duplicating code from there.
      
      -> Do it.
      
      The output of generated gnb.cfg is the same before and after this patch.
      
      /cc @xavier_thompson, @Daetalus
      /reviewed-by @jhuge, @lu.xu, @tomo
      /reviewed-on !1462
      41d90e26
    • Kirill Smelkov's avatar
      software/ors-amarisoft: slapos-render-config: Document what this program does · dcc326cd
      Kirill Smelkov authored
      When I was first starting to look around inside ors-amarisoft software
      release for me it was not clear off-hand what this program is for. It
      should be more clear about what's the intent if there is explicit
      comment.
      
      /cc @xavier_thompson, @Daetalus
      /reviewed-by @jhuge, @lu.xu, @tomo
      /reviewed-on !1462
      dcc326cd
    • Kirill Smelkov's avatar
      software/ors-amarisoft: Fix slapos-render-config · 994048e6
      Kirill Smelkov authored
      a6eaad9a (software/ors-amarisoft: add network_name parameter) updated
      enb.jinja2.cfg and gnb.jinja2.cfg to require slap_configuration['configuration.com_addr']
      and other parameters to be present, but did not updated
      slapos-render-confg, which got broken as the result:
      
          (py3.venv) kirr@deca:~/src/wendelin/slapos/slapos/software/ors-amarisoft$ python slapos-render-config.py
          ...
          Traceback (most recent call last):
            File "/home/kirr/src/wendelin/slapos/slapos/software/ors-amarisoft/slapos-render-config.py", line 232, in <module>
              f.write(r._render().decode())
                      ^^^^^^^^^^^
            File "/home/kirr/src/wendelin/slapos/slapos/software/ors-amarisoft/slapos-render-config.py", line 206, in _render
              return template_object.render(**self.context).encode(self.encoding)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            File "/home/kirr/src/wendelin/venv/py3.venv/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
              self.environment.handle_exception()
            File "/home/kirr/src/wendelin/venv/py3.venv/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception
              raise rewrite_traceback_stack(source=source)
            File "config/gnb.jinja2.cfg", line 62, in top-level template code
              com_addr: "{{ slap_configuration['configuration.com_addr'] }}:{{ slap_configuration['configuration.com_ws_port'] }}",
            ^^^^^^^^^^^^^^^^^^^^^^^^^
          jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'configuration.com_addr'
      
      -> Fix it.
      
      /cc @xavier_thompson, @Daetalus
      /reviewed-by @jhuge, @lu.xu, @tomo
      /reviewed-on !1462
      994048e6
    • Kirill Smelkov's avatar
      software/ors-amarisoft: Adjust check-cpri-lock promise to explicitly specify watched CPRI ports · 3381f9c5
      Kirill Smelkov authored
      In multiRU we will need to be able to check multiple CPRI boards and multiple
      SFP ports on them, not only SFP ports on CPRI board 0 that was implicitly used
      until now.
      
      -> As a preparatory step the SR to explicitly specify which CPRI resources are being verified.
      
      This patch is necessary because in nexedi/slapos.toolbox!127
      we adjust check_cpri_lock plugin to require CPRI device + SFP port to be
      explicitly specified.
      
      /cc @tomo, @xavier_thompson, @Daetalus
      /reviewed-by @lu.xu, @jhuge
      /reviewed-on nexedi/slapos!1461
      3381f9c5
    • Jérome Perrin's avatar
      component/ghostscript: version up 10.02.1 · cdc565e5
      Jérome Perrin authored
      cdc565e5
  5. 01 Nov, 2023 1 commit
  6. 31 Oct, 2023 12 commits