... | ... | @@ -57,14 +57,6 @@ structures and providing custom functions for decoding any cellular NAS messages |
|
|
- [NAS](https://github.com/p1sec/pycrate/blob/master/pycrate_mobile/NAS.py):
|
|
|
for all 2G-3G and LTE NAS messages.
|
|
|
|
|
|
## What is missing
|
|
|
Currently (december 2017), the 2G RRM module (in TS44018_RR.py) is almost empty. Some
|
|
|
work is needed to implement all 2G RRM messages and extend the support of the CSN.1 translater
|
|
|
for supporting specific padding patterns (used e.g. in 2G system information messages).
|
|
|
|
|
|
Some more esoteric (understand much less used) mostly 2G-oriented protocols are not
|
|
|
implemented (i.e. Group and Broadcast Call Control, GTTP and LCS).
|
|
|
|
|
|
## Decoding NAS messages
|
|
|
In order to decode NAS messages, the simplest way is to used one of the two functions
|
|
|
used in the [NAS](https://github.com/p1sec/pycrate/blob/master/pycrate_mobile/NAS.py) module:
|
... | ... | |