[srslte-users] srsEPC multiple SIM with same IMSI

Ignas Jarusevicius i.jarusevicius at limemicro.com
Fri Dec 7 07:59:58 UTC 2018


Hello,

I have multiple test SIM cards with same IMSI/keys. Does srsEPC support
connection of multiple UEs with the same IMSI? From my initial testing
it seems that the second UE (with same IMSI) is unable connect once one
is connected.

Also, some time ago Pedro sent me a patch to make srsEPC work with sony
Xperia F3111 phones:

> diff --git a/lib/src/asn1/liblte_mme.cc b/lib/src/asn1/liblte_mme.cc
> index 5cb00e5..59a86d9 100644
> --- a/lib/src/asn1/liblte_mme.cc
> +++ b/lib/src/asn1/liblte_mme.cc
> @@ -320,7 +320,7 @@ LIBLTE_ERROR_ENUM
> liblte_mme_pack_mobile_id_ie(LIBLTE_MME_MOBILE_ID_STRUCT  *mob
>              odd = false;
>          }else if(LIBLTE_MME_MOBILE_ID_TYPE_TMSI ==
> mobile_id->type_of_id){
>              id32 = mobile_id->tmsi;
> -            length = 4;
> +            length = 5;
>              odd = false;
>          }
>          }else{

However, it is still not in master. Is there a reason why it is not
included? Does it cause issues for others devices?


Regards,
Ignas



More information about the srsran-users mailing list