forked from free5gc/free5gc-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathudmcfg.yaml
37 lines (34 loc) · 1.74 KB
/
udmcfg.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
30
31
32
33
34
35
36
37
info:
version: 1.0.2
description: UDM initial local configuration
configuration:
serviceNameList: # the SBI services provided by this UDM, refer to TS 29.503
- nudm-sdm # Nudm_SubscriberDataManagement service
- nudm-uecm # Nudm_UEContextManagement service
- nudm-ueau # Nudm_UEAuthenticationManagement service
- nudm-ee # Nudm_EventExposureManagement service
- nudm-pp # Nudm_ParameterProvisionDataManagement service
sbi: # Service-based interface information
scheme: http # the protocol for sbi (http or https)
registerIPv4: udm.free5gc.org # IP used to register to NRF
bindingIPv4: udm.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/udm.pem # UDM TLS Certificate
key: ./config/TLS/udm.key # UDM TLS Private key
nrfUri: http://nrf.free5gc.org:8000 # a valid URI of NRF
# test data set from TS33501-f60 Annex C.4
SuciProfile: # Home Network Public Key ID = slice index +1
- ProtectionScheme: 1 # Protect Scheme: Profile A
PrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
PublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
- ProtectionScheme: 2 # Protect Scheme: Profile B
PrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
PublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
# 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:
UDM:
debugLevel: info
ReportCaller: false