You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out parsing NAS messages is important. We are going to have to write a NAS parser. Since there isn't a useful ASN file for LTE-NAS we are going to have to write a parser a different way. I think our best bet here is FFI bindings into the parsers from wireshark, which already has a robust dissector for NAS messages.
The text was updated successfully, but these errors were encountered:
It turns out parsing NAS messages is important. We are going to have to write a NAS parser. Since there isn't a useful ASN file for LTE-NAS we are going to have to write a parser a different way. I think our best bet here is FFI bindings into the parsers from wireshark, which already has a robust dissector for NAS messages.
The text was updated successfully, but these errors were encountered: