From 8487a2b4b3c85f491ee015dcee5d3142c4572845 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 22 Jun 2020 12:29:41 -0400 Subject: [PATCH] Update configuration manual for 5GC --- configs/open5gs/amf.yaml.in | 98 +++++++++++++++++++++++++++++++++++++ configs/open5gs/smf.yaml.in | 6 ++- 2 files changed, 102 insertions(+), 2 deletions(-) diff --git a/configs/open5gs/amf.yaml.in b/configs/open5gs/amf.yaml.in index 8606909745..9f4c647824 100644 --- a/configs/open5gs/amf.yaml.in +++ b/configs/open5gs/amf.yaml.in @@ -62,6 +62,104 @@ logger: # sbi: # dev: eth0 # +# > +# +# o NGAP Server(all address avaiable) +# ngap: +# +# o NGAP Server(0.0.0.0:38412) +# ngap: +# addr: 0.0.0.0 +# +# o NGAP Server(127.0.0.1:38412, [::1]:38412) +# ngap: +# - addr: 127.0.0.1 +# - addr: ::1 +# +# o NGAP Server(different port) +# ngap: +# - addr: 127.0.0.1 +# port: 38413 +# +# o NGAP Server(address avaiable in `eth0` interface) +# ngap: +# dev: eth0 +# +# +# +# o Multiple GUAMI +# guami: +# - plmn_id: +# mcc: 901 +# mnc: 70 +# amf_id: +# region: 2 +# set: 1 +# pointer: 4 +# - plmn_id: +# mcc: 001 +# mnc: 01 +# amf_id: +# region: 5 +# set: 2 +# +# +# +# o Multiple TAI +# tai: +# - plmn_id: +# mcc: 001 +# mnc: 01 +# tac: [1, 2, 3] +# tai: +# - plmn_id: +# mcc: 002 +# mnc: 02 +# tac: 4 +# - plmn_id: +# mcc: 003 +# mnc: 03 +# tac: 5 +# tai: +# - plmn_id: +# mcc: 004 +# mnc: 04 +# tac: [6, 7] +# - plmn_id: +# mcc: 005 +# mnc: 05 +# tac: 8 +# - plmn_id: +# mcc: 006 +# mnc: 06 +# tac: [9, 10] +# +# +# +# o Multiple PLMN Support +# plmn: +# - plmn_id: +# mcc: 901 +# mnc: 70 +# s_nssai: +# - sst: 1 +# - sd: 010000 +# - plmn_id: +# mcc: 901 +# mnc: 70 +# s_nssai: +# - sst: 1 +# +# +# +# network_name: +# full: Open5GS +# short: Next +# +# +# +# amf_name: amf1.open5gs.amf.5gc.mnc70.mcc901.3gppnetwork.org +# amf: sbi: - addr: 127.0.0.2 diff --git a/configs/open5gs/smf.yaml.in b/configs/open5gs/smf.yaml.in index 071509b711..e5f1353279 100644 --- a/configs/open5gs/smf.yaml.in +++ b/configs/open5gs/smf.yaml.in @@ -263,7 +263,8 @@ nrf: # # # o Round-Robin -# (If `upf_selection_mode` is omitted in smf/pfcp, the default mode is Round-Robin) +# (If `upf_selection_mode` is omitted in smf/pfcp, +# the default mode is Round-Robin) # # upf: # pfcp: @@ -288,7 +289,8 @@ nrf: # - addr: 127.0.0.12 # apn: [internet, web] # -# o SGW selection by eNodeB ID (either single enb_id or multiple enb_ids, decimal or hex representation) +# o SGW selection by eNodeB ID +# (either single enb_id or multiple enb_ids, decimal or hex representation) # # upf: # pfcp: