configuration comment is updated

This commit is contained in:
Sukchan Lee 2017-12-18 09:26:29 +09:00
parent 649fd75b14
commit 03f681ca05
3 changed files with 24 additions and 32 deletions

View File

@ -34,8 +34,7 @@ mme:
sgw: sgw:
gtpc: gtpc:
addr: addr: 127.0.0.2
- 127.0.0.2
pgw: pgw:
gtpc: gtpc:

View File

@ -36,29 +36,29 @@ mme:
# #
# <S1AP Server>> # <S1AP Server>>
# #
# o Specify local addresses the S1AP server must bind to
#
# o S1AP Server(all address avaiable) # o S1AP Server(all address avaiable)
# s1ap: # s1ap:
# #
# o S1AP Server(address avaiable in `eth0` interface)
# s1ap:
# dev: eth0
#
# o S1AP Server(0.0.0.0:36412) # o S1AP Server(0.0.0.0:36412)
# s1ap: # s1ap:
# addr: 0.0.0.0 # addr: 0.0.0.0
# #
# o S1AP Server(127.0.0.1:36412, [::1]:36413) # o S1AP Server(127.0.0.3:36412, [fe80::3%@LO_DEV@]:36412)
# s1ap: # s1ap:
# name: localhost # - addr: 127.0.0.3
# - addr: fe80::3%@LO_DEV@
#
# o S1AP Server(address avaiable in `eth0` interface)
# s1ap:
# dev: eth0
# #
s1ap: s1ap:
# #
# <GTP-C Server>> # <GTP-C Server>>
# #
# o Specify local addresses the GTP-C server must bind to # o GTP-C Server(all address avaiable)
# gtpc:
# #
# o GTP-C Server(127.0.0.1:2123, [::1]:2123) # o GTP-C Server(127.0.0.1:2123, [::1]:2123)
# gtpc: # gtpc:
@ -168,28 +168,23 @@ sgw:
# #
# ------------------------ SGW -------------------------- # ------------------------ SGW --------------------------
# #
# o Specify local addresses the GTP-C server must bind to
#
# o GTP-C Server(127.0.0.2:2123, [fe80::2%@LO_DEV@]:2123) # o GTP-C Server(127.0.0.2:2123, [fe80::2%@LO_DEV@]:2123)
# gtpc: # gtpc:
# addr: # addr:
# - 127.0.0.2 # - 127.0.0.2
# - fe80::2%@LO_DEV@ # - fe80::2%@LO_DEV@
# #
# o Same configuration(127.0.0.2:2123, [fe80::2%@LO_DEV@]:2123) as below. # o On SGW, Same Configuration(127.0.0.2:2123, [fe80::2%@LO_DEV@]:2123) as below.
# gtpc: # gtpc:
# - addr: 127.0.0.2 # - addr: 127.0.0.2
# - addr: fe80::2%@LO_DEV@ # - addr: fe80::2%@LO_DEV@
# #
gtpc: gtpc:
addr: addr: 127.0.0.2
- 127.0.0.2
# #
# <GTP-U Server>> # <GTP-U Server>>
# #
# o Specify local addresses the GTP-U server must bind to
#
# o GTP-U Server(all address avaiable) # o GTP-U Server(all address avaiable)
# gtpu: # gtpu:
# #
@ -201,10 +196,8 @@ pgw:
# #
# ------------------------ MME -------------------------- # ------------------------ MME --------------------------
# #
# o Specify PGW addresses the GTP-C must connect to # o Only first node is attempted. Others are ignored.
# # o if HSS provide PGW addresss(per-UE), DB overwrites YAML-configuration.
# o Only first node is attempted. others are ignored.
# o if HSS provide PGW addresss(per-UE), it overwrites configuration.
# #
# o Two PGW are defined. 127.0.0.1:2123 is attempted. [::1]:2123 is ignored. # o Two PGW are defined. 127.0.0.1:2123 is attempted. [::1]:2123 is ignored.
# gtpc: # gtpc:
@ -219,15 +212,13 @@ pgw:
# #
# ------------------------ PGW -------------------------- # ------------------------ PGW --------------------------
# #
# o Specify local addresses the GTP-C server must bind to
#
# o GTP-C Server(127.0.0.1:2123, [::1]:2123) # o GTP-C Server(127.0.0.1:2123, [::1]:2123)
# gtpc: # gtpc:
# addr: # addr:
# - 127.0.0.1 # - 127.0.0.1
# - ::1 # - ::1
# #
# o Same configuration(127.0.0.1:2123, [::1]:2123) as below. # o On PGW, Same configuration(127.0.0.1:2123, [::1]:2123) as below.
# gtpc: # gtpc:
# - addr: 127.0.0.1 # - addr: 127.0.0.1
# - addr: ::1 # - addr: ::1
@ -240,12 +231,15 @@ pgw:
# #
# <GTP-U Server>> # <GTP-U Server>>
# #
# o Specify local addresses the GTP-U server must bind to
#
# o GTP-U Server(127.0.0.1:2152, [::1]:2152) # o GTP-U Server(127.0.0.1:2152, [::1]:2152)
# gtpu: # gtpu:
# - addr: 127.0.0.1 # - addr: 127.0.0.1
# - addr: ::1 # - addr: ::1
#
# o Same configuration(127.0.0.1:2152, [::1]:2152) as below.
# gtpu:
# name: localhost
#
gtpu: gtpu:
- addr: 127.0.0.1 - addr: 127.0.0.1
- addr: ::1 - addr: ::1
@ -269,7 +263,7 @@ pgw:
# #
# #
# o Specific APN(e.g 'volte') uses 45.46.0.1/16, cafe:2::1/64 # o Specific APN(e.g 'volte') uses 45.46.0.1/16, cafe:2::1/64
# All other APN uses 45.45.0.1/16, cafe:1::1/64 # All other APNs use 45.45.0.1/16, cafe:1::1/64
# $ sudo ip addr add 45.45.0.1/16 dev pgwtun # $ sudo ip addr add 45.45.0.1/16 dev pgwtun
# $ sudo ip addr add 45.46.0.1/16 dev pgwtun # $ sudo ip addr add 45.46.0.1/16 dev pgwtun
# $ sudo ip addr add cafe:1::1/64 dev pgwtun # $ sudo ip addr add cafe:1::1/64 dev pgwtun
@ -283,7 +277,7 @@ pgw:
# - addr: cafe:2::1/64 # - addr: cafe:2::1/64
# apn: volte # apn: volte
# #
# o Multiple Devices(Default:pgwtun) # o Multiple Devices (default: pgwtun)
# $ sudo ip addr add 45.45.0.1/16 dev pgwtun # $ sudo ip addr add 45.45.0.1/16 dev pgwtun
# $ sudo ip addr add cafe:1::1/64 dev pgwtun2 # $ sudo ip addr add cafe:1::1/64 dev pgwtun2
# $ sudo ip addr add 45.46.0.1/16 dev pgwtun3 # $ sudo ip addr add 45.46.0.1/16 dev pgwtun3
@ -307,7 +301,7 @@ pgw:
# #
# <Domain Name Server> # <Domain Name Server>
# #
# o primary/secondary can be configured. Others is ignored # o Primary/Secondary can be configured. Others are ignored.
# #
dns: dns:
- 8.8.8.8 - 8.8.8.8

View File

@ -10,6 +10,5 @@ parameter:
sgw: sgw:
gtpc: gtpc:
addr: addr: 127.0.0.2
- 127.0.0.2
gtpu: gtpu: