-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic test Failed after installation #13
Comments
Hi, thank you for your interest in project. |
Hi, |
Hi, |
Hi, |
Have you tried this ?
for more information check docker/compose#8064. The problem is in docker-compose. |
Hi,
I tried the earlier version of my5GRANtester a month ago and it used to work fine. Today I tried installing it in another computer and noticed there is an update to the code. However I am getting th efollowing error after installation, when I try running
./app ue
my5grantester.zip
manoj20@manoj20-Macmini:~/my5G-RANTester/cmd$ ./app ue
INFO[0000] my5G-RANTester version 0.1
INFO[0000] ---------------------------------------
INFO[0000] [TESTER] Starting test function: Testing an ue attached with configuration
INFO[0000] [TESTER][UE] Number of UEs: 1
INFO[0000] [TESTER][GNB] Control interface IP/Port: 127.0.0.1/9487
INFO[0000] [TESTER][GNB] Data interface IP/Port: 127.0.0.1/2152
INFO[0000] [TESTER][AMF] AMF IP/Port: 127.0.0.1/38412
INFO[0000] ---------------------------------------
INFO[0000] [GNB] SCTP/NGAP service is running
INFO[0000] [GNB] UNIX/NAS service is running
INFO[0000] [GNB][SCTP] Receive message in %d stream
0
panic: runtime error: invalid memory address or nil pointer dereference
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x6c5806]
goroutine 11 [running]:
my5G-RANTester/internal/control_test_engine/gnb/nas/service.gnbListen.func1(0x0, 0x0, 0xc000073a00)
/home/manoj20/my5G-RANTester/internal/control_test_engine/gnb/nas/service/service.go:43 +0x26
panic(0x87a040, 0xd50260)
/usr/local/go/src/runtime/panic.go:969 +0x166
my5G-RANTester/internal/control_test_engine/gnb/nas/service.gnbListen(0xc000073a00)
/home/manoj20/my5G-RANTester/internal/control_test_engine/gnb/nas/service/service.go:51 +0xeb
created by my5G-RANTester/internal/control_test_engine/gnb/nas/service.InitServer
/home/manoj20/my5G-RANTester/internal/control_test_engine/gnb/nas/service/service.go:33 +0x1d
The text was updated successfully, but these errors were encountered: