From e4476863f66b3681d37ac17b95e37059e9c53744 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 27 Oct 2019 17:58:16 +0900 Subject: [PATCH] name changes from nextepc to open5gs --- docker/build/Dockerfile | 4 ++-- docker/docker-compose.test.yml | 2 +- docs/_config.yml | 2 +- .../guide/02-building-open5gs-from-sources.md | 24 +++++++++---------- docs/_pages/faq.md | 14 +++++------ 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index 1f93945ff..2874bd842 100644 --- a/docker/build/Dockerfile +++ b/docker/build/Dockerfile @@ -9,8 +9,8 @@ WORKDIR /root COPY setup.sh /root ARG USER=open5gs -ARG REPO=nextepc -ARG BRANCH=meson +ARG REPO=open5gs +ARG BRANCH=master RUN git clone https://github.com/$USER/$REPO ADD https://api.github.com/repos/$USER/$REPO/git/refs/heads/$BRANCH /root/open5gs-ver.json diff --git a/docker/docker-compose.test.yml b/docker/docker-compose.test.yml index da15d51c1..27e9f7e1b 100644 --- a/docker/docker-compose.test.yml +++ b/docker/docker-compose.test.yml @@ -15,4 +15,4 @@ services: sysctls: - net.ipv6.conf.all.disable_ipv6=0 hostname: open5gs-test - command: /bin/bash -c "/root/setup.sh; cd nextepc && ninja -C build test" + command: /bin/bash -c "/root/setup.sh; cd open5gs && ninja -C build test" diff --git a/docs/_config.yml b/docs/_config.yml index 6f54ee0ea..b32292d0a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ email: acetcom@gmail.com description: >- # this means to ignore newlines until "baseurl:" An open source implementation of the Evolved Packet Core of LTE networks supporting 3GPP Release 14. -baseurl: "/nextepc" # the subpath of your site, e.g. /blog +baseurl: "/open5gs" # the subpath of your site, e.g. /blog url: "https://open5gs.org" # the base hostname & protocol for your site, e.g. http://example.com author: "Sukchan Lee" github_username: open5gs diff --git a/docs/_docs/guide/02-building-open5gs-from-sources.md b/docs/_docs/guide/02-building-open5gs-from-sources.md index ffbcc38cb..966af008f 100644 --- a/docs/_docs/guide/02-building-open5gs-from-sources.md +++ b/docs/_docs/guide/02-building-open5gs-from-sources.md @@ -136,16 +136,16 @@ $ cd install $ ./open5gs-pcrfd Open5GS daemon v1.0.0 -10/27 15:47:55.821: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/pcrf.yaml' (../src/main.c:54) -10/27 15:47:55.822: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/pcrf.log' (../src/main.c:57) +10/27 15:47:55.821: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/pcrf.yaml' (../src/main.c:54) +10/27 15:47:55.822: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/pcrf.log' (../src/main.c:57) 10/27 15:47:55.868: [dbi] INFO: MongoDB URI: 'mongodb://localhost/open5gs' (../lib/dbi/ogs-mongoc.c:99) 10/27 15:47:55.965: [app] INFO: PCRF initialize...done (../src/pcrf/app-init.c:31) $ ./open5gs-pgwd Open5GS daemon v1.0.0 -10/27 15:48:11.198: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/pgw.yaml' (../src/main.c:54) -10/27 15:48:11.199: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/pgw.log' (../src/main.c:57) +10/27 15:48:11.198: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/pgw.yaml' (../src/main.c:54) +10/27 15:48:11.199: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/pgw.log' (../src/main.c:57) 10/27 15:48:11.292: [app] INFO: PGW initialize...done (../src/pgw/app-init.c:31) 10/27 15:48:11.293: [gtp] INFO: gtp_server() [127.0.0.3]:2123 (../lib/gtp/path.c:32) 10/27 15:48:11.293: [gtp] INFO: gtp_server() [::1]:2123 (../lib/gtp/path.c:32) @@ -155,8 +155,8 @@ Open5GS daemon v1.0.0 $ ./open5gs-sgwd Open5GS daemon v1.0.0 -10/27 15:48:21.526: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/sgw.yaml' (../src/main.c:54) -10/27 15:48:21.527: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/sgw.log' (../src/main.c:57) +10/27 15:48:21.526: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/sgw.yaml' (../src/main.c:54) +10/27 15:48:21.527: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/sgw.log' (../src/main.c:57) 10/27 15:48:21.533: [app] INFO: SGW initialize...done (../src/sgw/app-init.c:31) 10/27 15:48:21.537: [gtp] INFO: gtp_server() [127.0.0.2]:2123 (../lib/gtp/path.c:32) 10/27 15:48:21.537: [gtp] INFO: gtp_server() [192.168.0.3]:2152 (../lib/gtp/path.c:32) @@ -164,16 +164,16 @@ Open5GS daemon v1.0.0 $ ./open5gs-hssd Open5GS daemon v1.0.0 -10/27 15:48:32.802: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/hss.yaml' (../src/main.c:54) -10/27 15:48:32.803: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/hss.log' (../src/main.c:57) +10/27 15:48:32.802: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/hss.yaml' (../src/main.c:54) +10/27 15:48:32.803: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/hss.log' (../src/main.c:57) 10/27 15:48:32.815: [dbi] INFO: MongoDB URI: 'mongodb://localhost/open5gs' (../lib/dbi/ogs-mongoc.c:99) 10/27 15:48:32.861: [app] INFO: HSS initialize...done (../src/hss/app-init.c:31) $ ./open5gs-mmed Open5GS daemon v1.0.0 -10/27 15:46:23.539: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/mme.yaml' (../src/main.c:54) -10/27 15:46:23.540: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/mme.log' (../src/main.c:57) +10/27 15:46:23.539: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/mme.yaml' (../src/main.c:54) +10/27 15:46:23.540: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/mme.log' (../src/main.c:57) 10/27 15:46:23.682: [app] INFO: MME initialize...done (../src/mme/app-init.c:33) 10/27 15:46:23.682: [gtp] INFO: gtp_server() [192.168.0.3]:2123 (../lib/gtp/path.c:32) 10/27 15:46:23.683: [gtp] INFO: gtp_connect() [127.0.0.2]:2123 (../lib/gtp/path.c:57) @@ -312,8 +312,8 @@ You can use the command line option[`-d`] to record more logs. ```bash Open5GS daemon v1.0.0 -10/27 15:50:45.170: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/mme.yaml' (../src/main.c:54) -10/27 15:50:45.171: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/mme.log' (../src/main.c:57) +10/27 15:50:45.170: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/mme.yaml' (../src/main.c:54) +10/27 15:50:45.171: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/mme.log' (../src/main.c:57) 10/27 15:50:45.171: [app] INFO: LOG-LEVEL: 'debug' (../src/main.c:60) 10/27 15:50:45.267: [thread] DEBUG: [0x10b52ed08] thread started (../lib/core/ogs-thread.c:101) 10/27 15:50:45.267: [thread] DEBUG: [0x10b52ed08] worker signal (../lib/core/ogs-thread.c:66) diff --git a/docs/_pages/faq.md b/docs/_pages/faq.md index 7b9c273b2..d5c16d472 100644 --- a/docs/_pages/faq.md +++ b/docs/_pages/faq.md @@ -222,8 +222,8 @@ If you do not start MongoDB, you will get the following error: $ ./install/bin/open5gs-hssd Open5GS daemon v1.0.0 -10/27 16:45:00.371: [app] INFO: Configuration: '/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/hss.yaml' (../src/main.c:54) -10/27 16:45:00.372: [app] INFO: File Logging: '/Users/acetcom/Documents/git/nextepc/install/var/log/open5gs/hss.log' (../src/main.c:57) +10/27 16:45:00.371: [app] INFO: Configuration: '/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/hss.yaml' (../src/main.c:54) +10/27 16:45:00.372: [app] INFO: File Logging: '/Users/acetcom/Documents/git/open5gs/install/var/log/open5gs/hss.log' (../src/main.c:57) 10/27 16:45:00.377: [dbi] ERROR: Failed to connect to server [mongodb://localhost/open5gs] (../lib/dbi/ogs-mongoc.c:91) 10/27 16:45:00.377: [app] ERROR: Failed to intialize HSS (../src/hss/app-init.c:28) ``` @@ -238,7 +238,7 @@ $ sudo systemctl start mongodb You might be getting the following error after running `./open5gs-mmed`. ```bash $ ./build/src/mme/open5gs-mmed -10/27 16:45:41.912: [app] FATAL: cannot open file `/Users/acetcom/Documents/git/nextepc/install/etc/open5gs/mme.yaml` (../lib/app/ogs-config.c:67) +10/27 16:45:41.912: [app] FATAL: cannot open file `/Users/acetcom/Documents/git/open5gs/install/etc/open5gs/mme.yaml` (../lib/app/ogs-config.c:67) 10/27 16:45:41.912: [app] FATAL: Open5GS initialization failed. Aborted (../src/main.c:211) ``` @@ -450,8 +450,8 @@ $ ./install/bin/open5gs-sgwd ./install/bin/open5gs-sgwd Open5GS daemon v1.0.0 -10/27 08:37:33.158: [app] INFO: Configuration: '/home/acetcom/git/nextepc/install/etc/open5gs/sgw.yaml' (../src/main.c:54) -10/27 08:37:33.166: [app] INFO: File Logging: '/home/acetcom/git/nextepc/install/var/log/open5gs/sgw.log' (../src/main.c:57) +10/27 08:37:33.158: [app] INFO: Configuration: '/home/acetcom/git/open5gs/install/etc/open5gs/sgw.yaml' (../src/main.c:54) +10/27 08:37:33.166: [app] INFO: File Logging: '/home/acetcom/git/open5gs/install/var/log/open5gs/sgw.log' (../src/main.c:57) Unknown QEMU_IFLA_INFO_KIND ipip Unknown QEMU_IFLA_INFO_KIND ip6tnl 10/27 08:37:33.225: [app] INFO: SGW initialize...done (../src/sgw/app-init.c:31) @@ -461,8 +461,8 @@ Unknown QEMU_IFLA_INFO_KIND ip6tnl ./install/bin/open5gs-hssd Open5GS daemon v1.0.0 -10/27 08:37:45.754: [app] INFO: Configuration: '/home/acetcom/git/nextepc/install/etc/open5gs/hss.yaml' (../src/main.c:54) -10/27 08:37:45.762: [app] INFO: File Logging: '/home/acetcom/git/nextepc/install/var/log/open5gs/hss.log' (../src/main.c:57) +10/27 08:37:45.754: [app] INFO: Configuration: '/home/acetcom/git/open5gs/install/etc/open5gs/hss.yaml' (../src/main.c:54) +10/27 08:37:45.762: [app] INFO: File Logging: '/home/acetcom/git/open5gs/install/var/log/open5gs/hss.log' (../src/main.c:57) 10/27 08:37:45.868: [dbi] INFO: MongoDB URI: 'mongodb://mongodb/open5gs' (../lib/dbi/ogs-mongoc.c:99) ^Cgetsockopt level=132 optname=0 not yet supported ```