Giter VIP home page Giter VIP logo

Comments (31)

herlesupreeth avatar herlesupreeth commented on May 27, 2024 1

So i should keep the docker-compose running in that terminal and build the eNB in a separate terminal?

Thats right

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

can you send me the output of the following commands

ip a
cd docker_open5gs
git diff

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Hi, they're below:

docker@docker-ThinkPad-E590:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether e8:6a:64:b5:5e:40 brd ff:ff:ff:ff:ff:ff
3: wlp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d4:3b:04:21:28:ca brd ff:ff:ff:ff:ff:ff
inet 192.168.1.11/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp5s0
valid_lft 3566sec preferred_lft 3566sec
inet6 fe80::a359:7505:aac8:925/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:9e:31:03:d5 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
inet6 fe80::42:9eff:fe31:3d5/64 scope link
valid_lft forever preferred_lft forever
5: br-623bb6bcf4a5: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:8a:4b:17:db brd ff:ff:ff:ff:ff:ff
inet 172.18.0.1/16 brd 172.18.255.255 scope global br-623bb6bcf4a5
valid_lft forever preferred_lft forever
6: br-f44179a9010c: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:83:d4:6f:b8 brd ff:ff:ff:ff:ff:ff
inet 172.22.0.1/24 brd 172.22.0.255 scope global br-f44179a9010c
valid_lft forever preferred_lft forever
inet6 fe80::42:83ff:fed4:6fb8/64 scope link
valid_lft forever preferred_lft forever

docker@docker-ThinkPad-E590:~/docker_open5gs$ git diff
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 05959dc..a9e73b2 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -15,7 +15,7 @@ services:
- "27017/udp"
- "27017/tcp"
networks:

  •  default:
    
  •  default2:
       ipv4_address: ${MONGO_IP}
    
    webui:
    image: docker_open5gs
    @@ -35,7 +35,7 @@ services:
    ports:
    - "3000:3000/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${WEBUI_IP}
    
    nrf:
    image: docker_open5gs
    @@ -52,7 +52,7 @@ services:
    :

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Sorry, here's the remainder of the git diff command:

docker@docker-ThinkPad-E590:~/docker_open5gs$ git diff
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 05959dc..a9e73b2 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -15,7 +15,7 @@ services:
- "27017/udp"
- "27017/tcp"
networks:

  •  default:
    
  •  default2:
       ipv4_address: ${MONGO_IP}
    
    webui:
    image: docker_open5gs
    @@ -35,7 +35,7 @@ services:
    ports:
    - "3000:3000/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${WEBUI_IP}
    
    nrf:
    image: docker_open5gs
    @@ -52,7 +52,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${NRF_IP}
    
    ausf:
    image: docker_open5gs
    @@ -71,7 +71,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${AUSF_IP}
    
    udr:
    image: docker_open5gs
    @@ -91,7 +91,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${UDR_IP}
    
    udm:
    image: docker_open5gs
    @@ -110,7 +110,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${UDM_IP}
    
    pcf:
    image: docker_open5gs
    @@ -130,7 +130,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${PCF_IP}
    
    bsf:
    image: docker_open5gs
    @@ -150,7 +150,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${BSF_IP}
    
    nssf:
    image: docker_open5gs
    @@ -170,7 +170,7 @@ services:
    expose:
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${NSSF_IP}
    
    hss:
    image: docker_open5gs
    @@ -194,7 +194,7 @@ services:
    - "5868/tcp"
    - "5868/sctp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${HSS_IP}
    
    sgwc:
    image: docker_open5gs
    @@ -215,7 +215,7 @@ services:
    - "2123/udp"
    - "8805/udp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${SGWC_IP}
    
    sgwu:
    image: docker_open5gs
    @@ -238,7 +238,7 @@ services:

    ports:

    - "2152:2152/udp"

    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${SGWU_IP}
    
    smf:
    image: docker_open5gs
    @@ -265,7 +265,7 @@ services:
    - "2123/udp"
    - "7777/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${SMF_IP}
    
    upf:
    image: docker_open5gs
    @@ -295,7 +295,7 @@ services:
    - net.ipv4.ip_forward=1
    #- net.ipv6.conf.all.disable_ipv6=0
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${UPF_IP}
    
    amf:
    image: docker_open5gs
    @@ -324,7 +324,7 @@ services:

    ports:

    - "38412:38412/sctp"

    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${AMF_IP}
    
    mme:
    image: docker_open5gs
    @@ -356,7 +356,7 @@ services:

    ports:

    - "36412:36412/sctp"

    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${MME_IP}
    
    pcrf:
    image: docker_open5gs
    @@ -380,7 +380,7 @@ services:
    - "5868/tcp"
    - "5868/sctp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${PCRF_IP}
    
    dns:
    build: ./dns
    @@ -395,7 +395,7 @@ services:
    expose:
    - "53/udp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${DNS_IP}
    
    rtpengine:
    build: ./rtpengine
    @@ -425,7 +425,7 @@ services:

    ports:

    - "49000-50000:49000-50000/udp"

    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${RTPENGINE_IP}
    
    mysql:
    build: ./mysql
    @@ -440,7 +440,7 @@ services:
    expose:
    - "3306/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${MYSQL_IP}
    
    fhoss:
    build: ./fhoss
    @@ -462,7 +462,7 @@ services:
    ports:
    - "8080:8080/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${FHOSS_IP}
    
    icscf:
    image: docker_kamailio
    @@ -486,7 +486,7 @@ services:
    - "4060/udp"
    - "4060/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${ICSCF_IP}
    
    scscf:
    image: docker_kamailio
    @@ -510,7 +510,7 @@ services:
    - "6060/udp"
    - "6060/tcp"
    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${SCSCF_IP}
    
    pcscf:
    image: docker_kamailio
    @@ -552,10 +552,10 @@ services:

    - "6100-6120:6100-6120/tcp"

    - "6100-6120:6100-6120/udp"

    networks:
  •  default:
    
  •  default2:
       ipv4_address: ${PCSCF_IP}
    

networks:

  • default:
  • default2:
    ipam:
    config:
    - subnet: ${TEST_NETWORK}
    (END)

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024
  • ERROR: for rtpengine Cannot start service rtpengine: Invalid address 172.22.0.16: It does not belong to any of this network's subnets

this could have been due to you modifying the test network subnet range and trying to bring up rtpengine with an IP on another subnet range

So I change the "default" network for all the services in docker-compose.yaml to "default2" for example, and then creating the services works. Are there any side effects to this, or am I missing something?

I dont think there will be any side effects. But imo, this shouldn't have been necessary

Now I'm getting another error:
mysql | ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Remove the docker volumes as follows after bringing down the stack and give it a try

docker-compose down
docker system prune -f --volumes

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Hello and thanks for your help,

I ran the above, it seems to have resolved the rtpengine IP issue, however now I'm getting the following with the scscf, which just keeps repeating (the entire run command is below). I'm not sure how to proceed:

After running docker-compose up, what am i expecting to see (some kind of "completed successfully")? the next step in your readme builds the eNB... should i do that in the same terminal after it works?

===================================

docker@docker-ThinkPad-E590:/docker_open5gs$ docker-compose up
Starting mongo ... done
Starting mysql ... done
Starting dns ... done
Starting nrf ... done
Starting rtpengine ... done
Starting smf ... done
Starting udm ... done
Starting ausf ... done
Starting fhoss ... done
Starting nssf ... done
Starting pcf ... done
Starting bsf ... done
Starting hss ... done
Starting udr ... done
Starting webui ... done
Starting pcrf ... done
Starting upf ... done
Starting icscf ... done
Starting scscf ... done
Starting amf ... done
Starting sgwc ... done
Starting sgwu ... done
Starting pcscf ... done
Starting mme ... done
Attaching to rtpengine, nrf, dns, mysql, mongo, smf, ausf, udm, nssf, fhoss, hss, bsf, pcrf, webui, pcf, udr, upf, scscf, icscf, amf, sgwc, sgwu, pcscf, mme
amf | Deploying component: 'amf-1'
ausf | Deploying component: 'ausf-1'
dns | 10-Aug-2021 16:47:10.850 starting BIND 9.16.1-Ubuntu (Stable Release) id:d497c32
dns | 10-Aug-2021 16:47:10.850 running on Linux x86_64 5.4.0-77-generic #86
18.04.1-Ubuntu SMP Fri Jun 18 01:23:22 UTC 2021
dns | 10-Aug-2021 16:47:10.850 built with '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-silent-rules' '--libdir=/usr/lib/x86_64-linux-gnu' '--runstatedir=/run' '--disable-maintainer-mode' '--disable-dependency-tracking' '--libdir=/usr/lib/x86_64-linux-gnu' '--sysconfdir=/etc/bind' '--with-python=python3' '--localstatedir=/' '--enable-threads' '--enable-largefile' '--with-libtool' '--enable-shared' '--enable-static' '--with-gost=no' '--with-openssl=/usr' '--with-gssapi=/usr' '--with-libidn2' '--with-json-c' '--with-lmdb=/usr' '--with-gnu-ld' '--with-maxminddb' '--with-atf=no' '--enable-ipv6' '--enable-rrl' '--enable-filter-aaaa' '--disable-native-pkcs11' '--disable-isc-spnego' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/bind9-QF7jf9/bind9-9.16.1=. -fstack-protector-strong -Wformat -Werror=format-security -fno-strict-aliasing -fno-delete-null-pointer-checks -DNO_VERSION_DATE -DDIG_SIGCHASE' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'
dns | 10-Aug-2021 16:47:10.850 running as: named -c /etc/bind/named.conf -g -u bind
dns | 10-Aug-2021 16:47:10.850 compiled by GCC 9.3.0
dns | 10-Aug-2021 16:47:10.850 compiled with OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020
dns | 10-Aug-2021 16:47:10.850 linked to OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020
dns | 10-Aug-2021 16:47:10.850 compiled with libxml2 version: 2.9.10
dns | 10-Aug-2021 16:47:10.850 linked to libxml2 version: 20910
amf | Open5GS daemon v2.3.2-13-gaf5b3aa
amf |
amf | 08/10 16:47:28.653: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/amf.yaml' (../lib/app/ogs-init.c:129)
amf | 08/10 16:47:28.653: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/amf.log' (../lib/app/ogs-init.c:132)
dns | 10-Aug-2021 16:47:10.850 compiled with json-c version: 0.13.1
dns | 10-Aug-2021 16:47:10.850 linked to json-c version: 0.13.1
dns | 10-Aug-2021 16:47:10.850 compiled with zlib version: 1.2.11
dns | 10-Aug-2021 16:47:10.850 linked to zlib version: 1.2.11
dns | 10-Aug-2021 16:47:10.850 ----------------------------------------------------
dns | 10-Aug-2021 16:47:10.850 BIND 9 is maintained by Internet Systems Consortium,
dns | 10-Aug-2021 16:47:10.850 Inc. (ISC), a non-profit 501(c)(3) public-benefit
dns | 10-Aug-2021 16:47:10.850 corporation. Support and training for BIND 9 are
dns | 10-Aug-2021 16:47:10.850 available at https://www.isc.org/support
dns | 10-Aug-2021 16:47:10.850 ----------------------------------------------------
dns | 10-Aug-2021 16:47:10.850 found 8 CPUs, using 8 worker threads
dns | 10-Aug-2021 16:47:10.850 using 8 UDP listeners per interface
bsf | Deploying component: 'bsf-1'
amf | 08/10 16:47:28.660: [sbi] INFO: nghttp2_server() [172.22.0.10]:7777 (../lib/sbi/nghttp2-server.c:144)
dns | 10-Aug-2021 16:47:10.862 using up to 21000 sockets
amf | 08/10 16:47:28.660: [amf] INFO: ngap_server() [172.22.0.10]:38412 (../src/amf/ngap-sctp.c:53)
amf | 08/10 16:47:28.660: [sctp] INFO: AMF initialize...done (../src/amf/app.c:33)
amf | 08/10 16:47:28.662: [amf] INFO: [1ee60d14-f9d9-41eb-8b65-ed19c68acafc] NF registred [Heartbeat:10s] (../src/amf/nf-sm.c:198)
hss | Deploying component: 'hss-1'
hss | Generating a RSA private key
dns | 10-Aug-2021 16:47:10.882 loading configuration from '/etc/bind/named.conf'
ausf | Open5GS daemon v2.3.2-13-gaf5b3aa
ausf |
ausf | 08/10 16:47:16.408: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/ausf.yaml' (../lib/app/ogs-init.c:129)
ausf | 08/10 16:47:16.408: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/ausf.log' (../lib/app/ogs-init.c:132)
icscf | Deploying component: 'icscf-1'
icscf | mkdir: cannot create directory '/etc/kamailio_icscf': File exists
ausf | 08/10 16:47:16.409: [sbi] INFO: nghttp2_server() [172.22.0.11]:7777 (../lib/sbi/nghttp2-server.c:144)
nrf | Deploying component: 'nrf-1'
dns | 10-Aug-2021 16:47:10.882 reading built-in trust anchors from file '/etc/bind/bind.keys'
mongo | 2021-08-10T16:47:12.215+0400 I CONTROL [main] log file "/var/log/mongodb/mongodb.log" exists; moved to "/var/log/mongodb/mongodb.log.2021-08-10T12-47-12".
mme | Deploying component: 'mme-1'
nrf | Open5GS daemon v2.3.2-13-gaf5b3aa
nrf |
nrf | 08/10 16:47:11.743: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/nrf.yaml' (../lib/app/ogs-init.c:129)
ausf | 08/10 16:47:16.544: [app] INFO: AUSF initialize...done (../src/ausf/app.c:31)
mysql | usermod: no changes
nrf | 08/10 16:47:11.770: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/nrf.log' (../lib/app/ogs-init.c:132)
ausf | 08/10 16:47:16.547: [ausf] INFO: [179991f2-f9d9-41eb-8d14-e5036b6b9908] NF registred [Heartbeat:10s] (../src/ausf/nf-sm.c:198)
nrf | 08/10 16:47:11.773: [sbi] INFO: nghttp2_server() [172.22.0.12]:7777 (../lib/sbi/nghttp2-server.c:144)
dns | 10-Aug-2021 16:47:10.894 looking for GeoIP2 databases in '/usr/share/GeoIP'
ausf | 08/10 16:47:18.585: [ausf] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] (NRF-notify) NF registered (../src/ausf/nnrf-handler.c:179)
ausf | 08/10 16:47:18.585: [ausf] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] (NRF-notify) NF Profile updated (../src/ausf/nnrf-handler.c:198)
nssf | Deploying component: 'nssf-1'
fhoss | changing: DiameterPeerHSS.xml c3p0.properties hibernate.properties hss.properties log4j.properties
pcf | Deploying component: 'pcf-1'
nssf | Open5GS daemon v2.3.2-13-gaf5b3aa
nssf |
mysql | Waiting for MySQL to start.
nssf | 08/10 16:47:19.208: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/nssf.yaml' (../lib/app/ogs-init.c:129)
nssf | 08/10 16:47:19.208: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/nssf.log' (../lib/app/ogs-init.c:132)
pcrf | Deploying component: 'pcrf-1'
pcrf | Generating a RSA private key
nssf | 08/10 16:47:19.210: [sbi] INFO: nghttp2_server() [172.22.0.28]:7777 (../lib/sbi/nghttp2-server.c:144)
nssf | 08/10 16:47:19.211: [app] INFO: NSSF initialize...done (../src/nssf/app.c:31)
mysql | * Stopping MySQL database server mysqld
nssf | 08/10 16:47:19.212: [nssf] INFO: [1944f898-f9d9-41eb-b8a3-7118aa85ffd3] NF registred [Heartbeat:10s] (../src/nssf/nf-sm.c:198)
dns | 10-Aug-2021 16:47:10.894 using default UDP/IPv4 port range: [32768, 60999]
pcscf | Deploying component: 'pcscf-1'
nrf | 08/10 16:47:11.773: [app] INFO: NRF initialize...done (../src/nrf/app.c:31)
dns | 10-Aug-2021 16:47:10.894 using default UDP/IPv6 port range: [32768, 60999]
pcscf | mkdir: cannot create directory '/etc/kamailio_pcscf': File exists
nrf | 08/10 16:47:16.546: [nrf] INFO: [179991f2-f9d9-41eb-8d14-e5036b6b9908] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
nrf | 08/10 16:47:17.831: [nrf] INFO: [17c761cc-f9d9-41eb-9745-2f3d3f27217b] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
dns | 10-Aug-2021 16:47:10.918 listening on IPv4 interface lo, 127.0.0.1#53
dns | 10-Aug-2021 16:47:10.922 listening on IPv4 interface eth0, 172.22.0.15#53
dns | 10-Aug-2021 16:47:10.930 couldn't mkdir '//run/named': Permission denied
dns | 10-Aug-2021 16:47:10.930 generating session key for dynamic DNS
nrf | 08/10 16:47:18.584: [nrf] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
dns | 10-Aug-2021 16:47:10.930 couldn't mkdir '//run/named': Permission denied
dns | 10-Aug-2021 16:47:10.930 could not create //run/named/session.key
dns | 10-Aug-2021 16:47:10.930 failed to generate session key for dynamic DNS: permission denied
mysql | ...done.
dns | 10-Aug-2021 16:47:10.930 sizing zone task pool based on 2 zones
nrf | 08/10 16:47:19.211: [nrf] INFO: [1944f898-f9d9-41eb-b8a3-7118aa85ffd3] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
rtpengine | + RUNTIME=rtpengine
dns | 10-Aug-2021 16:47:10.930 none:100: 'max-cache-size 90%' - setting to 6902MB (out of 7669MB)
rtpengine | + lsmod
nrf | 08/10 16:47:28.661: [nrf] INFO: [1ee60d14-f9d9-41eb-8b65-ed19c68acafc] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
scscf | Deploying component: 'scscf-1'
sgwc | Deploying component: 'sgwc-1'
fhoss | changing: hss_db.sql hss_db_migrate_as_register.sql hss_db_migrate_dsai.sql userdata.sql
sgwu | Deploying component: 'sgwu-1'
sgwu | Open5GS daemon v2.3.2-13-gaf5b3aa
sgwu |
dns | 10-Aug-2021 16:47:10.946 set up managed keys zone for view _default, file 'managed-keys.bind'
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 10.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 16.172.IN-ADDR.ARPA
rtpengine | + grep xt_RTPENGINE
sgwu | 08/10 16:47:30.026: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/sgwu.yaml' (../lib/app/ogs-init.c:129)
sgwu | 08/10 16:47:30.026: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/sgwu.log' (../lib/app/ogs-init.c:132)
scscf | mkdir: cannot create directory '/etc/kamailio_scscf': File exists
mysql | * Starting MySQL database server mysqld
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 17.172.IN-ADDR.ARPA
rtpengine | xt_RTPENGINE 49152 1
rtpengine | x_tables 45056 8 xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_nat,xt_RTPENGINE,ip_tables,xt_MASQUERADE
sgwu | 08/10 16:47:30.037: [pfcp] INFO: pfcp_server() [172.22.0.6]:8805 (../lib/pfcp/path.c:30)
sgwu | 08/10 16:47:30.037: [pfcp] INFO: ogs_pfcp_connect() [172.22.0.5]:8805 (../lib/pfcp/path.c:59)
mysql | ...done.
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 18.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 19.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.946 automatic empty zone: 20.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 21.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 22.172.IN-ADDR.ARPA
smf | Deploying component: 'smf-1'
udm | Deploying component: 'udm-1'
rtpengine | rtpengine kernel module already loaded.
sgwu | 08/10 16:47:30.037: [gtp] INFO: gtp_server() [172.22.0.6]:2152 (../lib/gtp/path.c:30)
sgwc | Open5GS daemon v2.3.2-13-gaf5b3aa
sgwc |
sgwc | 08/10 16:47:29.634: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/sgwc.yaml' (../lib/app/ogs-init.c:129)
sgwc | 08/10 16:47:29.634: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/sgwc.log' (../lib/app/ogs-init.c:132)
rtpengine | + echo 'rtpengine kernel module already loaded.'
rtpengine | + '[' -z 172.22.0.16 ']'
rtpengine | + '[' -z 0 ']'
smf | Generating a RSA private key
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 23.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 24.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 25.172.IN-ADDR.ARPA
sgwu | 08/10 16:47:30.038: [app] INFO: SGW-U initialize...done (../src/sgwu/app.c:31)
rtpengine | + '[' -z 172.22.0.16:2223 ']'
udr | Deploying component: 'udr-1'
sgwc | 08/10 16:47:29.645: [gtp] INFO: gtp_server() [172.22.0.5]:2123 (../lib/gtp/path.c:30)
sgwc | 08/10 16:47:29.645: [pfcp] INFO: pfcp_server() [172.22.0.5]:8805 (../lib/pfcp/path.c:30)
sgwc | 08/10 16:47:29.645: [pfcp] INFO: ogs_pfcp_connect() [172.22.0.6]:8805 (../lib/pfcp/path.c:59)
sgwu | 08/10 16:47:30.038: [sgwu] INFO: PFCP associated (../src/sgwu/pfcp-sm.c:168)
sgwu | 08/10 16:47:30.038: [sgwu] WARNING: PFCP[RSP] has already been associated (../src/sgwu/pfcp-sm.c:202)
rtpengine | + '[' -z 49000 ']'
udm | Open5GS daemon v2.3.2-13-gaf5b3aa
udm |
udm | 08/10 16:47:18.582: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/udm.yaml' (../lib/app/ogs-init.c:129)
udm | 08/10 16:47:18.582: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/udm.log' (../lib/app/ogs-init.c:132)
upf | Deploying component: 'upf-1'
fhoss | changing: DiameterPeerHSS.xml c3p0.properties hibernate.properties hss.properties log4j.properties
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 26.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 27.172.IN-ADDR.ARPA
sgwc | 08/10 16:47:29.649: [app] INFO: SGW-C initialize...done (../src/sgwc/app.c:31)
udm | 08/10 16:47:18.583: [sbi] INFO: nghttp2_server() [172.22.0.13]:7777 (../lib/sbi/nghttp2-server.c:144)
mme | Generating a RSA private key
rtpengine | + '[' -z 50000 ']'
rtpengine | + '[' -z 184 ']'
udm | 08/10 16:47:18.583: [app] INFO: UDM initialize...done (../src/udm/app.c:31)
fhoss | mysqld is alive
sgwc | 08/10 16:47:30.038: [sgwc] INFO: PFCP associated (../src/sgwc/pfcp-sm.c:172)
rtpengine | + '[' -z /run/ngcp-rtpengine-daemon.pid ']'
webui | Deploying component: 'webui'
upf | RTNETLINK answers: Permission denied
udm | 08/10 16:47:18.585: [udm] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] NF registred [Heartbeat:10s] (../src/udm/nf-sm.c:198)
pcrf | ........+++++
rtpengine | ++ awk 'END{print $1}' /etc/hosts
upf | ip6tables v1.8.4 (legacy): can't initialize ip6tables table nat': Table does not exist (do you need to insmod?) upf | Perhaps ip6tables or your kernel needs to be upgraded. rtpengine | + LISTEN_CLI=172.22.0.16:9901 rtpengine | + OPTIONS= sgwc | 08/10 16:47:30.038: [sgwc] WARNING: PFCP[RSP] has already been associated (../src/sgwc/pfcp-sm.c:206) dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 28.172.IN-ADDR.ARPA dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 29.172.IN-ADDR.ARPA upf | ip6tables v1.8.4 (legacy): can't initialize ip6tables table filter': Table does not exist (do you need to insmod?)
upf | Perhaps ip6tables or your kernel needs to be upgraded.
upf | RTNETLINK answers: Permission denied
rtpengine | + OPTIONS=' --interface=172.22.0.16 --listen-ng=172.22.0.16:2223 --listen-cli=172.22.0.16:9901 --pidfile=/run/ngcp-rtpengine-daemon.pid --port-min=49000 --port-max=50000 '
rtpengine | + OPTIONS=' --interface=172.22.0.16 --listen-ng=172.22.0.16:2223 --listen-cli=172.22.0.16:9901 --pidfile=/run/ngcp-rtpengine-daemon.pid --port-min=49000 --port-max=50000 --table=0 --tos=184 --foreground'
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 30.172.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 31.172.IN-ADDR.ARPA
upf | Open5GS daemon v2.3.2-13-gaf5b3aa
upf |
rtpengine | + test no = yes
rtpengine | + set +e
upf | 08/10 16:47:27.604: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/upf.yaml' (../lib/app/ogs-init.c:129)
upf | 08/10 16:47:27.604: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/upf.log' (../lib/app/ogs-init.c:132)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 168.192.IN-ADDR.ARPA
rtpengine | + '[' -e /proc/rtpengine/control ']'
hss | ..............+++++
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 64.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 65.100.IN-ADDR.ARPA
upf | 08/10 16:47:27.639: [pfcp] INFO: pfcp_server() [172.22.0.8]:8805 (../lib/pfcp/path.c:30)
upf | 08/10 16:47:27.639: [pfcp] INFO: ogs_pfcp_connect() [172.22.0.7]:8805 (../lib/pfcp/path.c:59)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 66.100.IN-ADDR.ARPA
rtpengine | + echo 'del 0'
rtpengine | + iptables -N rtpengine
upf | 08/10 16:47:27.640: [gtp] INFO: gtp_server() [172.22.0.8]:2152 (../lib/gtp/path.c:30)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 67.100.IN-ADDR.ARPA
rtpengine | + iptables -D INPUT -j rtpengine
upf | 08/10 16:47:27.640: [sock] ERROR: ogs_link_local_addr_by_dev() failed (../lib/core/ogs-sockaddr.c:296)
upf | 08/10 16:47:27.640: [sock] ERROR: ogs_link_local_addr_by_dev() failed (../lib/core/ogs-sockaddr.c:296)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 68.100.IN-ADDR.ARPA
rtpengine | + iptables -I INPUT -j rtpengine
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 69.100.IN-ADDR.ARPA
rtpengine | + iptables -D rtpengine -p udp -j RTPENGINE --id 0
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 70.100.IN-ADDR.ARPA
rtpengine | + iptables -I rtpengine -p udp -j RTPENGINE --id 0
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 71.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 72.100.IN-ADDR.ARPA
rtpengine | + iptables-save
rtpengine | + ip6tables -N rtpengine
upf | 08/10 16:47:27.640: [app] INFO: UPF initialize...done (../src/upf/app.c:31)
upf | 08/10 16:47:27.640: [upf] INFO: PFCP associated (../src/upf/pfcp-sm.c:173)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 73.100.IN-ADDR.ARPA
rtpengine | + ip6tables -D INPUT -j rtpengine
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 74.100.IN-ADDR.ARPA
pcrf | ..............+++++
pcrf | writing new private key to 'cakey.pem'
rtpengine | + ip6tables -I INPUT -j rtpengine
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 75.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 76.100.IN-ADDR.ARPA
rtpengine | modprobe: FATAL: Module ip6_tables not found in directory /lib/modules/5.4.0-77-generic
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 77.100.IN-ADDR.ARPA
pcrf | -----
pcrf | Generating RSA private key, 1024 bit long modulus (2 primes)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 78.100.IN-ADDR.ARPA
rtpengine | ip6tables v1.8.4 (legacy): can't initialize ip6tables table filter': Table does not exist (do you need to insmod?) rtpengine | Perhaps ip6tables or your kernel needs to be upgraded. rtpengine | + ip6tables -D rtpengine -p udp -j RTPENGINE --id 0 smf | ...................+++++ dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 79.100.IN-ADDR.ARPA rtpengine | + ip6tables -I rtpengine -p udp -j RTPENGINE --id 0 dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 80.100.IN-ADDR.ARPA rtpengine | modprobe: FATAL: Module ip6_tables not found in directory /lib/modules/5.4.0-77-generic hss | .......+++++ dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 81.100.IN-ADDR.ARPA rtpengine | ip6tables v1.8.4 (legacy): can't initialize ip6tables table filter': Table does not exist (do you need to insmod?)
rtpengine | Perhaps ip6tables or your kernel needs to be upgraded.
hss | writing new private key to 'cakey.pem'
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 82.100.IN-ADDR.ARPA
hss | -----
rtpengine | + ip6tables-save
hss | Generating RSA private key, 1024 bit long modulus (2 primes)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 83.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 84.100.IN-ADDR.ARPA
rtpengine | + ip r add 192.168.101.0/24 via 172.22.0.8
pcrf | ...+++++
rtpengine | + set -x
rtpengine | + exec rtpengine --interface=172.22.0.16 --listen-ng=172.22.0.16:2223 --listen-cli=172.22.0.16:9901 --pidfile=/run/ngcp-rtpengine-daemon.pid --port-min=49000 --port-max=50000 --table=0 --tos=184 --foreground
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 85.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 86.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 87.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 88.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 89.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 90.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 91.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 92.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 93.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 94.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 95.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 96.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 97.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 98.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 99.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 100.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 101.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 102.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 103.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 104.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 105.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 106.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 107.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 108.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 109.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 110.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 111.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 112.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 113.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 114.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 115.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 116.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 117.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 118.100.IN-ADDR.ARPA
mme | .............................................+++++
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 119.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 120.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 121.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 122.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 123.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 124.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 125.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 126.100.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 127.100.IN-ADDR.ARPA
hss | ................................+++++
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 0.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 127.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 254.169.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 2.0.192.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 100.51.198.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 113.0.203.IN-ADDR.ARPA
smf | ......................................+++++
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
smf | writing new private key to 'cakey.pem'
smf | -----
smf | Generating RSA private key, 1024 bit long modulus (2 primes)
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: D.F.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 8.E.F.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 9.E.F.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: A.E.F.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: B.E.F.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: EMPTY.AS112.ARPA
dns | 10-Aug-2021 16:47:10.950 automatic empty zone: HOME.ARPA
dns | 10-Aug-2021 16:47:10.950 none:100: 'max-cache-size 90%' - setting to 6902MB (out of 7669MB)
dns | 10-Aug-2021 16:47:10.958 configuring command channel from '/etc/bind/rndc.key'
smf | .......+++++
dns | 10-Aug-2021 16:47:10.958 command channel listening on 127.0.0.1#953
dns | 10-Aug-2021 16:47:10.958 configuring command channel from '/etc/bind/rndc.key'
dns | 10-Aug-2021 16:47:10.958 couldn't add command channel ::1#953: address not available
dns | 10-Aug-2021 16:47:10.958 not using config file logging statement for logging due to -g option
dns | 10-Aug-2021 16:47:10.974 managed-keys-zone: loaded serial 0
dns | 10-Aug-2021 16:47:10.978 zone epc.mnc001.mcc001.3gppnetwork.org/IN: loaded serial 1
dns | 10-Aug-2021 16:47:10.978 zone ims.mnc001.mcc001.3gppnetwork.org/IN: loaded serial 1
dns | 10-Aug-2021 16:47:10.978 all zones loaded
dns | 10-Aug-2021 16:47:10.978 running
dns | 10-Aug-2021 16:47:10.978 zone ims.mnc001.mcc001.3gppnetwork.org/IN: sending notifies (serial 1)
dns | 10-Aug-2021 16:47:10.978 zone epc.mnc001.mcc001.3gppnetwork.org/IN: sending notifies (serial 1)
smf | .......+++++
hss | .............................+++++
smf | e is 65537 (0x010001)
hss | e is 65537 (0x010001)
hss | Using configuration from /usr/lib/ssl/openssl.cnf
hss | Check that the request matches the signature
hss | Signature ok
hss | Certificate Details:
hss | Serial Number: 1 (0x1)
hss | Validity
hss | Not Before: Aug 10 12:47:22 2021 GMT
hss | Not After : Aug 8 12:47:22 2031 GMT
hss | Subject:
hss | countryName = KO
hss | stateOrProvinceName = Seoul
smf | Using configuration from /usr/lib/ssl/openssl.cnf
smf | Check that the request matches the signature
smf | Signature ok
hss | organizationName = Open5GS
hss | organizationalUnitName = Tests
smf | Certificate Details:
smf | Serial Number: 1 (0x1)
smf | Validity
smf | Not Before: Aug 10 12:47:16 2021 GMT
smf | Not After : Aug 8 12:47:16 2031 GMT
smf | Subject:
smf | countryName = KO
smf | stateOrProvinceName = Seoul
smf | organizationName = Open5GS
mme | ............................................+++++
mme | writing new private key to 'cakey.pem'
mme | -----
smf | organizationalUnitName = Tests
mme | Generating RSA private key, 1024 bit long modulus (2 primes)
pcrf | ............................................................................+++++
pcrf | e is 65537 (0x010001)
pcrf | Using configuration from /usr/lib/ssl/openssl.cnf
smf | commonName = mme.epc.mnc001.mcc001.3gppnetwork.org
smf | X509v3 extensions:
smf | X509v3 Basic Constraints:
smf | CA:FALSE
smf | Netscape Comment:
smf | OpenSSL Generated Certificate
smf | X509v3 Subject Key Identifier:
smf | 98:E1:75:AE:6C:BA:A4:3D:A6:31:51:EE:6D:79:5C:EC:3E:10:14:3D
smf | X509v3 Authority Key Identifier:
smf | keyid:1B:02:D7:BC:8F:0E:AF:7B:27:DD:28:82:E4:96:91:35:40:B4:7D:C8
smf |
smf | Certificate is to be certified until Aug 8 12:47:16 2031 GMT (3650 days)
hss | commonName = hss.epc.mnc001.mcc001.3gppnetwork.org
hss | X509v3 extensions:
hss | X509v3 Basic Constraints:
hss | CA:FALSE
hss | Netscape Comment:
hss | OpenSSL Generated Certificate
hss | X509v3 Subject Key Identifier:
pcrf | Check that the request matches the signature
pcrf | Signature ok
smf |
smf | Write out database with 1 new entries
pcrf | Certificate Details:
pcrf | Serial Number: 1 (0x1)
pcrf | Validity
pcrf | Not Before: Aug 10 12:47:22 2021 GMT
pcrf | Not After : Aug 8 12:47:22 2031 GMT
pcrf | Subject:
smf | Data Base Updated
pcrf | countryName = KO
pcrf | stateOrProvinceName = Seoul
pcrf | organizationName = Open5GS
smf | Generating RSA private key, 1024 bit long modulus (2 primes)
pcrf | organizationalUnitName = Tests
hss | 35:30:7A:FC:08:19:95:F4:AC:5C:24:41:EF:C1:A8:F8:09:31:BE:ED
hss | X509v3 Authority Key Identifier:
hss | keyid:95:F9:DD:9A:D2:2A:20:45:7C:76:13:AC:02:6D:8C:0E:67:F2:94:83
hss |
hss | Certificate is to be certified until Aug 8 12:47:22 2031 GMT (3650 days)
hss |
hss | Write out database with 1 new entries
pcrf | commonName = pcrf.epc.mnc001.mcc001.3gppnetwork.org
pcrf | X509v3 extensions:
pcrf | X509v3 Basic Constraints:
pcrf | CA:FALSE
pcrf | Netscape Comment:
pcrf | OpenSSL Generated Certificate
mme | ....+++++
hss | Data Base Updated
pcrf | X509v3 Subject Key Identifier:
pcrf | 09:DA:7F:66:F2:F4:78:E7:2C:22:70:61:FB:DD:01:4C:3F:F8:4D:7B
pcrf | X509v3 Authority Key Identifier:
pcrf | keyid:2D:84:93:5D:68:05:43:84:7B:71:2B:E2:3B:A5:C5:DF:E7:4C:AB:81
pcrf |
mme | ..+++++
mme | e is 65537 (0x010001)
pcrf | Certificate is to be certified until Aug 8 12:47:22 2031 GMT (3650 days)
pcrf |
pcrf | Write out database with 1 new entries
pcrf | Data Base Updated
smf | ................................................+++++
mme | Using configuration from /usr/lib/ssl/openssl.cnf
mme | Check that the request matches the signature
mme | Signature ok
mme | Certificate Details:
mme | Serial Number: 1 (0x1)
mme | Validity
mme | Not Before: Aug 10 12:47:31 2021 GMT
mme | Not After : Aug 8 12:47:31 2031 GMT
mme | Subject:
mme | countryName = KO
smf | ......+++++
smf | e is 65537 (0x010001)
smf | Using configuration from /usr/lib/ssl/openssl.cnf
smf | Check that the request matches the signature
smf | Signature ok
smf | Certificate Details:
smf | Serial Number: 2 (0x2)
smf | Validity
smf | Not Before: Aug 10 12:47:16 2021 GMT
smf | Not After : Aug 8 12:47:16 2031 GMT
smf | Subject:
smf | countryName = KO
smf | stateOrProvinceName = Seoul
mme | stateOrProvinceName = Seoul
mme | organizationName = Open5GS
mme | organizationalUnitName = Tests
smf | organizationName = Open5GS
mme | commonName = mme.epc.mnc001.mcc001.3gppnetwork.org
smf | organizationalUnitName = Tests
mme | X509v3 extensions:
mme | X509v3 Basic Constraints:
mme | CA:FALSE
mme | Netscape Comment:
mme | OpenSSL Generated Certificate
mme | X509v3 Subject Key Identifier:
mme | E6:E2:DD:26:92:49:83:5E:8F:F6:98:A8:20:44:B1:85:DD:08:EB:FF
mme | X509v3 Authority Key Identifier:
mme | keyid:92:04:2B:7A:4C:80:70:D7:3D:FE:69:76:69:84:B7:20:58:59:48:87
mme |
mme | Certificate is to be certified until Aug 8 12:47:31 2031 GMT (3650 days)
mme |
mme | Write out database with 1 new entries
mme | Data Base Updated
smf | commonName = hss.epc.mnc001.mcc001.3gppnetwork.org
smf | X509v3 extensions:
smf | X509v3 Basic Constraints:
smf | CA:FALSE
smf | Netscape Comment:
smf | OpenSSL Generated Certificate
smf | X509v3 Subject Key Identifier:
smf | 75:1D:CE:AA:18:96:05:D5:22:29:A8:EC:FE:A6:63:21:4B:70:08:38
smf | X509v3 Authority Key Identifier:
smf | keyid:1B:02:D7:BC:8F:0E:AF:7B:27:DD:28:82:E4:96:91:35:40:B4:7D:C8
smf |
smf | Certificate is to be certified until Aug 8 12:47:16 2031 GMT (3650 days)
smf |
smf | Write out database with 1 new entries
smf | Data Base Updated
smf | Generating RSA private key, 1024 bit long modulus (2 primes)
smf | ........+++++
smf | .............+++++
smf | e is 65537 (0x010001)
smf | Using configuration from /usr/lib/ssl/openssl.cnf
smf | Check that the request matches the signature
smf | Signature ok
smf | Certificate Details:
smf | Serial Number: 3 (0x3)
smf | Validity
smf | Not Before: Aug 10 12:47:16 2021 GMT
smf | Not After : Aug 8 12:47:16 2031 GMT
smf | Subject:
smf | countryName = KO
smf | stateOrProvinceName = Seoul
smf | organizationName = Open5GS
smf | organizationalUnitName = Tests
smf | commonName = smf.epc.mnc001.mcc001.3gppnetwork.org
smf | X509v3 extensions:
smf | X509v3 Basic Constraints:
smf | CA:FALSE
smf | Netscape Comment:
smf | OpenSSL Generated Certificate
smf | X509v3 Subject Key Identifier:
smf | 6B:64:6E:B5:8B:2A:C4:96:1B:BC:0B:41:C4:63:DD:07:C4:DA:8B:96
smf | X509v3 Authority Key Identifier:
smf | keyid:1B:02:D7:BC:8F:0E:AF:7B:27:DD:28:82:E4:96:91:35:40:B4:7D:C8
smf |
smf | Certificate is to be certified until Aug 8 12:47:16 2031 GMT (3650 days)
smf |
smf | Write out database with 1 new entries
smf | Data Base Updated
smf | Generating RSA private key, 1024 bit long modulus (2 primes)
smf | ..+++++
smf | ..............+++++
smf | e is 65537 (0x010001)
smf | Using configuration from /usr/lib/ssl/openssl.cnf
smf | Check that the request matches the signature
smf | Signature ok
smf | Certificate Details:
smf | Serial Number: 4 (0x4)
smf | Validity
smf | Not Before: Aug 10 12:47:16 2021 GMT
smf | Not After : Aug 8 12:47:16 2031 GMT
smf | Subject:
smf | countryName = KO
smf | stateOrProvinceName = Seoul
smf | organizationName = Open5GS
smf | organizationalUnitName = Tests
smf | commonName = pcrf.epc.mnc001.mcc001.3gppnetwork.org
smf | X509v3 extensions:
smf | X509v3 Basic Constraints:
smf | CA:FALSE
smf | Netscape Comment:
smf | OpenSSL Generated Certificate
smf | X509v3 Subject Key Identifier:
smf | E8:DA:E3:50:48:BD:48:E6:4E:B2:A0:F2:68:C6:20:70:F3:6B:23:34
smf | X509v3 Authority Key Identifier:
smf | keyid:1B:02:D7:BC:8F:0E:AF:7B:27:DD:28:82:E4:96:91:35:40:B4:7D:C8
smf |
smf | Certificate is to be certified until Aug 8 12:47:16 2031 GMT (3650 days)
smf |
smf | Write out database with 1 new entries
smf | Data Base Updated
smf | Open5GS daemon v2.3.2-13-gaf5b3aa
smf |
smf | 08/10 16:47:16.679: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/smf.yaml' (../lib/app/ogs-init.c:129)
smf | 08/10 16:47:16.679: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/smf.log' (../lib/app/ogs-init.c:132)
smf | 08/10 16:47:17.787: [gtp] INFO: gtp_server() [172.22.0.7]:2123 (../lib/gtp/path.c:30)
smf | 08/10 16:47:17.787: [gtp] INFO: gtp_server() [172.22.0.7]:2152 (../lib/gtp/path.c:30)
smf | 08/10 16:47:17.787: [pfcp] INFO: pfcp_server() [172.22.0.7]:8805 (../lib/pfcp/path.c:30)
smf | 08/10 16:47:17.787: [pfcp] INFO: ogs_pfcp_connect() [172.22.0.8]:8805 (../lib/pfcp/path.c:59)
smf | 08/10 16:47:17.787: [sbi] INFO: nghttp2_server() [172.22.0.7]:7777 (../lib/sbi/nghttp2-server.c:144)
smf | 08/10 16:47:17.829: [app] INFO: SMF initialize...done (../src/smf/app.c:31)
smf | 08/10 16:47:17.832: [smf] INFO: [17c761cc-f9d9-41eb-9745-2f3d3f27217b] NF registred [Heartbeat:10s] (../src/smf/nf-sm.c:199)
smf | 08/10 16:47:18.585: [smf] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] (NRF-notify) NF registered (../src/smf/nnrf-handler.c:180)
smf | 08/10 16:47:18.585: [smf] INFO: [18e5562c-f9d9-41eb-8bc5-1bd5f4f7598b] (NRF-notify) NF Profile updated (../src/smf/nnrf-handler.c:199)
smf | 08/10 16:47:25.295: [pfcp] WARNING: [1] LOCAL No Reponse. Give up! for step 1 type 5 peer [172.22.0.8]:8805 (../lib/pfcp/xact.c:612)
smf | 08/10 16:47:27.640: [smf] INFO: PFCP associated (../src/smf/pfcp-sm.c:174)
smf | 08/10 16:47:28.662: [smf] INFO: [1ee60d14-f9d9-41eb-8b65-ed19c68acafc] (NRF-notify) NF registered (../src/smf/nnrf-handler.c:180)
smf | 08/10 16:47:28.662: [smf] INFO: [1ee60d14-f9d9-41eb-8b65-ed19c68acafc] (NRF-notify) NF Profile updated (../src/smf/nnrf-handler.c:199)
mme | Open5GS daemon v2.3.2-13-gaf5b3aa
mme |
mme | 08/10 16:47:31.665: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/mme.yaml' (../lib/app/ogs-init.c:129)
mme | 08/10 16:47:31.665: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/mme.log' (../lib/app/ogs-init.c:132)
mysql | 2021-08-10T12:47:31.709692Z mysqld_safe Logging to '/var/log/mysql/error.log'.
mme | 08/10 16:47:31.712: [gtp] INFO: gtp_server() [172.22.0.9]:2123 (../lib/gtp/path.c:30)
mme | 08/10 16:47:31.712: [gtp] INFO: gtp_connect() [172.22.0.5]:2123 (../lib/gtp/path.c:58)
mme | 08/10 16:47:31.712: [mme] INFO: s1ap_server() [172.22.0.9]:36412 (../src/mme/s1ap-sctp.c:54)
mme | 08/10 16:47:31.712: [sctp] INFO: MME initialize...done (../src/mme/app-init.c:33)
mysql | 2021-08-10T12:47:31.723680Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
bsf | Open5GS daemon v2.3.2-13-gaf5b3aa
bsf |
bsf | 08/10 16:47:31.851: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/bsf.yaml' (../lib/app/ogs-init.c:129)
bsf | 08/10 16:47:31.851: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/bsf.log' (../lib/app/ogs-init.c:132)
bsf | 08/10 16:47:31.852: [sbi] INFO: nghttp2_server() [172.22.0.29]:7777 (../lib/sbi/nghttp2-server.c:144)
bsf | 08/10 16:47:31.852: [app] INFO: BSF initialize...done (../src/bsf/app.c:31)
nrf | 08/10 16:47:31.853: [nrf] INFO: [20cdf088-f9d9-41eb-b7de-e18f3ff2a5af] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
bsf | 08/10 16:47:31.853: [bsf] INFO: [20cdf088-f9d9-41eb-b7de-e18f3ff2a5af] NF registred [Heartbeat:10s] (../src/bsf/nf-sm.c:199)
hss | Open5GS daemon v2.3.2-13-gaf5b3aa
hss |
hss | 08/10 16:47:32.021: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/hss.yaml' (../lib/app/ogs-init.c:129)
hss | 08/10 16:47:32.021: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/hss.log' (../lib/app/ogs-init.c:132)
hss | 08/10 16:47:32.023: [dbi] INFO: MongoDB URI: 'mongodb://172.22.0.2/open5gs' (../lib/dbi/ogs-mongoc.c:130)
hss | 08/10 16:47:32.067: [app] INFO: HSS initialize...done (../src/hss/app-init.c:31)
mme | 08/10 16:47:32.069: [diam] INFO: CONNECTED TO 'hss.epc.mnc001.mcc001.3gppnetwork.org' (SCTP,soc#7): (../lib/diameter/common/logger.c:108)
hss | 08/10 16:47:32.069: [diam] INFO: CONNECTED TO 'mme.epc.mnc001.mcc001.3gppnetwork.org' (SCTP,soc#15): (../lib/diameter/common/logger.c:108)
pcrf | Open5GS daemon v2.3.2-13-gaf5b3aa
pcrf |
pcrf | 08/10 16:47:32.410: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/pcrf.yaml' (../lib/app/ogs-init.c:129)
pcrf | 08/10 16:47:32.410: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/pcrf.log' (../lib/app/ogs-init.c:132)
pcrf | 08/10 16:47:32.413: [dbi] INFO: MongoDB URI: 'mongodb://172.22.0.2/open5gs' (../lib/dbi/ogs-mongoc.c:130)
pcrf | 08/10 16:47:32.461: [app] INFO: PCRF initialize...done (../src/pcrf/app-init.c:31)
smf | 08/10 16:47:32.462: [diam] INFO: CONNECTED TO 'pcrf.epc.mnc001.mcc001.3gppnetwork.org' (SCTP,soc#9): (../lib/diameter/common/logger.c:108)
pcrf | 08/10 16:47:32.463: [diam] INFO: CONNECTED TO 'smf.epc.mnc001.mcc001.3gppnetwork.org' (SCTP,soc#16): (../lib/diameter/common/logger.c:108)
pcf | Open5GS daemon v2.3.2-13-gaf5b3aa
pcf |
pcf | 08/10 16:47:34.667: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/pcf.yaml' (../lib/app/ogs-init.c:129)
pcf | 08/10 16:47:34.667: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/pcf.log' (../lib/app/ogs-init.c:132)
pcf | 08/10 16:47:34.670: [dbi] INFO: MongoDB URI: 'mongodb://172.22.0.2/open5gs' (../lib/dbi/ogs-mongoc.c:130)
pcf | 08/10 16:47:34.670: [sbi] INFO: nghttp2_server() [172.22.0.27]:7777 (../lib/sbi/nghttp2-server.c:144)
pcf | 08/10 16:47:34.670: [app] INFO: PCF initialize...done (../src/pcf/app.c:31)
nrf | 08/10 16:47:34.671: [nrf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
smf | 08/10 16:47:34.671: [smf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] (NRF-notify) NF registered (../src/smf/nnrf-handler.c:180)
smf | 08/10 16:47:34.671: [smf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] (NRF-notify) NF Profile updated (../src/smf/nnrf-handler.c:199)
pcf | 08/10 16:47:34.672: [pcf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] NF registred [Heartbeat:10s] (../src/pcf/nf-sm.c:198)
amf | 08/10 16:47:34.672: [amf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] (NRF-notify) NF registered (../src/amf/nnrf-handler.c:182)
amf | 08/10 16:47:34.672: [amf] INFO: [227bbc30-f9d9-41eb-8abf-8ffc47e3c6a2] (NRF-notify) NF Profile updated (../src/amf/nnrf-handler.c:201)
webui |
webui | > [email protected] dev /open5gs/webui
webui | > node server/index.js
webui |
udr | Open5GS daemon v2.3.2-13-gaf5b3aa
udr |
udr | 08/10 16:47:35.007: [app] INFO: Configuration: '/open5gs/install/etc/open5gs/udr.yaml' (../lib/app/ogs-init.c:129)
udr | 08/10 16:47:35.007: [app] INFO: File Logging: '/open5gs/install/var/log/open5gs/udr.log' (../lib/app/ogs-init.c:132)
udr | 08/10 16:47:35.009: [dbi] INFO: MongoDB URI: 'mongodb://172.22.0.2/open5gs' (../lib/dbi/ogs-mongoc.c:130)
udr | 08/10 16:47:35.009: [sbi] INFO: nghttp2_server() [172.22.0.14]:7777 (../lib/sbi/nghttp2-server.c:144)
udr | 08/10 16:47:35.010: [app] INFO: UDR initialize...done (../src/udr/app.c:31)
nrf | 08/10 16:47:35.010: [nrf] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] NF registred [Heartbeat:10s] (../src/nrf/nf-sm.c:192)
udm | 08/10 16:47:35.011: [udm] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] (NRF-notify) NF registered (../src/udm/nnrf-handler.c:180)
udm | 08/10 16:47:35.011: [udm] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] (NRF-notify) NF Profile updated (../src/udm/nnrf-handler.c:199)
pcf | 08/10 16:47:35.011: [pcf] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] (NRF-notify) NF registered (../src/pcf/nnrf-handler.c:180)
pcf | 08/10 16:47:35.011: [pcf] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] (NRF-notify) NF Profile updated (../src/pcf/nnrf-handler.c:199)
udr | 08/10 16:47:35.011: [udr] INFO: [22af8f9c-f9d9-41eb-8ad4-056e3515217d] NF registred [Heartbeat:10s] (../src/udr/nf-sm.c:198)
webui | > Using external babel configuration
webui | > Location: "/open5gs/webui/.babelrc"
pcscf | mysqld is alive
fhoss | Building Classpath
fhoss | Classpath is lib/xml-apis.jar:lib/xercesImpl.jar:lib/xerces-2.4.0.jar:lib/xalan-2.4.0.jar:lib/tomcat-util.jar:lib/tomcat-http.jar:lib/tomcat-coyote.jar:lib/struts.jar:lib/servlets-default.jar:lib/servlet-api.jar:lib/naming-resources.jar:lib/naming-factory.jar:lib/mysql-connector-java-5.1.49-bin.jar:lib/mx4j-3.0.1.jar:lib/log4j.jar:lib/junitee.jar:lib/junit.jar:lib/jta.jar:lib/jsp-api.jar:lib/jmx.jar:lib/jdp.jar:lib/jasper-runtime.jar:lib/jasper-compiler.jar:lib/jasper-compiler-jdt.jar:lib/hibernate3.jar:lib/ehcache-1.1.jar:lib/dom4j-1.6.1.jar:lib/commons-validator.jar:lib/commons-modeler.jar:lib/commons-logging.jar:lib/commons-logging-1.0.4.jar:lib/commons-lang.jar:lib/commons-fileupload.jar:lib/commons-el.jar:lib/commons-digester.jar:lib/commons-collections-3.1.jar:lib/commons-beanutils.jar:lib/cglib-2.1.3.jar:lib/catalina.jar:lib/catalina-optional.jar:lib/c3p0-0.9.1.jar:lib/base64.jar:lib/asm.jar:lib/asm-attrs.jar:lib/antlr-2.7.6.jar:lib/FHoSS.jar:/usr/lib/jvm/jdk1.7.0_80/jre/lib/:log4j.properties:..
fhoss | [main] INFO de.fhg.fokus.hss.main.TomcatServer - Tomcat-Server is started.
fhoss | [main] INFO org.apache.catalina.startup.Embedded - Starting tomcat server
fhoss | [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/5.5.9
fhoss | [main] INFO org.apache.coyote.http11.Http11Protocol - Initializing Coyote HTTP/1.1 on http-172.22.0.18-8080
fhoss | [main] INFO org.apache.coyote.http11.Http11Protocol - Starting Coyote HTTP/1.1 on http-172.22.0.18-8080
fhoss | [main] WARN org.apache.catalina.connector.MapperListener - Unknown default host: 172.22.0.18
fhoss | [main] INFO org.apache.catalina.core.StandardHost - XML validation disabled
fhoss | [main] INFO de.fhg.fokus.hss.web.servlet.ResponseFilter - Response Filter Initialisation!
fhoss | log4j:WARN No appenders could be found for logger (org.apache.catalina.loader.WebappClassLoader).
fhoss | log4j:WARN Please initialize the log4j system properly.
fhoss | [main] INFO org.apache.struts.tiles.TilesPlugin - Tiles definition factory loaded for module ''.
fhoss | [main] INFO org.apache.struts.validator.ValidatorPlugIn - Loading validation rules file from '/WEB-INF/validator-rules.xml'
fhoss | [main] INFO org.apache.struts.validator.ValidatorPlugIn - Loading validation rules file from '/WEB-INF/validation.xml'
fhoss | [main] INFO de.fhg.fokus.hss.main.TomcatServer - WebConsole of FHoSS was started !
webui | DONE Compiled successfully in 1817ms12:47:37 PM
webui |
fhoss | [main] INFO org.hibernate.cfg.Environment - Hibernate 3.2.1
fhoss | [main] INFO org.hibernate.cfg.Environment - loaded properties from resource hibernate.properties: {hibernate.c3p0.timeout=3600, hibernate.connection.driver_class=com.mysql.jdbc.Driver, hibernate.connection.isolation=1, hibernate.c3p0.max_statements=0, hibernate.c3p0.max_size=30, hibernate.dialect=org.hibernate.dialect.MySQLDialect, hibernate.c3p0.idle_test_period=1200, hibernate.c3p0.min_size=1, hibernate.connection.username=hss, hibernate.c3p0.acquire_increment=1, hibernate.connection.url=jdbc:mysql://172.22.0.17:3306/hss_db, hibernate.bytecode.use_reflection_optimizer=false, hibernate.connection.password=}
fhoss | [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
fhoss | [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
fhoss | [main] INFO org.hibernate.cfg.Configuration - configuring from resource: /hibernate.cfg.xml
fhoss | [main] INFO org.hibernate.cfg.Configuration - Configuration resource: /hibernate.cfg.xml
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/ApplicationServer.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.ApplicationServer -> application_server
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/CapabilitiesSet.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.CapabilitiesSet -> capabilities_set
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/Capability.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.Capability -> capability
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/ChargingInfo.hbm.xml
webui | Mongoose: accounts.count({}, {})
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.ChargingInfo -> charging_info
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/DSAI_IMPU.hbm.xml
webui | Mongoose: subscribers.ensureIndex({ imsi: 1 }, { unique: true, background: true })
webui | Mongoose: accounts.ensureIndex({ username: 1 }, { unique: true, background: true })
webui | > Ready on http://f3995f8f56d6:3000
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.DSAI_IMPU -> dsai_impu
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/DSAI_IFC.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.DSAI_IFC -> dsai_ifc
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/DSAI.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.DSAI -> dsai
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IFC.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IFC -> ifc
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IMPI_IMPU.hbm.xml
scscf | mysqld is alive
icscf | mysqld is alive
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IMPI_IMPU -> impi_impu
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IMPI.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IMPI -> impi
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IMPU.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IMPU -> impu
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IMPU_VisitedNetwork.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IMPU_VisitedNetwork -> impu_visited_network
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/IMSU.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.IMSU -> imsu
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/Preferred_SCSCF_Set.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.Preferred_SCSCF_Set -> preferred_scscf_set
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/CxEvents.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.CxEvents -> cx_events
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/Shared_IFC_Set.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.Shared_IFC_Set -> shared_ifc_set
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/ShNotification.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.ShNotification -> sh_notification
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/ShSubscription.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.ShSubscription -> sh_subscription
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/SP_IFC.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.SP_IFC -> sp_ifc
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/SP_Shared_IFC_Set.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.SP_Shared_IFC_Set -> sp_shared_ifc_set
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/SP.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.SP -> sp
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/SPT.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.SPT -> spt
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/TP.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.TP -> tp
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/VisitedNetwork.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.VisitedNetwork -> visited_network
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/RepositoryData.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.RepositoryData -> repository_data
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/AliasesRepositoryData.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.AliasesRepositoryData -> aliases_repository_data
fhoss | [main] INFO org.hibernate.cfg.Configuration - Reading mappings from resource : mappings/Zh_USS.hbm.xml
fhoss | [main] INFO org.hibernate.cfg.HbmBinder - Mapping class: de.fhg.fokus.hss.db.model.Zh_USS -> zh_uss
fhoss | [main] INFO org.hibernate.cfg.Configuration - Configured SessionFactory: foo
fhoss | [main] INFO org.hibernate.connection.C3P0ConnectionProvider - C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://172.22.0.17:3306/hss_db
fhoss | [main] INFO org.hibernate.connection.C3P0ConnectionProvider - Connection properties: {user=hss, password=
, autocommit=false}
fhoss | [main] INFO org.hibernate.connection.C3P0ConnectionProvider - autocommit mode: false
fhoss | [main] INFO com.mchange.v2.log.MLog - MLog clients using log4j logging.
fhoss | [main] INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
fhoss | [main] INFO org.hibernate.connection.C3P0ConnectionProvider - JDBC isolation level: READ_UNCOMMITTED
fhoss | [main] INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@4fab69bf [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@d22e5335 [ acquireIncrement -> 1, acquireRetryAttempts -> 60, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1bqx2c2ajdchy4pj88xgs|389c90cc, idleConnectionTestPeriod -> 1200, initialPoolSize -> 1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 3600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@b2e9dd73 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1bqx2c2ajdchy4pj88xgs|55071871, jdbcUrl -> jdbc:mysql://172.22.0.17:3306/hss_db, properties -> {user=, password=, autocommit=false} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1bqx2c2ajdchy4pj88xgs|6e8e86bd, numHelperThreads -> 3 ]
fhoss | Tue Aug 10 16:47:38 GST 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
fhoss | Tue Aug 10 16:47:38 GST 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 8.0.26-0ubuntu0.20.04.2
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL Connector Java, version: mysql-connector-java-5.1.49 ( Revision: ad86f36e100e104cd926c6b81c8cab9565750116 )
fhoss | [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.MySQLDialect
fhoss | [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
fhoss | [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 2
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
fhoss | [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
fhoss | [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
fhoss | [main] INFO org.hibernate.impl.SessionFactoryImpl - building session factory
fhoss | [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Factory name: foo
fhoss | [main] INFO org.hibernate.util.NamingHelper - JNDI InitialContext properties:{}
fhoss | [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Bound factory to JNDI name: foo
fhoss | [main] WARN org.hibernate.impl.SessionFactoryObjectFactory - InitialContext did not implement EventContext
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - Bean style constructor called, don't forget to configure!
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - FQDN: hss.ims.mnc001.mcc001.3gppnetwork.org
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - Realm: ims.mnc001.mcc001.3gppnetwork.org
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - Vendor_ID : 10415
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - Product Name: JavaDiameterPeer
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - AcceptUnknwonPeers: true
fhoss | [main] INFO de.fhg.fokus.diameter.DiameterPeer.DiameterPeer - DropUnknownOnDisconnect: true
fhoss | [Thread-24] ERROR de.fhg.fokus.diameter.DiameterPeer.peer.StateMachine - StateMachine: Peer icscf.ims.mnc001.mcc001.3gppnetwork.org:3869 not responding to connection attempt
fhoss | [main] INFO de.fhg.fokus.hss.main.HSSContainer -
fhoss | Type "exit" to stop FHoSS!
fhoss | Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
fhoss | at java.lang.String.checkBounds(String.java:371)
fhoss | at java.lang.String.(String.java:535)
fhoss | [Thread-24] ERROR de.fhg.fokus.diameter.DiameterPeer.peer.StateMachine - StateMachine: Peer scscf.ims.mnc001.mcc001.3gppnetwork.org:3870 not responding to connection attempt
fhoss | at de.fhg.fokus.hss.main.HSSContainer.waitForExit(HSSContainer.java:137)
fhoss | at de.fhg.fokus.hss.main.HSSContainer.main(HSSContainer.java:111)
pcscf | 0(35) INFO: pv [pv_shv.c:60]: shvar_init_locks(): locks array size 16
pcscf | 0(35) INFO: [core/tcp_main.c:5042]: init_tcp(): using epoll_lt as the io watch method (auto detected)
pcscf | loading modules under config path: /usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/:/usr/lib/kamailio/modules_k/:/usr/lib/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/:/usr/local/lib64/kamailio/modules
pcscf | Listening on
pcscf | udp: 172.22.0.21 [172.22.0.21]:5060
pcscf | tcp: 172.22.0.21 [172.22.0.21]:5060
pcscf | Aliases:
pcscf | : pcscf.ims.mnc001.mcc001.3gppnetwork.org:
pcscf |
pcscf | 0(35) WARNING: [core/daemonize.c:348]: daemonize(): pid file contains old pid, replacing pid
pcscf | 0(35) INFO: rr [../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe module is not loaded
pcscf | 0(35) INFO: rr [rr_mod.c:177]: mod_init(): outbound module not available
pcscf | 0(35) INFO: auth [auth_mod.c:345]: mod_init(): qop set, but nonce-count (nc_enabled) support disabled
pcscf | 0(35) INFO: path [../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe module is not loaded
pcscf | 0(35) INFO: path [path_mod.c:151]: mod_init(): outbound module not available
pcscf | 0(35) INFO: ims_usrloc_pcscf [hslot.c:62]: ul_init_locks(): locks array size 512
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:268]: mod_init(): Successfully bound to PCSCF Usrloc module
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:275]: mod_init(): Successfully bound to TM module
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:118]: ipsec_print_all_socket_lists(): Listening on:
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5060
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5100
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6100
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5101
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6101
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5102
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6102
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5103
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6103
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5104
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6104
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5105
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6105
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5106
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6106
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5107
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6107
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5108
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6108
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:5109
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): udp: 172.22.0.21 [172.22.0.21]:6109
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5060
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5100
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6100
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5101
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6101
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5102
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6102
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5103
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6103
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5104
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6104
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5105
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6105
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5106
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6106
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5107
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6107
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5108
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6108
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:5109
pcscf | 0(35) INFO: ims_ipsec_pcscf [ims_ipsec_pcscf_mod.c:168]: ipsec_print_all_socket_lists(): tcp: 172.22.0.21 [172.22.0.21]:6109
pcscf | 0(35) INFO: ims_registrar_pcscf [ims_registrar_pcscf_mod.c:275]: mod_init(): Successfully bound to PCSCF IPSEC module
pcscf | 0(35) INFO: jsonrpcs [jsonrpcs_sock.c:197]: jsonrpc_dgram_mod_init(): the socket /var/run/kamailio/kamailio_rpc.sock already exists, trying to delete it...
pcscf | 0(35) INFO: [main.c:2779]: main(): processes (at least): 111 - shm size: 67108864 - pkg size: 8388608
pcscf | 0(35) WARNING: tm [tm.c:507]: fixup_routes(): t_on_failure("NATMANAGE"): empty/non existing route
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
pcscf | 0(35) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
pcscf | 0(35) ERROR: <script>: event_route[htable:mod-init]
pcscf | 1(36) INFO: rtpengine [rtpengine.c:2750]: rtpp_test(): rtp proxy udp:172.22.0.16:2223 found, support for it enabled
pcscf | 0(35) INFO: cdp [cdp_mod.c:240]: cdp_child_init(): CDiameterPeer child starting ...
pcscf | 0(35) INFO: cdp [cdp_mod.c:242]: cdp_child_init(): ... CDiameterPeer child started
pcscf | 90(125) INFO: cdp [worker.c:332]: worker_process(): [1] Worker process started...
pcscf | 91(126) INFO: cdp [worker.c:332]: worker_process(): [2] Worker process started...
pcscf | 100(135) INFO: jsonrpcs [jsonrpcs_sock.c:443]: jsonrpc_dgram_process(): a new child 0/135
pcscf | 88(123) INFO: ctl [io_listener.c:213]: io_listen_loop(): io_listen_loop: using epoll_lt io watch method (config)
pcscf | 92(127) INFO: cdp [worker.c:332]: worker_process(): [3] Worker process started...
pcscf | 89(124) INFO: cdp [worker.c:332]: worker_process(): [0] Worker process started...
pcscf | 94(129) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [pcrf.epc.mnc001.mcc001.3gppnetwork.org] Receiver process doing init on new process...
pcscf | 94(129) INFO: cdp [receiver.c:186]: add_serviced_peer(): add_serviced_peer(): Adding serviced_peer_t to receiver for peer [pcrf.epc.mnc001.mcc001.3gppnetwork.org]
pcscf | 94(129) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [pcrf.epc.mnc001.mcc001.3gppnetwork.org] Receiver process starting up...
pcscf | 93(128) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [] Receiver process doing init on new process...
pcscf | 93(128) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [] Receiver process starting up...
pcscf | 95(130) INFO: cdp [acceptor.c:81]: acceptor_process(): Acceptor process starting up...
pcscf | 95(130) WARNING: cdp [tcp_accept.c:120]: create_socket(): create_socket(): Trying to open/bind/listen on 172.22.0.21 port 3871
pcscf | 95(130) WARNING: cdp [tcp_accept.c:145]: create_socket(): create_socket(): Successful socket open/bind/listen on 172.22.0.21 port 3871
pcscf | 95(130) INFO: cdp [acceptor.c:95]: acceptor_process(): Acceptor opened sockets. Entering accept loop ...
pcscf | 96(131) INFO: cdp [timer.c:205]: timer_process(): Timer process starting up...
pcscf | 96(131) INFO: cdp [peerstatemachine.c:526]: I_Snd_Conn_Req(): I_Snd_Conn_Req(): Peer pcrf.epc.mnc001.mcc001.3gppnetwork.org
pcscf | 96(131) INFO: cdp [receiver.c:874]: peer_connect(): peer_connect(): Trying to connect to 172.22.0.4 port 3868
pcscf | 96(131) INFO: cdp [receiver.c:954]: peer_connect(): peer_connect(): Peer pcrf.epc.mnc001.mcc001.3gppnetwork.org:3868 connected
pcrf | 08/10 16:47:47.317: [diam] INFO: CONNECTED TO 'pcscf.ims.mnc001.mcc001.3gppnetwork.org' (TCP,soc#12): (../lib/diameter/common/logger.c:108)
scscf | 0(36) INFO: [core/sctp_core.c:74]: sctp_core_check_support(): SCTP API not enabled - if you want to use it, load sctp module
scscf | loading modules under config path: /usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/:/usr/lib/kamailio/modules_k/:/usr/lib/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/:/usr/local/lib64/kamailio/modules
scscf | Listening on
scscf | udp: 172.22.0.20 [172.22.0.20]:6060
scscf | tcp: 172.22.0.20 [172.22.0.20]:6060
scscf | Aliases:
scscf | : scscf.ims.mnc001.mcc001.3gppnetwork.org:
scscf |
scscf | 0(36) INFO: [core/tcp_main.c:5042]: init_tcp(): using epoll_lt as the io watch method (auto detected)
scscf | 0(36) WARNING: [core/daemonize.c:348]: daemonize(): pid file contains old pid, replacing pid
scscf | 0(36) INFO: rr [../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe module is not loaded
scscf | 0(36) INFO: rr [rr_mod.c:177]: mod_init(): outbound module not available
scscf | 0(36) INFO: pike [pike.c:97]: pike_init(): PIKE - initializing
scscf | 0(36) INFO: pike [ip_tree.c:81]: init_lock_set(): probing 256 set size
scscf | 0(36) INFO: ims_usrloc_scscf [hslot.c:69]: ul_init_locks(): locks array size 512
scscf | 0(36) INFO: ims_usrloc_scscf [contact_hslot.c:67]: init_contacts_locks(): locks array size 512
scscf | 0(36) INFO: ims_usrloc_scscf [hslot_sp.c:70]: subs_init_locks(): locks array size 512
icscf | 0(31) INFO: [core/sctp_core.c:74]: sctp_core_check_support(): SCTP API not enabled - if you want to use it, load sctp module
icscf | 0(31) INFO: [core/tcp_main.c:5042]: init_tcp(): using epoll_lt as the io watch method (auto detected)
icscf | 0(31) WARNING: [core/daemonize.c:348]: daemonize(): pid file contains old pid, replacing pid
icscf | loading modules under config path: /usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/:/usr/lib/kamailio/modules_k/:/usr/lib/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/:/usr/local/lib64/kamailio/modules
icscf | Listening on
icscf | udp: 172.22.0.19 [172.22.0.19]:4060
icscf | tcp: 172.22.0.19 [172.22.0.19]:4060
icscf | tcp: 127.0.0.1 [127.0.0.1]:4060
icscf | Aliases:
icscf | : ims.mnc001.mcc001.3gppnetwork.org:
icscf |
icscf | 0(31) INFO: rr [../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe module is not loaded
icscf | 0(31) INFO: rr [rr_mod.c:177]: mod_init(): outbound module not available
icscf | 0(31) INFO: pike [pike.c:97]: pike_init(): PIKE - initializing
icscf | 0(31) INFO: pike [ip_tree.c:81]: init_lock_set(): probing 256 set size
scscf | 0(36) INFO: jsonrpcs [jsonrpcs_sock.c:197]: jsonrpc_dgram_mod_init(): the socket /var/run/kamailio/kamailio_rpc.sock already exists, trying to delete it...
scscf | 0(36) INFO: [main.c:2779]: main(): processes (at least): 39 - shm size: 67108864 - pkg size: 8388608
scscf | 0(36) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
scscf | 0(36) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
scscf | 0(36) INFO: cdp [cdp_mod.c:240]: cdp_child_init(): CDiameterPeer child starting ...
icscf | 0(31) INFO: jsonrpcs [jsonrpcs_sock.c:197]: jsonrpc_dgram_mod_init(): the socket /var/run/kamailio/kamailio_rpc.sock already exists, trying to delete it...
icscf | 0(31) INFO: [main.c:2779]: main(): processes (at least): 35 - shm size: 67108864 - pkg size: 8388608
scscf | 1(37) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1]
icscf | 0(31) INFO: [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992
icscf | 0(31) INFO: [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984
scscf | 4(40) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [4]
icscf | 0(31) INFO: cdp [cdp_mod.c:240]: cdp_child_init(): CDiameterPeer child starting ...
scscf | 3(39) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [3]
icscf | 9(40) INFO: cdp [worker.c:332]: worker_process(): [0] Worker process started...
icscf | 10(41) INFO: cdp [worker.c:332]: worker_process(): [1] Worker process started...
scscf | 5(41) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-1]
icscf | 11(42) INFO: cdp [worker.c:332]: worker_process(): [2] Worker process started...
icscf | 12(43) INFO: cdp [worker.c:332]: worker_process(): [3] Worker process started...
icscf | 8(39) INFO: ctl [io_listener.c:213]: io_listen_loop(): io_listen_loop: using epoll_lt io watch method (config)
scscf | 2(38) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [2]
scscf | 7(43) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-1]
scscf | 0(36) INFO: cdp [cdp_mod.c:242]: cdp_child_init(): ... CDiameterPeer child started
scscf | 0(36) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [0]
icscf | 14(45) INFO: cdp [worker.c:332]: worker_process(): [5] Worker process started...
icscf | 15(46) INFO: cdp [worker.c:332]: worker_process(): [6] Worker process started...
icscf | 17(48) INFO: cdp [worker.c:332]: worker_process(): [8] Worker process started...
icscf | 18(49) INFO: cdp [worker.c:332]: worker_process(): [9] Worker process started...
icscf | 22(53) INFO: cdp [worker.c:332]: worker_process(): [13] Worker process started...
scscf | 20(56) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1012]
scscf | 9(45) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1001]
scscf | 8(44) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-2]
scscf | 6(42) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-1]
scscf | 9(45) INFO: cdp [worker.c:332]: worker_process(): [0] Worker process started...
icscf | 0(31) INFO: cdp [cdp_mod.c:242]: cdp_child_init(): ... CDiameterPeer child started
icscf | 21(52) INFO: cdp [worker.c:332]: worker_process(): [12] Worker process started...
scscf | 8(44) INFO: ctl [io_listener.c:213]: io_listen_loop(): io_listen_loop: using epoll_lt io watch method (config)
scscf | 14(50) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1006]
icscf | 28(59) INFO: cdp [timer.c:205]: timer_process(): Timer process starting up...
icscf | 25(56) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [] Receiver process doing init on new process...
icscf | 25(56) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [] Receiver process starting up...
icscf | 13(44) INFO: cdp [worker.c:332]: worker_process(): [4] Worker process started...
icscf | 26(57) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [hss.ims.mnc001.mcc001.3gppnetwork.org] Receiver process doing init on new process...
icscf | 26(57) INFO: cdp [receiver.c:186]: add_serviced_peer(): add_serviced_peer(): Adding serviced_peer_t to receiver for peer [hss.ims.mnc001.mcc001.3gppnetwork.org]
icscf | 26(57) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [hss.ims.mnc001.mcc001.3gppnetwork.org] Receiver process starting up...
scscf | 20(56) INFO: cdp [worker.c:332]: worker_process(): [11] Worker process started...
scscf | 14(50) INFO: cdp [worker.c:332]: worker_process(): [5] Worker process started...
icscf | 16(47) INFO: cdp [worker.c:332]: worker_process(): [7] Worker process started...
icscf | 20(51) INFO: cdp [worker.c:332]: worker_process(): [11] Worker process started...
icscf | 19(50) INFO: cdp [worker.c:332]: worker_process(): [10] Worker process started...
icscf | 23(54) INFO: cdp [worker.c:332]: worker_process(): [14] Worker process started...
icscf | 24(55) INFO: cdp [worker.c:332]: worker_process(): [15] Worker process started...
icscf | 27(58) INFO: cdp [acceptor.c:81]: acceptor_process(): Acceptor process starting up...
icscf | 27(58) WARNING: cdp [tcp_accept.c:120]: create_socket(): create_socket(): Trying to open/bind/listen on 172.22.0.19 port 3869
icscf | 27(58) WARNING: cdp [tcp_accept.c:145]: create_socket(): create_socket(): Successful socket open/bind/listen on 172.22.0.19 port 3869
icscf | 27(58) INFO: cdp [acceptor.c:95]: acceptor_process(): Acceptor opened sockets. Entering accept loop ...
scscf | 19(55) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1011]
scscf | 10(46) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1002]
icscf | 30(61) INFO: jsonrpcs [jsonrpcs_sock.c:443]: jsonrpc_dgram_process(): a new child 0/61
scscf | 10(46) INFO: cdp [worker.c:332]: worker_process(): [1] Worker process started...
scscf | 19(55) INFO: cdp [worker.c:332]: worker_process(): [10] Worker process started...
scscf | 12(48) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1004]
scscf | 38(74) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-4]
scscf | 15(51) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1007]
scscf | 11(47) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1003]
scscf | 12(48) INFO: cdp [worker.c:332]: worker_process(): [3] Worker process started...
scscf | 15(51) INFO: cdp [worker.c:332]: worker_process(): [6] Worker process started...
scscf | 13(49) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1005]
scscf | 22(58) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1014]
scscf | 16(52) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1008]
scscf | 34(70) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-2]
scscf | 11(47) INFO: cdp [worker.c:332]: worker_process(): [2] Worker process started...
scscf | 22(58) INFO: cdp [worker.c:332]: worker_process(): [13] Worker process started...
scscf | 17(53) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1009]
scscf | 21(57) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1013]
scscf | 24(60) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1016]
scscf | 33(69) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [-2]
scscf | 34(70) INFO: jsonrpcs [jsonrpcs_sock.c:443]: jsonrpc_dgram_process(): a new child 0/70
scscf | 18(54) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1010]
scscf | 21(57) INFO: cdp [worker.c:332]: worker_process(): [12] Worker process started...
scscf | 13(49) INFO: cdp [worker.c:332]: worker_process(): [4] Worker process started...
scscf | 18(54) INFO: cdp [worker.c:332]: worker_process(): [9] Worker process started...
scscf | 27(63) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1000]
scscf | 16(52) INFO: cdp [worker.c:332]: worker_process(): [7] Worker process started...
scscf | 27(63) INFO: cdp [acceptor.c:81]: acceptor_process(): Acceptor process starting up...
scscf | 28(64) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1001]
scscf | 27(63) WARNING: cdp [tcp_accept.c:120]: create_socket(): create_socket(): Trying to open/bind/listen on 172.22.0.20 port 3870
scscf | 27(63) WARNING: cdp [tcp_accept.c:145]: create_socket(): create_socket(): Successful socket open/bind/listen on 172.22.0.20 port 3870
scscf | 27(63) INFO: cdp [acceptor.c:95]: acceptor_process(): Acceptor opened sockets. Entering accept loop ...
scscf | 28(64) INFO: cdp [timer.c:205]: timer_process(): Timer process starting up...
scscf | 31(67) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [127]
scscf | 29(65) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [127]
scscf | 31(67) DEBUG: ims_registrar_scscf [registrar_notify.c:2269]: notification_event_process(): Running notification_event_process
scscf | 30(66) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [127]
scscf | 25(61) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1002]
scscf | 29(65) DEBUG: ims_registrar_scscf [registrar_notify.c:2269]: notification_event_process(): Running notification_event_process
scscf | 26(62) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1000]
scscf | 25(61) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [] Receiver process doing init on new process...
scscf | 25(61) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [] Receiver process starting up...
scscf | 30(66) DEBUG: ims_registrar_scscf [registrar_notify.c:2269]: notification_event_process(): Running notification_event_process
scscf | 26(62) INFO: cdp [receiver.c:454]: receiver_process(): receiver_process(): [hss.ims.mnc001.mcc001.3gppnetwork.org] Receiver process doing init on new process...
scscf | 26(62) INFO: cdp [receiver.c:186]: add_serviced_peer(): add_serviced_peer(): Adding serviced_peer_t to receiver for peer [hss.ims.mnc001.mcc001.3gppnetwork.org]
scscf | 26(62) INFO: cdp [receiver.c:459]: receiver_process(): receiver_process(): [hss.ims.mnc001.mcc001.3gppnetwork.org] Receiver process starting up...
scscf | 36(72) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [6]
scscf | 35(71) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [5]
scscf | 23(59) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [1015]
scscf | 24(60) INFO: cdp [worker.c:332]: worker_process(): [15] Worker process started...
scscf | 23(59) INFO: cdp [worker.c:332]: worker_process(): [14] Worker process started...
scscf | 37(73) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [7]
scscf | 17(53) INFO: cdp [worker.c:332]: worker_process(): [8] Worker process started...
scscf | 32(68) DEBUG: ims_registrar_scscf [ims_registrar_scscf_mod.c:528]: child_init(): Initialization of module in child [127]
scscf | 32(68) DEBUG: ims_registrar_scscf [registrar_notify.c:2269]: notification_event_process(): Running notification_event_process
icscf | 28(59) INFO: cdp [peerstatemachine.c:526]: I_Snd_Conn_Req(): I_Snd_Conn_Req(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org
scscf | 28(64) INFO: cdp [peerstatemachine.c:526]: I_Snd_Conn_Req(): I_Snd_Conn_Req(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org
icscf | 28(59) INFO: cdp [receiver.c:874]: peer_connect(): peer_connect(): Trying to connect to 172.22.0.18 port 3868
icscf | 28(59) INFO: cdp [receiver.c:954]: peer_connect(): peer_connect(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org:3868 connected
scscf | 28(64) INFO: cdp [receiver.c:874]: peer_connect(): peer_connect(): Trying to connect to 172.22.0.18 port 3868
scscf | 28(64) INFO: cdp [receiver.c:954]: peer_connect(): peer_connect(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org:3868 connected
scscf | 26(62) ERROR: cdp [peerstatemachine.c:637]: I_Snd_CER(): I_Snd_CER(): Error on finding local host address > Socket operation on non-socket
scscf | 26(62) INFO: cdp [peerstatemachine.c:526]: I_Snd_Conn_Req(): I_Snd_Conn_Req(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org
scscf | 26(62) INFO: cdp [receiver.c:874]: peer_connect(): peer_connect(): Trying to connect to 172.22.0.18 port 3868
scscf | 26(62) INFO: cdp [receiver.c:954]: peer_connect(): peer_connect(): Peer hss.ims.mnc001.mcc001.3gppnetwork.org:3868 connected
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945219
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945219
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945229
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945229
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945239
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945239
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945249
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945249
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945259
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945259
pcscf | 98(133) ERROR: <script>: Preloading NAT-PING. Rows: 0
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(41) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(41) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 101945269
scscf | 5(41) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 101945269
^CGracefully stopping... (press Ctrl+C again to force)

from docker_open5gs.

myonlystarWang avatar myonlystarWang commented on May 27, 2024

So what's the problem now?
I think it worked.
You can try using ENB or UERANSIM connection now

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

So i should keep the docker-compose running in that terminal and build the eNB in a separate terminal?

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Hey, so first of all thanks for your help once again.

I'm trying to get a pair of UE's talking over VoLTE using your docker setup.. so far here's what I've got:

2 UE's
2 programmable SIM cards (setup already with proper IMSI, Ki, OPc)
LimeSDR Mini v1.3
Ubuntu 18.04

I've followed your tutorial and registered the UE's with the same details as in the SIM cards on the Open5GS server (http://<DOCKER_HOST_IP>:3000).

I also have moderately good experience with the LimeSDR, and have gotten srsLTE running properly before with internet on the same 2 UE's.

It seems the error I was having before is gone [running works after "prune"ing], and after running
<docker-compose -f srsenb.yaml up -d && docker attach srsenb>, the LimeSDR completes calibration and starts the eNB trace and keeps pumping out the following message:

</srsRAN/lib/src/phy/rf/rf_soapy_imp.c.993: Couldn't write all samples after 100 trials.>

Do I have to do some IMS modification in the UE's network settings as well? The UE's don't seem to be able to find the network coming from the LimeSDR. I should also note that I've put the UE/SIM information in the user_db.csv file in /docker_open5gs/srslte.

Also, where does the (srs)EPC fit into this?

Forgive me if the answers are a little obvious, still new to this topic.

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

Do I have to do some IMS modification in the UE's network settings as well? The UE's don't seem to be able to find the network coming from the LimeSDR. I should also note that I've put the UE/SIM information in the user_db.csv file in /docker_open5gs/srslte.

Also, where does the (srs)EPC fit into this?

docker_open5gs does not use srsepc at all. It uses open5gs EPC

</srsRAN/lib/src/phy/rf/rf_soapy_imp.c.993: Couldn't write all samples after 100 trials.>

This is one the indication that your machine is either under powered or the power saving settings are not disabled preventing the machine from running at max. performance

The UE's don't seem to be able to find the network

I would suggest to cool down the limesdr mini device and try again. Also, you could try calibrating the clock with the following tool
https://github.com/myriadrf/kalibrate-lms

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Thanks, forgot to set the governor to performance.

So it worked now, however my UE's still cannot find the network. I'm not sure if it has to do with being unable to setup the ims APN (each time I try to save the APN type as ims, it resets to default). I've double-checked the subscriber info in open5Gs and FoHSS... do i need to add any profile in open5Gs, or just the subscribers?

Something else i observed is that I'm getting the following error while running docker-compose up:

pcscf | 96(136) ERROR: cdp [receiver.c:922]: peer_connect(): peer_connect(): Error opening connection to to 172.22.0.4 port 3868 >No route to host

no other errors for the other elements.

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

It seems the error on 172.22.0.4 is gone, but I still cannot connect any UE to the network, or detect the network...

I've attached a pcap file if it's any help. It's from the time of starting docker-compose up till all services are running, then attaching the enb.

https://file.io/S6RXRhdtu0Ce

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

I dont see any error in the pcap. I would suggest attaching an antenna corresponding to operating freq range for better results. LimeSDR mini had relatively low output power at higher frequencies

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

thanks for the suggestion, will give it a try

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

So for the "profile" page on localhost:3000, do i need to set something? i've only added subscribers

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

So quick update, i've gotten one UE connected and working. The other UE can see the network but not connect.. I observed the following in the terminal:

mme | 08/19 06:57:13.492: [mme] INFO: InitialUEMessage (../src/mme/s1ap-handler.c:223)
mme | 08/19 06:57:13.492: [mme] INFO: [Added] Number of eNB-UEs is now 1 (../src/mme/mme-context.c:3234)
mme | 08/19 06:57:13.492: [mme] INFO: ENB_UE_S1AP_ID[1] MME_UE_S1AP_ID[1] TAC[1] CellID[0x19b01] (../src/mme/s1ap-handler.c:363)
mme | 08/19 06:57:13.492: [mme] INFO: [001010123456792] Unknown UE by IMSI (../src/mme/mme-context.c:2306)
mme | 08/19 06:57:13.492: [mme] INFO: [Added] Number of MME-UEs is now 1 (../src/mme/mme-context.c:2148)
mme | 08/19 06:57:13.492: [emm] WARNING: [] Attach request (../src/mme/emm-sm.c:203)
mme | 08/19 06:57:13.492: [emm] INFO: IMSI[001010123456792] (../src/mme/emm-handler.c:174)
webui | Mongoose: accounts.findOne({ '$or': [ { username: 'admin' } ] }, { fields: { hash: 0, salt: 0 } })
scscf | 5(46) DEBUG: ims_usrloc_scscf [ims_usrloc_scscf_mod.c:481]: timer(): Syncing cache
scscf | 5(46) DEBUG: ims_usrloc_scscf [udomain.c:277]: mem_timer_udomain(): Changing expired_contacts list size from 0 to 1024
scscf | 5(46) DEBUG: ims_usrloc_scscf [udomain.c:291]: mem_timer_udomain(): *** mem_timer_udomain - checking contacts - START ***
scscf | 5(46) DEBUG: ims_usrloc_scscf [udomain.c:353]: mem_timer_udomain(): *** mem_timer_udomain - checking contacts - FINISHED ***
scscf | 5(46) DEBUG: ims_usrloc_scscf [udomain.c:359]: mem_timer_udomain(): *** mem_timer_udomain - checking IMPUs - START ***
scscf | 5(46) DEBUG: ims_usrloc_scscf [udomain.c:384]: mem_timer_udomain(): *** mem_timer_udomain - checking IMPUs - FINISHED ***
scscf | 5(46) DEBUG: ims_dialog [dlg_handlers.c:1923]: print_all_dlgs(): ******************** 5(46) DEBUG: ims_dialog [dlg_handlers.c:1924]: print_all_dlgs(): printing 4096 dialogs
scscf | 5(46) DEBUG: ims_dialog [dlg_handlers.c:1934]: print_all_dlgs(): ******************** 5(46) DEBUG: ims_auth [authorize.c:187]: reg_await_timer(): Looking for expired/useless at 104765936
scscf | 5(46) DEBUG: ims_auth [authorize.c:232]: reg_await_timer(): [DONE] Looking for expired/useless at 104765936

mme | 08/19 06:57:15.175: [emm] WARNING: Authentication failure(MAC failure) (../src/mme/emm-sm.c:714)
mme | 08/19 06:57:15.175: [mme] INFO: UE Context Release [Action:3] (../src/mme/s1ap-handler.c:1377)
mme | 08/19 06:57:15.175: [mme] INFO: ENB_UE_S1AP_ID[1] MME_UE_S1AP_ID[1] (../src/mme/s1ap-handler.c:1378)
mme | 08/19 06:57:15.175: [mme] INFO: IMSI[001010123456792] (../src/mme/s1ap-handler.c:1381)
mme | 08/19 06:57:15.175: [mme] INFO: [Removed] Number of eNB-UEs is now 0 (../src/mme/mme-context.c:3240)
mme | 08/19 06:57:15.175: [mme] INFO: [Removed] Number of MME-UEs is now 0 (../src/mme/mme-context.c:2202)

Any suggestions as to what could be wrong?

from docker_open5gs.

myonlystarWang avatar myonlystarWang commented on May 27, 2024

@WisaamFarhat You should check the OPc flag OP value(or OPc value) KI AMF both in USIM card and Open5GS webui

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

do the ki/amf/opc values have to be different between sim cards? or can any of these values be the same

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

update: i modified the ki value and kept the rest the same, so far connections work but are unstable (disconnects/reconnects every 30 seconds or so).

I attempted a call as well, there is no dialing sound from the first UE (and no ringing on the second UE of course).

I've attached a pcap if anyone can help detect the issue.

https://file.io/fz5lWdk6Gq8G

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

Your UE did not attempt the attach to ims APN, hence not registered in IMS

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

I can't figure out what the problem is.. the FHoSS screenshots are below, do you see anything wrong? The SIM cards and localhost are configured to the same values..

Screenshot from 2021-08-23 12-12-37
Screenshot from 2021-08-23 12-12-57
Screenshot from 2021-08-23 12-13-53
Screenshot from 2021-08-23 12-14-04
Screenshot from 2021-08-23 12-14-47
Screenshot from 2021-08-23 12-14-56
Screenshot from 2021-08-23 12-15-22
Screenshot from 2021-08-23 12-15-48
Screenshot from 2021-08-23 12-16-04
Screenshot from 2021-08-23 12-21-40

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

I dont see any error on first sight

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Is there anything i should consider regarding the sqn?

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

There is no error related to SQN, its your UE which does not have VoLTE activated/enabled

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Hi Supreeth, thanks for all the help.

My UE has VoLTE activated, but nevertheless I think I've pinpointed the issue. Could it be the SIM cards? My programmable SIM cards don't seem to have ISIM capabilities. When programming them, there is no place to put the IMPI/IMPU/domain.

Do you know of any place I can get some programmable ISIM cards? I've checked Sysmocom, they're all out of stock.

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

My programmable SIM cards don't seem to have ISIM capabilities

You dont need ISIM for IMS, one can attach to IMS via USIM, the IMPI and IMPU would be auto generated based on IMSI

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

so the only parameters i would need to write are the below?

IMSI
MSISDN
OPc
Ki

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Update!

So I got another UE (both are now Sony Xperia XZ1), and it appears that one was able to connect to the IMS, but is pending authentication.

Screenshot from 2021-08-26 17-22-03

I'm also getting the below in the terminal running "docker-compose up". There seems to be an error with the auth algorithm? however in FHoSS I've set it to AKAv1 and All. There's also a PCAP which has both UE's attaching to the network:

pcscf | 101(135) NOTICE: <script>: Security-Client=ipsec-3gpp; alg=hmac-md5-96; ealg=null; spi-c=751703660; spi-s=1406883810; port-c=40783; port-s=40490,ipsec-3gpp; alg=hmac-sha-1-96; ealg=null; spi-c=751703660; spi-s=1406883810; port-c=40783; port-s=40490
pcscf | 101(135) NOTICE: <script>: port-c=40783
pcscf | 101(135) NOTICE: <script>: port-s=40490
pcscf | 101(135) NOTICE: <script>: Expires=600000
pcscf | 101(135) NOTICE: <script>: Old header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="BsAOBVZNAFUeywpgQVVLzxLGzPywD4AA4yotMbZbpS0=", algorithm=AKAv1-MD5, ck="c75d3c0d07014d9fac8a0d2def3efb99", ik="82a470df58daa96e9c5f4c65d619b4e6", qop="auth,auth-int"
pcscf | 101(135) NOTICE: <script>: New header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="BsAOBVZNAFUeywpgQVVLzxLGzPywD4AA4yotMbZbpS0=", algorithm=AKAv1-MD5, qop="auth,auth-int"
pcscf | 4(38) NOTICE: <script>: PCSCF: REGISTER sip:ims.mnc001.mcc001.3gppnetwork.org (sip:[email protected] (192.168.101.2:5060) to sip:[email protected], [email protected])

pcscf | 4(38) INFO: rr [rr_mod.c:515]: pv_get_route_uri_f(): No route header present.
pcscf | 4(38) NOTICE: <script>: PCSCF REGISTER:
pcscf | Destination URI:
pcscf | Request URI: sip:ims.mnc001.mcc001.3gppnetwork.org
pcscf | 4(38) INFO: rr [rr_mod.c:515]: pv_get_route_uri_f(): No route header present.
pcscf | 4(38) NOTICE: <script>: Source IP and Port: (192.168.101.2:5060)
pcscf | Route-URI:
pcscf | 4(38) NOTICE: <script>: Received IP and Port: (172.22.0.21:5060)
pcscf | 4(38) NOTICE: <script>: Contact header: sip:[email protected]:5060;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.smsip;g.3gpp.nw-init-ussi;video;+sip.instance="urn:gsma:imei:35815808-118964-0";+g.3gpp.accesstype="cellular2"
pcscf | 4(38) INFO: ims_registrar_pcscf [sec_agree.c:296]: cscf_get_security_verify(): No security-verify parameters found
scscf | 3(34) NOTICE: <script>: SCSCF: REGISTER sip:scscf.ims.mnc001.mcc001.3gppnetwork.org:6060 (sip:[email protected] (172.22.0.19:4060) to sip:[email protected], [email protected])
scscf | 3(34) ERROR: <script>: ALGORITHM IS [AKAv1-MD5] and User-Agent is []
scscf | 3(34) DEBUG: ims_auth [authorize.c:728]: authenticate(): Running authenticate, is_proxy_auth=0
scscf | 3(34) DEBUG: ims_auth [authorize.c:748]: authenticate(): Checking if REGISTER is authorized for realm [ims.mnc001.mcc001.3gppnetwork.org]...
scscf | 3(34) DEBUG: ims_auth [utils.c:168]: get_nonce_response(): Calling find_credentials with realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 3(34) DEBUG: ims_auth [utils.c:57]: ims_find_credentials(): Searching credentials in realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 3(34) DEBUG: ims_auth [utils.c:92]: ims_find_credentials(): *hook = 0x7fb22c49a790
scscf | 3(34) DEBUG: ims_auth [utils.c:103]: ims_find_credentials(): Credential parsed successfully
scscf | 3(34) DEBUG: ims_auth [utils.c:106]: ims_find_credentials(): Comparing realm <ims.mnc001.mcc001.3gppnetwork.org> and <ims.mnc001.mcc001.3gppnetwork.org>
scscf | 3(34) DEBUG: ims_auth [utils.c:195]: get_nonce_response(): Found nonce response
scscf | 3(34) DEBUG: ims_auth [authorize.c:786]: authenticate(): Nonce or response missing: nonce len [44], response16 len[0]
scscf | 3(34) DEBUG: ims_auth [authorize.c:293]: challenge(): Looking for route block [REG_MAR_REPLY]
scscf | 3(34) INFO: ims_auth [cxdx_mar.c:79]: create_return_code(): created AVP successfully : [maa_return_code] - [-2]
scscf | 3(34) DEBUG: ims_auth [authorize.c:317]: challenge(): Need to challenge for realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 3(34) DEBUG: ims_auth [authorize.c:324]: challenge(): Checking if REGISTER is authorized for realm [ims.mnc001.mcc001.3gppnetwork.org]...
scscf | 3(34) DEBUG: ims_auth [authorize.c:1448]: get_auth_userdata(): Searching auth_userdata for IMPU sip:[email protected] (Hash 306)
scscf | 3(34) DEBUG: ims_auth [authorize.c:1457]: get_auth_userdata(): Found auth_userdata
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 3(34) DEBUG: ims_auth [authorize.c:460]: challenge(): Suspending SIP TM transaction
scscf | 3(34) DEBUG: ims_auth [authorize.c:1528]: multimedia_auth_request(): Sending MAR
scscf | 3(34) DEBUG: ims_auth [cxdx_mar.c:549]: cxdx_send_mar(): Successfully sent async diameter
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - auth:1
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - secret:465b5ce8b199b49faa5f0a2ee238a6bc length: 16
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - opC:7d2ed9d64097bd66ba6599c41428c1d7 length: 16
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - amf:8000 length: 2
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - SQN HE:0000000016d5 length: 6
fhoss | [Thread-15] INFO de.fhg.fokus.hss.auth.DigestAKA - RAND: 629ce75822221c644de509b0670af3da length: 16
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - authenticate:629ce75822221c644de509b0670af3daf3121cef503f80003c3cf11c8a5e6325 length: 32
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - auhtorization:fddafdf547f22499 length: 8
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - ck:6e74888665112472ff9cd5955b611125 length: 16
fhoss | [Thread-15] INFO de.fhg.fokus.hss.cx.op.MAR - ik:fc6244857fdfae470a2df2580ae1909a length: 16
scscf | 21(52) INFO: ims_auth [cxdx_avp.c:137]: cxdx_get_avp(): cxdx_get_experimental_result_code: Failed finding avp (avp_code = 297, vendor_id = 0)
scscf | 21(52) DEBUG: ims_auth [authorize.c:1305]: new_auth_vector(): new auth-vector with ck [6e74888665112472ff9cd5955b611125] with status 0
scscf | 21(52) DEBUG: ims_auth [authorize.c:1559]: pack_challenge(): setting QOP str used is [, qop="auth,auth-int"]
scscf | 21(52) DEBUG: ims_auth [authorize.c:1561]: pack_challenge(): QOP str used is [, qop="auth,auth-int"]
scscf | 21(52) DEBUG: ims_auth [authorize.c:1448]: get_auth_userdata(): Searching auth_userdata for IMPU sip:[email protected] (Hash 306)
scscf | 21(52) DEBUG: ims_auth [authorize.c:1457]: get_auth_userdata(): Found auth_userdata
scscf | 21(52) DEBUG: ims_auth [authorize.c:1681]: add_auth_vector(): Adding auth_vector (status 1) for IMPU sip:[email protected] / IMPI [email protected] (Hash 306)
scscf | 21(52) DEBUG: ims_auth [cxdx_mar.c:464]: async_cdp_callback(): DBG:UAR Async CDP callback: ... Done resuming transaction
scscf | 21(52) INFO: ims_auth [cxdx_mar.c:79]: create_return_code(): created AVP successfully : [maa_return_code] - [1]
scscf | 21(52) WARNING: tm [t_suspend.c:192]: t_continue_helper(): active transaction not found
scscf | 21(52) DEBUG: ims_auth [cxdx_mar.c:87]: free_saved_transaction_data(): Freeing saved transaction data: async
pcscf | 101(135) NOTICE: <script>: Security-Client=ipsec-3gpp; alg=hmac-md5-96; ealg=null; spi-c=1187529197; spi-s=1055396540; port-c=42581; port-s=40490,ipsec-3gpp; alg=hmac-sha-1-96; ealg=null; spi-c=1187529197; spi-s=1055396540; port-c=42581; port-s=40490
pcscf | 101(135) NOTICE: <script>: port-c=42581
pcscf | 101(135) NOTICE: <script>: port-s=40490
pcscf | 101(135) NOTICE: <script>: Expires=600000
pcscf | 101(135) NOTICE: <script>: Old header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="YpznWCIiHGRN5QmwZwrz2vMSHO9QP4AAPDzxHIpeYyU=", algorithm=AKAv1-MD5, ck="6e74888665112472ff9cd5955b611125", ik="fc6244857fdfae470a2df2580ae1909a", qop="auth,auth-int"
pcscf | 101(135) NOTICE: <script>: New header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="YpznWCIiHGRN5QmwZwrz2vMSHO9QP4AAPDzxHIpeYyU=", algorithm=AKAv1-MD5, qop="auth,auth-int"
pcscf | 2(36) NOTICE: <script>: PCSCF: REGISTER sip:ims.mnc001.mcc001.3gppnetwork.org (sip:[email protected] (192.168.101.2:5060) to sip:[email protected], [email protected])
pcscf | 2(36) INFO: rr [rr_mod.c:515]: pv_get_route_uri_f(): No route header present.
pcscf | 2(36) NOTICE: <script>: PCSCF REGISTER:
pcscf | Destination URI:
pcscf | Request URI: sip:ims.mnc001.mcc001.3gppnetwork.org
pcscf | 2(36) INFO: rr [rr_mod.c:515]: pv_get_route_uri_f(): No route header present.
pcscf | 2(36) NOTICE: <script>: Source IP and Port: (192.168.101.2:5060)
pcscf | Route-URI:
pcscf | 2(36) NOTICE: <script>: Received IP and Port: (172.22.0.21:5060)
pcscf | 2(36) NOTICE: <script>: Contact header: sip:[email protected]:5060;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel";+g.3gpp.smsip;g.3gpp.nw-init-ussi;video;+sip.instance="urn:gsma:imei:35815808-118964-0";+g.3gpp.accesstype="cellular2"
pcscf | 2(36) INFO: ims_registrar_pcscf [sec_agree.c:296]: cscf_get_security_verify(): No security-verify parameters found
scscf | 2(33) NOTICE: <script>: SCSCF: REGISTER sip:scscf.ims.mnc001.mcc001.3gppnetwork.org:6060 (sip:[email protected] (172.22.0.19:4060) to sip:[email protected], [email protected])
scscf | 2(33) ERROR: <script>: ALGORITHM IS [AKAv1-MD5] and User-Agent is []
scscf | 2(33) DEBUG: ims_auth [authorize.c:728]: authenticate(): Running authenticate, is_proxy_auth=0
scscf | 2(33) DEBUG: ims_auth [authorize.c:748]: authenticate(): Checking if REGISTER is authorized for realm [ims.mnc001.mcc001.3gppnetwork.org]...
scscf | 2(33) DEBUG: ims_auth [utils.c:168]: get_nonce_response(): Calling find_credentials with realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 2(33) DEBUG: ims_auth [utils.c:57]: ims_find_credentials(): Searching credentials in realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 2(33) DEBUG: ims_auth [utils.c:92]: ims_find_credentials(): *hook = 0x7fb22c49a790
scscf | 2(33) DEBUG: ims_auth [utils.c:103]: ims_find_credentials(): Credential parsed successfully
scscf | 2(33) DEBUG: ims_auth [utils.c:106]: ims_find_credentials(): Comparing realm <ims.mnc001.mcc001.3gppnetwork.org> and <ims.mnc001.mcc001.3gppnetwork.org>
scscf | 2(33) DEBUG: ims_auth [utils.c:195]: get_nonce_response(): Found nonce response
scscf | 2(33) DEBUG: ims_auth [authorize.c:786]: authenticate(): Nonce or response missing: nonce len [44], response16 len[0]
scscf | 2(33) DEBUG: ims_auth [authorize.c:293]: challenge(): Looking for route block [REG_MAR_REPLY]
scscf | 2(33) INFO: ims_auth [cxdx_mar.c:79]: create_return_code(): created AVP successfully : [maa_return_code] - [-2]
scscf | 2(33) DEBUG: ims_auth [authorize.c:317]: challenge(): Need to challenge for realm [ims.mnc001.mcc001.3gppnetwork.org]
scscf | 2(33) DEBUG: ims_auth [authorize.c:324]: challenge(): Checking if REGISTER is authorized for realm [ims.mnc001.mcc001.3gppnetwork.org]...
scscf | 2(33) DEBUG: ims_auth [authorize.c:1448]: get_auth_userdata(): Searching auth_userdata for IMPU sip:[email protected] (Hash 306)
scscf | 2(33) DEBUG: ims_auth [authorize.c:1457]: get_auth_userdata(): Found auth_userdata
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:1064]: get_auth_vector(): looping through AV status is 1 and were looking for 0
scscf | 2(33) DEBUG: ims_auth [authorize.c:460]: challenge(): Suspending SIP TM transaction
scscf | 2(33) DEBUG: ims_auth [authorize.c:1528]: multimedia_auth_request(): Sending MAR
scscf | 2(33) DEBUG: ims_auth [cxdx_mar.c:549]: cxdx_send_mar(): Successfully sent async diameter
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - auth:1
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - secret:465b5ce8b199b49faa5f0a2ee238a6bc length: 16
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - opC:7d2ed9d64097bd66ba6599c41428c1d7 length: 16
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - amf:8000 length: 2
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - SQN HE:0000000016f6 length: 6
fhoss | [Thread-16] INFO de.fhg.fokus.hss.auth.DigestAKA - RAND: 110311a6cbbeff15cbea64c871a8a1ba length: 16
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - authenticate:110311a6cbbeff15cbea64c871a8a1ba99989a2bb4ac80006b06ada46442b829 length: 32
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - auhtorization:c46292301fde62f0 length: 8
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - ck:79769a866aee4ccbd6a0464baf5d8a39 length: 16
fhoss | [Thread-16] INFO de.fhg.fokus.hss.cx.op.MAR - ik:4d7a1270aa66147e1bc7bf9f92965296 length: 16
scscf | 18(49) INFO: ims_auth [cxdx_avp.c:137]: cxdx_get_avp(): cxdx_get_experimental_result_code: Failed finding avp (avp_code = 297, vendor_id = 0)
scscf | 18(49) DEBUG: ims_auth [authorize.c:1305]: new_auth_vector(): new auth-vector with ck [79769a866aee4ccbd6a0464baf5d8a39] with status 0
scscf | 18(49) DEBUG: ims_auth [authorize.c:1559]: pack_challenge(): setting QOP str used is [, qop="auth,auth-int"]
scscf | 18(49) DEBUG: ims_auth [authorize.c:1561]: pack_challenge(): QOP str used is [, qop="auth,auth-int"]
scscf | 18(49) DEBUG: ims_auth [authorize.c:1448]: get_auth_userdata(): Searching auth_userdata for IMPU sip:[email protected] (Hash 306)
scscf | 18(49) DEBUG: ims_auth [authorize.c:1457]: get_auth_userdata(): Found auth_userdata
scscf | 18(49) DEBUG: ims_auth [authorize.c:1681]: add_auth_vector(): Adding auth_vector (status 1) for IMPU sip:[email protected] / IMPI [email protected] (Hash 306)
scscf | 18(49) DEBUG: ims_auth [cxdx_mar.c:464]: async_cdp_callback(): DBG:UAR Async CDP callback: ... Done resuming transaction
scscf | 18(49) INFO: ims_auth [cxdx_mar.c:79]: create_return_code(): created AVP successfully : [maa_return_code] - [1]
scscf | 18(49) WARNING: tm [t_suspend.c:192]: t_continue_helper(): active transaction not found
scscf | 18(49) DEBUG: ims_auth [cxdx_mar.c:87]: free_saved_transaction_data(): Freeing saved transaction data: async
pcscf | 101(135) NOTICE: <script>: Security-Client=ipsec-3gpp; alg=hmac-md5-96; ealg=null; spi-c=947519742; spi-s=1765710622; port-c=43498; port-s=40490,ipsec-3gpp; alg=hmac-sha-1-96; ealg=null; spi-c=947519742; spi-s=1765710622; port-c=43498; port-s=40490
pcscf | 101(135) NOTICE: <script>: port-c=43498
pcscf | 101(135) NOTICE: <script>: port-s=40490
pcscf | 101(135) NOTICE: <script>: Expires=600000
pcscf | 101(135) NOTICE: <script>: Old header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="EQMRpsu+/xXL6mTIcaihupmYmiu0rIAAawatpGRCuCk=", algorithm=AKAv1-MD5, ck="79769a866aee4ccbd6a0464baf5d8a39", ik="4d7a1270aa66147e1bc7bf9f92965296", qop="auth,auth-int"
pcscf | 101(135) NOTICE: <script>: New header - WWW-Authenticate=Digest realm="ims.mnc001.mcc001.3gppnetwork.org", nonce="EQMRpsu+/xXL6mTIcaihupmYmiu0rIAAawatpGRCu, qop="auth,auth-int"

https://file.io/ecZ4OBNxZ0AK

Thanks once again Supreeth.

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Hi Supreeth,

I tested with an iPhone 7 now, it seems to be working better, however on the FHoSS it still says auth pending for both. I also attached a PCAP from when i turn off airplane mode till one UE connects. Really appreciate your help to pinpoint the issue.

https://file.io/MNfPdUizaJ3t

Screenshot from 2021-09-12 19-03-29

Screenshot from 2021-09-12 19-05-09

from docker_open5gs.

herlesupreeth avatar herlesupreeth commented on May 27, 2024

@WisaamFarhat The pcap you sent if of no use, there are no packets related to UE attachment etc.

If the fhoss says "auth-pending" please check all the SIM details matches with the one provided in fhoss while adding users

from docker_open5gs.

WisaamFarhat avatar WisaamFarhat commented on May 27, 2024

Apologies, i'm not familiar with how to use wireshark to capture UE packets, I'd be glad if you could tell me how

from docker_open5gs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.