|
|
@ -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"
|
|
|
|