mirror of https://github.com/pvnis/srsRAN_4G.git
Fixing up user_db.csv comments and default values.
parent
50f9f78852
commit
ad1d32333b
@ -1,14 +1,15 @@
|
||||
#
|
||||
# .csv to store UE's information in HSS
|
||||
# Kept in the following format: "Name,IMSI,Key,OP,AMF"
|
||||
# Kept in the following format: \"Name,IMSI,Key,OP_Type,OP,AMF,SQN\"
|
||||
#
|
||||
# Name: Human readable name to help distinguish UE's. Largely ignored by the HSS
|
||||
# Name: Human readable name to help distinguish UE's. Ignored by the HSS
|
||||
# IMSI: UE's IMSI value
|
||||
# Key: UE's key, where other keys are derived from. Stored in hexadecimal
|
||||
# OP: Operator's code, sotred in hexadecimal
|
||||
# OP_Type: Operator's code type, either OP or OPc
|
||||
# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal
|
||||
# AMF: Authentication management field, stored in hexadecimal
|
||||
# SQN: UE's Sequence number for freshness of the authentication
|
||||
#
|
||||
# Note: Lines starting by '#' are ignored
|
||||
ue1,001010123456789,00112233445566778899aabbccddeeff,op,63bfa50ee6523365ff14c1f45f88737d,9001,000000001234
|
||||
# Note: Lines starting by '#' are ignored and will be overwritten
|
||||
ue1,001010123456789,00112233445566778899aabbccddeeff,opc,63bfa50ee6523365ff14c1f45f88737d,9001,000000001234
|
||||
ue2,001010123456780,00112233445566778899aabbccddeeff,opc,63bfa50ee6523365ff14c1f45f88737d,8000,000000001234
|
||||
|
Loading…
Reference in New Issue