blob: 53025a7156bd0d241641230cb8c7627c60090720 [file] [log] [blame]
-define(MTP3_SERV_MGMT, 0).
-define(MTP3_SERV_MTN, 1).
-define(MTP3_SERV_SCCP, 3).
-define(MTP3_SERV_TUP, 4).
-define(MTP3_SERV_ISUP, 5).
-record(mtp3_routing_label, {
sig_link_sel,
origin_pc,
dest_pc
}).
-record(mtp3_msg, {
network_ind,
service_ind,
routing_label,
payload
}).