Fix order of discription in user_db.csv.example.

This commit is contained in:
Pedro Alvarez 2020-08-31 17:17:41 +01:00
parent 1f18e8a054
commit aafd2cd81c
2 changed files with 4 additions and 4 deletions

View File

@ -198,12 +198,12 @@ bool hss::write_db_file(std::string db_filename)
// Write comment info
m_db_file << "# \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"
<< "# 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"
<< "# (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"
<< "# OP_Type: Operator's code type, either OP or OPc \n"
<< "# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal \n"

View File

@ -1,11 +1,11 @@
#
# .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
# IMSI: UE's IMSI value
# Auth: Authentication algorithm used by the UE. Valid algorithms are XOR
# (xor) and MILENAGE (mil)
# IMSI: UE's IMSI value
# Key: UE's key, where other keys are derived from. Stored in hexadecimal
# OP_Type: Operator's code type, either OP or OPc
# OP/OPc: Operator Code/Cyphered Operator Code, stored in hexadecimal