Running LTE BTS with HackRF One
Gliderexpert from forum xss.is
- HackRF device
- Computer running Linux
- Smartphone
- Download srslte.bin file.
git clone https://github.com/jhonnybonny/LTE_HACKRF.git
- Install the HackRF firmware:
sudo apt-get install hackrf
- Connect the HackRF device to your computer.
- Run the following command:
hackrf_transfer -t srslte.bin -f 2649800000 -a 0 -s 15360000 -R -x 45
- On your smartphone, go to settings, SIM card settings, operator selection, and select network search.
- If everything worked, you should see a new 4G network named TestNet PLMN 00101.
If you encounter any issues, please let us know by creating a new issue on this repository.
This info from forum xss.is