-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathnefcfg.yaml
23 lines (21 loc) · 951 Bytes
/
nefcfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
info:
version: 1.0.1
description: NEF initial local configuration
configuration:
sbi:
scheme: http # The protocol for sbi (http or https)
registerIPv4: nef.free5gc.org # IP used to register to NRF
bindingIPv4: nef.free5gc.org # IP used to bind the service
port: 8000 # port used to bind the service
tls: # the local path of TLS key
pem: cert/nef.pem # NEF TLS Certificate
key: cert/nef.key # NEF TLS Private key
nrfUri: http://nrf.free5gc.org:8000 # A valid URI of NRF
nrfCertPem: cert/nrf.pem # NRF Certificate
serviceList: # the SBI services provided by this NEF
- serviceName: nnef-pfdmanagement # Nnef_PFDManagement Service
- serviceName: nnef-oam # OAM service
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
reportCaller: false # enable the caller report or not, value: true or false