mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
[MME] config: Document hss_map yaml entry
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
parent
9d83eba550
commit
deef017dfe
1 changed files with 18 additions and 0 deletions
|
|
@ -277,5 +277,23 @@ mme:
|
|||
# mcc: 999
|
||||
# mnc: 70
|
||||
#
|
||||
# o HSS Selection
|
||||
# o realm and host are optional
|
||||
# o realm will be generated from plmn_id if not provided
|
||||
# o host will not be used if not provided
|
||||
# hss_map:
|
||||
# - plmn_id:
|
||||
# mcc: 001
|
||||
# mnc: 01
|
||||
# - plmn_id:
|
||||
# mcc: 002
|
||||
# mnc: 02
|
||||
# realm: epc.mnc002.mcc002.3gppnetwork.org
|
||||
# - plmn_id:
|
||||
# mcc: 999
|
||||
# mnc: 70
|
||||
# realm: localdomain
|
||||
# host: hss.localdomain
|
||||
#
|
||||
# o Relative Capacity
|
||||
# relative_capacity: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue