Niels ten Oever

Results 13 comments of Niels ten Oever

and the logfiles: [ausf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238230/ausf.log) [nssf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238231/nssf.log) [amf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238232/amf.log) [bsf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238233/bsf.log) [nrf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238234/nrf.log) [pcf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238235/pcf.log) [udm.log](https://github.com/herlesupreeth/docker_open5gs/files/8238236/udm.log) [udr.log](https://github.com/herlesupreeth/docker_open5gs/files/8238237/udr.log) [pcrf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238238/pcrf.log) [hss.log](https://github.com/herlesupreeth/docker_open5gs/files/8238239/hss.log) [sgwc.log](https://github.com/herlesupreeth/docker_open5gs/files/8238240/sgwc.log) [sgwu.log](https://github.com/herlesupreeth/docker_open5gs/files/8238241/sgwu.log) [smf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238242/smf.log) [upf.log](https://github.com/herlesupreeth/docker_open5gs/files/8238243/upf.log) [mme.log](https://github.com/herlesupreeth/docker_open5gs/files/8238244/mme.log)

Have you documented how and where this should be done? I could not find it in the readme. Thanks in advance.

We're having a similar issue. How did you finally work on this collaborative coding project?

Having the same problem. Not sure how to edit the database. Tried using DB Browser for SQlite on the project file but it did not show any data.

This has to do with SSL verification for which a local installed SSL cert is needed. There are [several workarounds](https://stackoverflow.com/search?q=SSL%3A+CERTIFICATE_VERIFY_FAILED), We either need to install local certificates, which should be...

But the problem is with the code and the environment, not the data sources, right?

Hmmm, problem does not exist if you remove the 's' from https... So this maybe have something to do with ICANN's mailman install config.

Thanks @herlesupreeth and @s5uishida . I went ahead and did the following as described: ``` gagarin@sputnik ~ docker exec -it osmohlr /bin/bash root@bf8c589a6971:/# telnet localhost 4258 Trying 127.0.0.1... Connected to...

hmmmm, my .env says: ``` MCC=204 MNC=42 ``` But i have started it with: "$ docker-compose up " should I run "$ source .env" every time before it run "$...

hmmm, I ran: ``` set -a source .env docker-compose build --no-cache docker-compose up ``` but I am still getting: ``` mme | 11/03 13:49:13.264: [mme] INFO: InitialUEMessage (../src/mme/s1ap-handler.c:223) mme |...