Mini Shell

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

"""
ISDN User Part (SS7 protocol stack)
"""
from construct import *


isup_header = Struct("isup_header",
    Bytes("routing_label", 5),
    UBInt16("cic"),
    UBInt8("message_type"),
    # mandatory fixed parameters
    # mandatory variable parameters
    # optional parameters
)


Zerion Mini Shell 1.0