Matthew Johnson
Matthew Johnson
With a clean build of open5gs tag v2.4.5 in a virtual machine, the timer-test fails for me about 1 of every 5 runs. Running in a loop with ``` while...
This pull request adds basic .gitignore files for python artifacts generated by the test code in the smspdu and osmocom-python directories.
Hello! Starting in apt version 1.4 gpg certificates using sha1 as the digest algorithm have been disabled (see this blogpost https://juliank.wordpress.com/2016/03/14/dropping-sha-1-support-in-apt/). This impacts debian9 and ubuntu 16.04 or later. It...
Node 10 is the default system node version in the recommended debian buster platform, but the webgui fails to run with it. We should either suggest an alternative way to...
Error log: ``` Jun 11 13:58:11 cobble haulage[29636]: thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: UserLookupError', haulage/src/accounter.rs:100:65 Jun 11 13:58:11 cobble haulage[29636]: note: run with `RUST_BACKTRACE=1` environment...
Due to the location of the enforcement rateliming queues and the current simple matching approach, local download traffic receives the same ratelimiting as remote downloading traffic when ratelimiting is enabled,...
The current code assumes that all users will be in the database on startup, and fails to create new qdiscs for users that are later added to the system while...
The haulagedb tool does not correctly handle the foreign key constraint to allow dropping subscribers with existing usage history.
Right now haulage assumes each user is represented by only a single IP. This could allow "double spending" across the IPs before the database synchronization period. Multiple IP addresses per-user...
Comments in the config file should explain how the file is structured and what typical values are of the configuration options themselves. This will make it easier to understand what's...