- 08 Feb, 2024 3 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
It must be "ue", not "uesim" to match software-type in the software release.
-
- 07 Feb, 2024 7 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
* master: software/end-to-end-testing: add test_ors.py software/end-to-end-testing: add test_lopcomm.py component/python3: version up python3.11.8 stack/slapos: version up pyparsing (3.1.1 on py3, 2.4.7 on py2) stack/slapos: version up defusedxml 0.7.1 component/pygolang: remove some duplicate versions *: normalize versions of pexpect stack/slapos: move httplib2 version pin in slapos.cfg and update to 0.22.0 component/ZODB: update ZODB5 5.8.1 software/gitlab: run git-backup test during software step software/gitlab: version up gilab-ce software/gitlab: remove outdated comment
-
Lu Xu authored
-
Lu Xu authored
-
Kirill Smelkov authored
-
Jérome Perrin authored
-
- 06 Feb, 2024 1 commit
-
-
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.
-
- 05 Feb, 2024 6 commits
-
-
Kirill Smelkov authored
rx_delay is meaningful to have as the default, as that is RU-model specific and goes as T2a+T3a-Toffset. tx_delay is less meaningful to have as the default: it is T12 + T2a, where T2a is RU-model specific and T12 depends on the length of the fiber link. But I keep the previous default because it might be handy to have something as the default. Also restore previous values for sunwave n_antenna_* as it was there in old ors-amarisoft SR.
-
Kirill Smelkov authored
-
Kirill Smelkov authored
The code already behaved in the "updated" way with slaplte.jinja2:{%- do cell.setdefault('root_sequence_index', 1 + 203*(cell.cell_type == 'lte') + n) %}
-
Kirill Smelkov authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1531
-
Jérome Perrin authored
See merge request nexedi/slapos!1529
-
- 03 Feb, 2024 1 commit
-
-
Jérome Perrin authored
-
- 02 Feb, 2024 2 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
- 01 Feb, 2024 14 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Jérome Perrin authored
-
Jérome Perrin authored
These are already defined in stack/slapos.cfg
-
Jérome Perrin authored
jupyter-py2 used an old version not py3 compatible pygolang/test used the same version as in stack/slapos.cfg
-
Jérome Perrin authored
-
- 31 Jan, 2024 3 commits
-
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Jérome Perrin authored
-
- 30 Jan, 2024 3 commits
-
-
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
-
Kirill Smelkov authored
-
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
-