Skip to content

Commit

Permalink
NRF config version
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 17, 2024
1 parent 00e0f03 commit 9c7772a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions nrf/template-nrf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
info:
version: 1.0.1
version: 1.0.2
description: NRF initial local configuration

configuration:
Expand All @@ -11,19 +11,17 @@ configuration:
bindingIPv4: %SBI_BINDING_IP # IP used to bind the service
port: %SBI_BINDING_PORT # port used to bind the service
tls:
pem: config/TLS/nrf.pem
key: config/TLS/nrf.key
pem: config/nrf.pem
key: config/nrf.key
oauth: true
DefaultPlmnId:
mcc: %MCC # Mobile Country Code (3 digits string, digit: 0~9)
mnc: %MNC # 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
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
reportCaller: true # enable the calle report or not, value: true or false

0 comments on commit 9c7772a

Please sign in to comment.