9a13903 ^
1 2 3 4 5 6 7 8 9 10 11 12
""" Message Transport Part 3 (SS7 protocol stack) (untested) """ from construct import * mtp3_header = BitStruct("mtp3_header", Nibble("service_indicator"), Nibble("subservice"), )