Replies: 3 comments 5 replies
-
It looks like you already have a process listening on the addresses configured for the mme. Did you install via the quickstart guide, or build from source? If you installed via quickstart, the MME is already running, and is managed via systemd. You can see the status with |
Beta Was this translation helpful? Give feedback.
-
Hi I am having errors while compiling the registration process, it shows socket connection failed. |
Beta Was this translation helpful? Give feedback.
-
Hello folks,
2nd question: Best Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
after the configuration was done, I wanted to run the mme. So, I wrote the command $ ./install/bin/open5gs-mmed
Open5GS daemon v2.1.0 and I got these errors:
6/15 14:17:06.397: [diam] ERROR: pid:Main in fd_sctp_create_bind_server@sctp.c:883: ERROR: in '(sctp_bindx(*sock, sar, count, 0x01))' : Address already in use
((null):0)
06/15 14:17:06.398: [diam] ERROR: pid:Main in fd_cnx_serv_sctp@cnxctx.c:181: ERROR: in '(fd_sctp_create_bind_server( &cnx->cc_socket, cnx->cc_family, ep_list, port ))' : Address already in use
((null):0)
06/15 14:17:06.398: [diam] ERROR: pid:Main in fd_servers_start@server.c:355: ERROR: in '(s->conn = fd_cnx_serv_sctp(fd_g_config->cnf_port, empty_conf_ep ? ((void *)0) : &fd_g_config->cnf_endpoints))' : Transport endpoint is not connected
((null):0)
06/15 14:17:06.398: [diam] ERROR: pid:Main in fd_core_start_int@core.c:300: ERROR: in '((fd_servers_start()))' : Transport endpoint is not connected
((null):0)
06/15 14:17:06.398: [diam] ERROR: pid:Main in ogs_diam_init@init.c:61: ERROR: in '(fd_core_start())' : Transport endpoint is not connected
((null):0)
06/15 14:17:06.508: [mme] FATAL: mme_fd_init: Assertion `ret == 0' failed. (../src/mme/mme-fd-path.c:1167)
06/15 14:17:06.508: [core] FATAL: backtrace() returned 7 addresses (../lib/core/ogs-abort.c:37)
./open5gs-mmed(+0x40e9a) [0x55b73b712e9a]
./open5gs-mmed(+0x84c9) [0x55b73b6da4c9]
./open5gs-mmed(+0x7a53) [0x55b73b6d9a53]
./open5gs-mmed(+0x8231) [0x55b73b6da231]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fe8686890b3]
./open5gs-mmed(+0x796e) [0x55b73b6d996e]
Aborted (core dumped)
Could anyone help me how I can fix this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions