Fix order of discription in user_db.csv.example.

master
Pedro Alvarez 4 years ago
parent 1f18e8a054
commit aafd2cd81c

@ -198,12 +198,12 @@ bool hss::write_db_file(std::string db_filename)
// Write comment info // Write comment info
m_db_file << "# \n" m_db_file << "# \n"
<< "# .csv to store UE's information in HSS \n" << "# .csv to store UE's information in HSS \n"
<< "# Kept in the following format: \"Name,Auth,IMSI,Key,OP_Type,OP,AMF,SQN,QCI,IP_alloc\" \n" << "# Kept in the following format: \"Name,Auth,IMSI,Key,OP_Type,OP/OPc,AMF,SQN,QCI,IP_alloc\" \n"
<< "# \n" << "# \n"
<< "# Name: Human readable name to help distinguish UE's. Ignored by the HSS \n" << "# Name: Human readable name to help distinguish UE's. Ignored by the HSS \n"
<< "# IMSI: UE's IMSI value \n"
<< "# Auth: Authentication algorithm used by the UE. Valid algorithms are XOR \n" << "# Auth: Authentication algorithm used by the UE. Valid algorithms are XOR \n"
<< "# (xor) and MILENAGE (mil) \n" << "# (xor) and MILENAGE (mil) \n"
<< "# IMSI: UE's IMSI value \n"
<< "# Key: UE's key, where other keys are derived from. Stored in hexadecimal \n" << "# Key: UE's key, where other keys are derived from. Stored in hexadecimal \n"
<< "# OP_Type: Operator's code type, either OP or OPc \n" << "# OP_Type: Operator's code type, either OP or OPc \n"
<< "# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal \n" << "# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal \n"

@ -1,11 +1,11 @@
# #
# .csv to store UE's information in HSS # .csv to store UE's information in HSS
# Kept in the following format: "Name,Auth,IMSI,Key,OP_Type,OP,AMF,SQN,QCI,IP_alloc" # Kept in the following format: "Name,Auth,IMSI,Key,OP_Type,OP/OPc,AMF,SQN,QCI,IP_alloc"
# #
# Name: Human readable name to help distinguish UE's. Ignored by the HSS # Name: Human readable name to help distinguish UE's. Ignored by the HSS
# IMSI: UE's IMSI value
# Auth: Authentication algorithm used by the UE. Valid algorithms are XOR # Auth: Authentication algorithm used by the UE. Valid algorithms are XOR
# (xor) and MILENAGE (mil) # (xor) and MILENAGE (mil)
# IMSI: UE's IMSI value
# Key: UE's key, where other keys are derived from. Stored in hexadecimal # Key: UE's key, where other keys are derived from. Stored in hexadecimal
# OP_Type: Operator's code type, either OP or OPc # OP_Type: Operator's code type, either OP or OPc
# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal # OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal

Loading…
Cancel
Save