-
# Bug report
llvm fuzz test failed in CI with llvm_nvme_fuzz.c:242:30: runtime error: left shift of 177 by 24 places cannot be represented in type 'int'
## Expected Behavior
test can pass
…
-
## Describe the bug
LogLevel and ReportCaller are not applied when the test is run.
## To Reproduce
1. Change LogLevel and ReportCaller setting at `free5gc/test/ngsetup_test.go`.
2. Run the test…
-
Hello,
After building the srsENB container following the command in the readme
docker-compose -f srsenb.yaml build --no-cache
I tried to start the container
docker-compose -f srsenb.yaml up -d…
-
Currently experiencing an instance whereby SMF keeps showing active sessions even when the UEs are no longer active.
Using 10 UEs to test below is the log output
```
Open5GS daemon v2.4.9
←[…
-
## Describe the bug
Fail TestPaging in newer kernel
## To Reproduce
Steps to reproduce the behavior:
1. run `./test.sh -o TestPaging`
## Environment (please complete the following information…
-
Hi,
I am trying to connect open5GS 5GC with gNB. The SCTP connectin is getting established but NG Setup is FAILED with the message cannot find S_NSSAI. I come across the issue https://github.com/open…
-
## Environment
* Ubuntu: 18.04
* Docker version: 20.10.7
* Docker compose version: 1.29.2
* Kernel-release: 5.0.0-23-generic
* Loaded Kernel module gtp5g
* Stopped ufw on host machine
* Deploy…
-
Hi,
I have met a problem which is `Cannot find Requested NSSAI in UE register procedure`.NG setup is successful.
Open5gs version is v2.3.6,and log catch as belows:
```
02/18 22:16:19.950…
-
> sudo docker-compose up
......
webui | 2021-08-11T20:30:14Z [FATA][LIB][MonDB] server selection error: server selection timeout, current topology: { Type: Unknown, Servers: [{ Addr: db:…
-
## Describe the bug
Multiple data races are occurred in the TestPaging.
## To Reproduce
Apply this patch and exec `./test.sh TestPaging`
```
diff --git a/test.sh b/test.sh
index e5f9168..6ebe7…