# # o Set OGS_LOG_INFO to all domain level # - If `level` is omitted, the default level is OGS_LOG_INFO) # - If `domain` is omitted, the all domain level is set from 'level' # (Default values are used, so no configuration is required) # # o Set OGS_LOG_ERROR to all domain level # - `level` can be set with none, fatal, error, warn, info, debug, trace # logger: # level: error # # o Set OGS_LOG_DEBUG to mme/emm domain level # logger: # level: debug # domain: mme,emm # # o Set OGS_LOG_TRACE to all domain level # logger: # level: trace # domain: core,sbi,ausf,event,tlv,mem,sock # logger: file: @localstatedir@/log/open5gs/sgwc.log # # # # o GTP-C Server(127.0.0.3:2123, [fd69:f21d:873c:fa::2]:2123) # sgwc: # gtpc: # addr: # - 127.0.0.3 # - fd69:f21d:873c:fa::2 # # o On SGW, Same Configuration(127.0.0.3:2123, # [fd69:f21d:873c:fa::2]:2123) as below. # sgwc: # gtpc: # - addr: 127.0.0.3 # - addr: fd69:f21d:873c:fa::2 # # o GTP-C Option (Default) # - so_bindtodevice : NULL # # sgwc: # gtpc: # addr: 127.0.0.3 # option: # so_bindtodevice: vrf-blue # # # # o PFCP Server(127.0.0.3:8805, ::1:8805) # sgwc: # pfcp: # - addr: 127.0.0.3 # - addr: ::1 # # o PFCP-U Server(127.0.0.1:2152, [::1]:2152) # sgwc: # pfcp: # name: localhost # # o PFCP Option (Default) # - so_bindtodevice : NULL # # sgwc: # pfcp: # addr: 127.0.0.3 # option: # so_bindtodevice: vrf-blue # # o Provide custom PFCP address to be advertised in PFCP association # request/respond # sgwc: # pfcp: # - addr: 0.0.0.0 # advertise: open5gs-smf.svc.local # sgwc: gtpc: - addr: 127.0.0.3 pfcp: - addr: 127.0.0.3 # # > # # o PFCP Client(127.0.0.6:8805) # sgwu: # pfcp: # addr: 127.0.0.6 # # # # sgwu: # pfcp: # - addr: 127.0.0.6 # - addr: 127.0.0.12 # - addr: 127.0.0.18 # # o SGWU selection by eNodeB TAC # (either single TAC or multiple TACs, DECIMAL representation) # # sgwu: # pfcp: # - addr: 127.0.0.6 # tac: 1 # - addr: 127.0.0.12 # tac: [3,5,8] # # o SGWU selection by UE's APN (either single APN or multiple APNs) # # sgwu: # pfcp: # - addr: 127.0.0.6 # apn: ims # - addr: 127.0.0.12 # apn: [internet, web] # # o SGWU selection by CellID(e_cell_id: 28bit) # (either single e_cell_id or multiple e_cell_id, HEX representation) # # sgwu: # pfcp: # - addr: 127.0.0.6 # e_cell_id: 463 # - addr: 127.0.0.12 # e_cell_id: [123456789, 9413] # sgwu: pfcp: - addr: 127.0.0.6 # # o Disable use of IPv4 addresses (only IPv6) # parameter: # no_ipv4: true # # o Disable use of IPv6 addresses (only IPv4) # parameter: # no_ipv6: true # # o Prefer IPv4 instead of IPv6 for estabishing new GTP connections. # parameter: # prefer_ipv4: true # # o Disable selection of SGW-U PFCP in Round-Robin manner # parameter: # no_pfcp_rr_select: true # parameter: # # o Maximum Number of UE # max: # ue: 1024 # # o Maximum Number of Peer(S1AP/NGAP, DIAMETER, GTP, PFCP or SBI) # max: # peer: 64 # # o Maximum Number of GTP peer nodes per SGWC/SMF # max: # gtp_peer: 64 # max: # # o Message Wait Duration (Default : 10,000 ms = 10 seconds) # (Default values are used, so no configuration is required) # # o Message Wait Duration (3000 ms) # time: # message: # duration: 3000 time: