An error occurred fetching the project authors.
- 11 Dec, 2024 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Update gNB configuration to match 2024 Amarisoft
-
Joanne Hugé authored
-
- 10 Dec, 2024 4 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
User is still allowed to input a hidden parameter to change the version
-
Joanne Hugé authored
-
- 29 Nov, 2024 1 commit
-
-
Joanne Hugé authored
Otherwise promise won't fail even if frontend is not yet here and partition will not be processed until next day when a bang happens
-
- 26 Nov, 2024 2 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
Publish public link to websocket served by our CDN so that clients can connect to the websocket using Amarisoft GUI
-
- 04 Nov, 2024 3 commits
-
-
Paul Graydon authored
See merge request nexedi/slapos!1668
-
Paul Graydon authored
See merge request nexedi/slapos!1668
-
Paul Graydon authored
See merge request nexedi/slapos!1668
-
- 24 Oct, 2024 1 commit
-
-
Kirill Smelkov authored
Fluentbit Tail input documentation[1] says that by default maximum buffer size is 32K which turned out to be too small in practice because we hit a situation where enb.xlog started to have lines with ~ 34K and so fluentbit ingestion stopped to work with the following error in fluentbit log: [2024/10/23 20:30:23] [error] [input:tail:tail.0] file=/srv/slapgrid/slappart19/srv/monitor/public/enb.xlog requires a larger buffer size, lines are too long. Skipping file. -> Fix that by increasing max buffer size to 1M which seems to be high enough at least for now. Maybe it will make sense to configure this as unlimited, but I'm not sure if going as unlimited is universally a good idea. [1] https://docs.fluentbit.io/manual/pipeline/inputs/tail /cc @lu.xu, @jhuge, @tomo /reviewed-by @paul.graydon /reviewed-on nexedi/slapos!1672
-
- 09 Oct, 2024 15 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
* rename enb-output.log to enb-info.log * add host ID, FPGA version and kernel version in enb-info.log * keep the 50 latest enb radio logs * don't let enb-info execeed 500kB, but store up to 100MB of enb-info archives into another file
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 08 Oct, 2024 2 commits
-
-
Paul Graydon authored
See merge request nexedi/slapos!1650
-
Paul Graydon authored
See merge request nexedi/slapos!1650
-
- 19 Sep, 2024 1 commit
-
-
Thomas Gambier authored
See merge request nexedi/slapos!1642
-
- 18 Sep, 2024 1 commit
-
-
Joanne Hugé authored
-
- 06 Sep, 2024 1 commit
-
-
Lu Xu authored
-
- 04 Sep, 2024 1 commit
-
-
Paul Graydon authored
-
- 11 Jul, 2024 1 commit
-
-
Thomas Gambier authored
We can't use key of type dss anymore. This is a fixup of aae4a7c0.
-
- 31 May, 2024 1 commit
-
-
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
-
- 24 May, 2024 1 commit
-
-
Lu Xu authored
Follow https://tech-academy.amarisoft.com/NR_TDD_Pattern.html#Test_4
-