Yate Community Forum

OpenLTE => YateBTS => Topic started by: ya7e-user on October 10, 2018, 05:29:55 AM

Title: cipher
Post by: ya7e-user on October 10, 2018, 05:29:55 AM
hi
any body can help me to setting Ciphering in Yatebts , i set the option cipher.encrypt in GSM advanced but it is not work.
thanks a lot
Title: Re: cipher
Post by: brian_sp2 on November 04, 2018, 07:29:00 AM
Actually I'm having the same problem here but I'm also working on it.
Ciphering mode is not completely implemented in the YateBTS source code. So we need to complete this part.
To enable ciphering, BTS (only BTS can instantiate ciphering mode) sends Ciphering Mode Command (RR) message to the MS, then MS sends back the Ciphering Mode Complete (RR) message to the BTS and ciphering mode acknowledgement will be completed.

Currently, I'm trying to modify the source and send all changes as a patch on Github. I'll let you know if that happened.