Lesson 2: LTE eNodeB Monitoring
Monitor LTE base stations and analyze protocol stack with srsLTE.
Objectives
- Install srsLTE toolkit
- Scan for LTE eNodeB stations
- Analyze LTE control channels
- Monitor LTE user equipment
Installation
# Install srsLTE git clone https://github.com/srsran/srsRAN cd srsRAN mkdir build cd build cmake .. make -j4 sudo make install sudo ldconfig
LTE Scanning
# Scan for LTE cells srsue --rf.device=uhd --rf.freq=2100e6 # Analyze specific frequency srsue --rf.device=uhd --rf.freq=2100e6 --cell_search.earfcn=100