mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
616 B
616 B
1 | # |
---|---|
2 | # .csv to store UE's information in HSS |
3 | # |
4 | # Name: Human readable name to help distinguish UE's. Largely ignored by the HSS |
5 | # IMSI: UE's IMSI value |
6 | # Key: UE's key, where other keys are derived from. Stored in hexadecimal |
7 | # OP: Operator's code, sotred in hexadecimal |
8 | # AMF: Authentication management feild, stored in hexadecimal |
9 | # |
10 | # Note: Lines starting by '#' are ignored |
11 | ue1,001010123456789,00112233445566778899aabbccddeeff,63BFA50EE6523365FF14C1F45F88737D,9001 |
12 | ue2,001010123456780,00112233445566778899aabbccddeeaa,63BFA50EE6523365FF14C1F45F88737D,2000 |