forked from free5gc/free5gc-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnrfcfg.yaml
29 lines (27 loc) · 1.17 KB
/
nrfcfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
info:
version: 1.0.1
description: NRF initial local configuration
configuration:
MongoDBName: free5gc # database name in MongoDB
MongoDBUrl: mongodb://db:27017 # a valid URL of the mongodb
sbi: # Service-based interface information
scheme: http # the protocol for sbi (http or https)
registerIPv4: nrf.free5gc.org # IP used to serve NFs or register to another NRF
bindingIPv4: nrf.free5gc.org # IP used to bind the service
port: 8000 # port used to bind the service
tls: # the local path of TLS key
pem: ./config/TLS/nrf.pem # NRF TLS Certificate
key: ./config/TLS/nrf.key # NRF TLS Private key
DefaultPlmnId:
mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
serviceNameList: # the SBI services provided by this NRF, refer to TS 29.510
- nnrf-nfm # Nnrf_NFManagement service
- nnrf-disc # Nnrf_NFDiscovery service
# the kind of log output
# debugLevel: how detailed to output, value: trace, debug, info, warn, error, fatal, panic
# ReportCaller: enable the caller report or not, value: true or false
logger:
NRF:
debugLevel: info
ReportCaller: false