[srslte-users] is there any document about how to config srsepc with COTS UE

Pedro Alvarez pedro.alvarez at softwareradiosystems.com
Fri Jun 14 09:41:53 UTC 2019


Hi John,

No specific document, but it's pretty straight forward.
To configure the EPC, you will need to know the following parameters
of the SIM card: IMSI, K, OPc and authentication algorithm.

The IMSI is the unique identifier of the SIM card, the K the secret
key that the EPC and the UE use to authenticate each other, and the
OPc is an operator code (ciphered with K).
The usual authentication algorithm is MILENAGE, but there are some
test SIMs that use XOR as the authentication algorithm.

There is a CSV file where the these are configured in srsEPC, the
user_db.csv. Checkout the user_db.csv.example and change the
parameters accordingly so that they match the ones on your SIM card.

Also, make sure to change the MMC and the MNC in the EPC and the eNB
so that it matches your SIM's PLMN. These parameters can be changed in
the enb.conf and the epc.conf.

If you are still having issues you can run the eNB and the EPC with an
option to collect pcaps, by doing "sudo srsenb --pcap.enable=true" or
"sudo srsepc --pcap.enable=true"
You can examine these to troubleshoot your issues and if you still
don't understand what is wrong you can send your questions to the
mailing list.

Hope this helps,
Pedro

On Thu, Jun 13, 2019 at 1:10 PM john wu <john.wu.8899 at hotmail.com> wrote:
>
> Hi ALL,
> i want to use srslte epc and enb to communication with COTS UE. i want to know if there is any official document about how to setup srslte epc?
>
>
> www.zhixun-wireless.top
> provide SDR PA LNA duplexer
>
> Best Regards
>
> _______________________________________________
> srslte-users mailing list
> srslte-users at lists.softwareradiosystems.com
> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users



More information about the srsran-users mailing list