Hi guys,
I'm attempting to decrypt an SMS I sent and have captured the .cfile using grgsm_capture and have the KC key which I extracted from my phone.
Firstly, I run grgsm_decode with the following options ./grgsm_decode -m BCCH -t 2 -c ~/arfcn115-new.cfile -s 2M -a 115 -k 6D07D3A2BF0DBB28
to get the broadcast channel.
Searching for my TMSI - which is 44BB8C5B I find the paging request message associated with my TMSI requesting a channel:

As you can see I'm requesting a TCH full rate channel.
Just down from there on wireshark you can see an Immediate Assignment message, which I believe is directed at me:
This assigns me a Standalone Dedicated Control Channel on sub channel 1, timeslot 0
I then run grgsm_decode with the following: ./grgsm_decode -m SDCCH8 -u 1 -t 0 -c ~/arfcn115-new.cfile -s 2M -a 115 -k 6D07D3A2BF0DBB28
However I'm not seeing anything of much use in there (looks like its still encrypted?)
One of the frame wireshark appears to have decoded it as (SMS) CP-DATA however the contents along with the rest of the output looks to still be encrypted.
Not sure where I'm going wrong here? Ive tried also decrypting it with gr_decode as a A5/3 key incase my provider is using A5/3 however I get the same...
Any suggestions?
I'm currently uploading the .cfile and will attach the link shortly incase anyone wishes to take a look
Thanks guys,
Jamie