blob: 53025a7156bd0d241641230cb8c7627c60090720 [file] [log] [blame]
Harald Welte1fbcd1c2011-01-15 20:51:53 +01001
2-define(MTP3_SERV_MGMT, 0).
3-define(MTP3_SERV_MTN, 1).
4-define(MTP3_SERV_SCCP, 3).
5-define(MTP3_SERV_TUP, 4).
6-define(MTP3_SERV_ISUP, 5).
7
8-record(mtp3_routing_label, {
9 sig_link_sel,
10 origin_pc,
11 dest_pc
12 }).
13
14-record(mtp3_msg, {
15 network_ind,
16 service_ind,
17 routing_label,
18 payload
19 }).
20
21