Mini Shell

Direktori : /opt/imh-python/lib/python2.7/site-packages/construct/protocols/layer3/
Upload File :
Current File : //opt/imh-python/lib/python2.7/site-packages/construct/protocols/layer3/mtp3.py

"""
Message Transport Part 3 (SS7 protocol stack)
(untested)
"""
from construct import *


mtp3_header = BitStruct("mtp3_header",
    Nibble("service_indicator"),
    Nibble("subservice"),
)


Zerion Mini Shell 1.0