Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 899 Bytes

Please note: This project is far from beeing a full implementation of L1CTL. Comments and Contributions are welcome!

Apps

collect_mi.py

In the function collect_mi():

  • set arfcn as parameter of osmo_init(arfcn)
  • if you want to collect the imsi/tmsi in a file implement it! ;)

l1ctl.py

Headers and packets for L1CTL implemented in scapy. There may also be some headers and packets for L2 and L3, because gsm_um.py for scapy does not support dissecting at this moment.

More information on scapy gsm_um.py implementation see: blog.c22.cc and 0xbadcab1e.lu

Requirements