From b9c6906017d6db07dbb09794361d53f94b4b6828 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 29 Nov 2022 23:40:53 +0900 Subject: [PATCH] Fixed manual of sgwu.yaml conf --- docs/_docs/guide/01-quickstart.md | 18 +++++++++-------- .../guide/02-building-open5gs-from-sources.md | 18 +++++++++-------- docs/_docs/tutorial/01-your-first-lte.md | 20 ++++++++++--------- 3 files changed, 31 insertions(+), 25 deletions(-) diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index fdb97e067..c9b31d4e5 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -294,17 +294,19 @@ $ diff -u /etc/open5gs/mme.yaml.old /etc/open5gs/mme.yaml Modify [/etc/open5gs/sgwu.yaml](https://github.com/{{ site.github_username }}/open5gs/blob/main/configs/open5gs/sgwu.yaml.in) to set the GTP-U IP address. ```diff -$ diff -u /etc/open5gs/sgwu.yaml.old /etc/open5gs/sgwu.yaml ---- sgwu.yaml 2020-09-05 20:50:39.393022566 -0400 -+++ sgwu.yaml.new 2020-09-05 20:51:06.667838823 -0400 -@@ -98,7 +98,7 @@ logger: - # - sgwu: +$ diff --git a/configs/open5gs/sgwu.yaml.in b/configs/open5gs/sgwu.yaml.in +index 8ccf94378..25b6884a3 100644 +--- a/configs/open5gs/sgwu.yaml.in ++++ b/configs/open5gs/sgwu.yaml.in +@@ -100,7 +100,7 @@ sgwu: pfcp: + - addr: 127.0.0.6 + gtpu: - - addr: 127.0.0.6 + - addr: 10.11.0.6 - gtpu: - - addr: 127.0.0.6 + + # + # sgwc: ``` After changing config files, please restart Open5GS daemons. diff --git a/docs/_docs/guide/02-building-open5gs-from-sources.md b/docs/_docs/guide/02-building-open5gs-from-sources.md index 226ee8276..67361f443 100644 --- a/docs/_docs/guide/02-building-open5gs-from-sources.md +++ b/docs/_docs/guide/02-building-open5gs-from-sources.md @@ -204,17 +204,19 @@ $ diff -u /etc/open5gs/mme.yaml.old /etc/open5gs/mme.yaml Modify [install/etc/open5gs/sgwu.yaml](https://github.com/{{ site.github_username }}/open5gs/blob/main/configs/open5gs/sgwu.yaml.in) to set the GTP-U IP address. ```diff -$ diff -u /etc/open5gs/sgwu.yaml.old /etc/open5gs/sgwu.yaml ---- sgwu.yaml 2020-09-05 20:50:39.393022566 -0400 -+++ sgwu.yaml.new 2020-09-05 20:51:06.667838823 -0400 -@@ -98,7 +98,7 @@ logger: - # - sgwu: +$ diff --git a/configs/open5gs/sgwu.yaml.in b/configs/open5gs/sgwu.yaml.in +index 8ccf94378..25b6884a3 100644 +--- a/configs/open5gs/sgwu.yaml.in ++++ b/configs/open5gs/sgwu.yaml.in +@@ -100,7 +100,7 @@ sgwu: pfcp: + - addr: 127.0.0.6 + gtpu: - - addr: 127.0.0.6 + - addr: 10.11.0.6 - gtpu: - - addr: 127.0.0.6 + + # + # sgwc: ``` If you modify the config files while Open5GS daemons are running, please restart them diff --git a/docs/_docs/tutorial/01-your-first-lte.md b/docs/_docs/tutorial/01-your-first-lte.md index 1c09049d9..4dccf889b 100644 --- a/docs/_docs/tutorial/01-your-first-lte.md +++ b/docs/_docs/tutorial/01-your-first-lte.md @@ -272,17 +272,19 @@ $ diff -u /etc/open5gs/mme.yaml.old /etc/open5gs/mme.yaml Modify [install/etc/open5gs/sgwu.yaml](https://github.com/{{ site.github_username }}/open5gs/blob/main/configs/open5gs/sgwu.yaml.in) to set the GTP-U IP address. ```diff -$ diff -u /etc/open5gs/sgwu.yaml.old /etc/open5gs/sgwu.yaml ---- sgwu.yaml 2020-09-05 20:50:39.393022566 -0400 -+++ sgwu.yaml.new 2020-09-05 20:51:06.667838823 -0400 -@@ -98,7 +98,7 @@ logger: - # - sgwu: +$ diff --git a/configs/open5gs/sgwu.yaml.in b/configs/open5gs/sgwu.yaml.in +index 8ccf94378..25b6884a3 100644 +--- a/configs/open5gs/sgwu.yaml.in ++++ b/configs/open5gs/sgwu.yaml.in +@@ -100,7 +100,7 @@ sgwu: pfcp: -- - addr: 10.11.0.6 -+ - addr: 127.0.0.6 - gtpu: - addr: 127.0.0.6 + gtpu: +- - addr: 127.0.0.6 ++ - addr: 10.11.0.6 + + # + # sgwc: ```