-
Notifications
You must be signed in to change notification settings - Fork 2
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
error while running smf #3
Comments
My problem is solved by changing the address of gtpc to 127.0.0.4 |
now I have this error when running ue: Non cleartext IEs is included 04/10 19:14:03.420: [amf] INFO: [Added] Number of gNB-UEs is now 1 (../src/amf/c ontext.c:2523) |
Thanks for your reply. |
If the same error occurs even after rebuilding, I don't know the cause. |
Hello.
I have implimented senario as described.
have 2 openstack instance for user plane and control plane
open5gs-Up : 172.20.70.106
open5gs-CP: 172.20.70.126
all functions of open5gs run correctly but when i run smf have this error:
04/10 08:15:19.451: [app] INFO: Configuration: '/root/open5gs/install/etc/open5gs/smf.yaml' (../lib/app/ogs-init.c:126)
04/10 08:15:19.451: [app] INFO: File Logging: '/root/open5gs/install/var/log/open5gs/smf.log' (../lib/app/ogs-init.c:129)
04/10 08:15:19.579: [gtp] WARNING: unknown key
dnn
(../lib/gtp/context.c:177)04/10 08:15:19.580: [metrics] INFO: metrics_server() [http://127.0.0.4]:9090 (../lib/metrics/prometheus/context.c:299)
04/10 08:15:19.671: [sock] ERROR: socket bind(2) [172.20.70.106]:2123 failed (99:Cannot assign requested address) (../lib/core/ogs-socket.c:114)
04/10 08:15:19.671: [sock] ERROR: udp_server() [172.20.70.106]:2123 failed (99:Cannot assign requested address) (../lib/core/ogs-udp.c:67)
04/10 08:15:19.671: [app] ERROR: Failed to intialize SMF (../src/smf/app.c:28)
04/10 08:15:19.671: [app] FATAL: Open5GS initialization failed. Aborted (../src/main.c:219)
it is noticable that i have installe open5gs v 2.6.6
and this is the smf.yaml file:
logger:
file: /root/open5gs/install/var/log/open5gs/smf.log
sbi:
server:
no_tls: true
cacert: /root/open5gs/install/etc/open5gs/tls/ca.crt
key: /root/open5gs/install/etc/open5gs/tls/smf.key
cert: /root/open5gs/install/etc/open5gs/tls/smf.crt
client:
no_tls: true
cacert: /root/open5gs/install/etc/open5gs/tls/ca.crt
key: /root/open5gs/install/etc/open5gs/tls/smf.key
cert: /root/open5gs/install/etc/open5gs/tls/smf.crt
scp:
sbi:
- addr: 127.0.1.10
port: 7777
upf:
pfcp:
- addr: 127.0.0.7
The text was updated successfully, but these errors were encountered: