aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 22:37:11 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-18 18:29:18 +0100
commit943578ea1d12c3b61e6e317327e2184df6b77bb8 (patch)
tree7e5fdf0c5979ec6f2a95926e9bee852bbc4f90cd /include/mtp_data.h
parent0512cbde66928377920664c3f31ee3a5a1fcf184 (diff)
isup: Allow to have a different OPC for ISUP messages.on-waves/stp
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 95d54bd..c3f58ab 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -39,7 +39,7 @@ struct mtp_link;
*/
struct mtp_link_set {
/* routing info.. */
- int dpc, opc, sccp_opc;
+ int dpc, opc, sccp_opc, isup_opc;
int ni;
int spare;