You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to setup an Open5GS sandbox for research purposes. I'm new to 5G networks in general and trying to setup my own to better understand 3GPP.
Adding my own logging around DialSCTPExt (before and after), and running the gNB, I get the following:
my5G-RANTester git:(master) $ go run ./cmd/app.go gnb
INFO[0000] my5G-RANTester version 1.0.1
INFO[0000] ---------------------------------------
INFO[0000] [TESTER] Starting test function: Testing an gnb attached with configuration
INFO[0000] [TESTER][GNB] Number of GNBs: 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] Before DialSCTPExt: loc=127.0.0.1:9487 rem=127.0.0.1:38412
For the AMF, the port is forwarded (:::38412->38412/sctp), but nothing is for the Control Interface Port.
Now I am stuck trying to understand what is supposed to listen on port 9487.
The text was updated successfully, but these errors were encountered:
I'm currently trying to setup an Open5GS sandbox for research purposes. I'm new to 5G networks in general and trying to setup my own to better understand 3GPP.
For my Open5GS environment, I've directly used the code from https://github.com/herlesupreeth/docker_open5gs instead for a 5G SA deployment as I've had problems to get my5G's version to work (still trying to debug it).
The docker containers I currently have on my host are the following:
My config.yaml looks like the following:
Adding my own logging around DialSCTPExt (before and after), and running the gNB, I get the following:
For the AMF, the port is forwarded (
:::38412->38412/sctp
), but nothing is for the Control Interface Port.Now I am stuck trying to understand what is supposed to listen on port 9487.
The text was updated successfully, but these errors were encountered: