diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index 610358599..8d4015093 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -48,9 +48,23 @@ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbunt https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.04/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.10/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/ +https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/ ``` -Nightly package build are provided by [Osmocom](https://osmocom.org) on [OBS](https://build.opensuse.org/package/show/network:osmocom:nightly/open5gs). +#### Nightly Builds + +Nightly bulit package are provided by [Osmocom](https://osmocom.org) on [OBS](https://build.opensuse.org/package/show/network:osmocom:nightly/open5gs). On *Ubuntu 20.04* you can install it like this: + +``` +$ sudo apt update +$ sudo apt install wget gnupg +$ wget -qO - https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/Release.key | sudo apt-key add - +$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ ./' > /etc/apt/sources.list.d/open5gs.list" +$ sudo apt update +$ sudo apt install open5gs +``` + +Other distributions can be installed by changing the path. ``` https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_10/ @@ -58,9 +72,10 @@ https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Test https://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_Unstable/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/Raspbian_10/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/ -https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.10/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_19.04/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_19.10/ +https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ +https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/ ``` #### openSUSE diff --git a/docs/_docs/troubleshoot/02-now-in-github-issues.md b/docs/_docs/troubleshoot/02-now-in-github-issues.md index 749299622..3a3dd294d 100644 --- a/docs/_docs/troubleshoot/02-now-in-github-issues.md +++ b/docs/_docs/troubleshoot/02-now-in-github-issues.md @@ -460,9 +460,9 @@ $ sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward" $ sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE ``` -#### How to use a different APN for each SMF +#### How to use a different DNN/APN for each SMF -By default, MME selects the SMF as the first SMF node. To use a different APN for each SMF, specify gtpc.apn as the APN name. If the HSS uses WebUI to set the SMF IP for each UE, you can use a specific SMF node for each UE. +By default, MME selects the SMF as the first SMF node. To use a different DNN/APN for each SMF, specify gtpc.dnn as the DNN/APN name. If the HSS uses WebUI to set the SMF IP for each UE, you can use a specific SMF node for each UE. See the following example. @@ -474,40 +474,41 @@ See the following example. # # # o By default, the SMF uses the first SMF node. -# - To use a different APN for each SMF, specify gtpc.apn as the APN name. +# - To use a different DNN/APN for each SMF, specify gtpc.dnn +# as the DNN/APN name. # - If the HSS uses WebUI to set the SMF IP for each UE, # you can use a specific SMF node for each UE. # # o Two SMF are defined. 127.0.0.4:2123 is used. -# [fe80::3%@loopback_devname@]:2123 is ignored. +# [fe80::3%lo]:2123 is ignored. # gtpc: # - addr: 127.0.0.4 -# - addr: fe80::3%@loopback_devname@ +# - addr: fe80::3%lo # # o One SMF is defined. if prefer_ipv4 is not true, -# [fe80::3%@loopback_devname@] is selected. +# [fe80::3%lo] is selected. # gtpc: # - addr: # - 127.0.0.4 -# - fe80::3%@loopback_devname@ +# - fe80::3%lo # -# o Two SMF are defined with a different APN. +# o Two SMF are defined with a different DNN/APN. # - Note that if SMF IP for UE is configured in HSS, # the following configurion for this UE is ignored. # gtpc: # - addr: 127.0.0.4 -# apn: internet +# dnn: internet # - addr: 127.0.0.5 -# apn: volte +# dnn: volte # -# o If APN is omitted, the default APN uses the first SMF node. +# o If DNN/APN is omitted, the default DNN/APN uses the first SMF node. # gtpc: # - addr: 127.0.0.4 # - addr: 127.0.0.5 -# apn: volte +# dnn: volte ``` -The IP address of the UE can also use a different UE pool depending on the APN. +The IP address of the UE can also use a different UE pool depending on the DNN/APN. ``` ### For reference, see `smf.yaml` @@ -528,8 +529,8 @@ The IP address of the UE can also use a different UE pool depending on the APN. # - addr: cafe:1::1/64 # # -# o Specific APN(e.g 'volte') uses 10.46.0.1/16, cafe:2::1/64 -# All other APNs use 10.45.0.1/16, cafe:1::1/64 +# o Specific DNN/APN(e.g 'volte') uses 10.46.0.1/16, cafe:2::1/64 +# All other DNNs/APNs use 10.45.0.1/16, cafe:1::1/64 # $ sudo ip addr add 10.45.0.1/16 dev ogstun # $ sudo ip addr add 10.46.0.1/16 dev ogstun # $ sudo ip addr add cafe:1::1/64 dev ogstun @@ -539,9 +540,9 @@ The IP address of the UE can also use a different UE pool depending on the APN. # - addr: 10.45.0.1/16 # - addr: cafe:1::1/64 # - addr: 10.46.0.1/16 -# apn: volte +# dnn: volte # - addr: cafe:2::1/64 -# apn: volte +# dnn: volte # # o Multiple Devices (default: ogstun) # $ sudo ip addr add 10.45.0.1/16 dev ogstun @@ -554,10 +555,10 @@ The IP address of the UE can also use a different UE pool depending on the APN. # - addr: cafe:1::1/64 # dev: ogstun2 # - addr: 10.46.0.1/16 -# apn: volte +# dnn: volte # dev: ogstun3 # - addr: cafe:2::1/64 -# apn: volte +# dnn: volte # dev: ogstun3 # # o Pool Range Sample