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-20 11:49:39 +0100
commitd8a73e24d280338e7f2e57e1f137ef8fbaa7a255 (patch)
tree920eb9ea7db849b2d80e271cd7e87017d720e7a2 /include/mtp_data.h
parenta79ac9be8d19bb66c2774ec6b45108b54f208586 (diff)
isup: Allow to have a different OPC for ISUP messages.
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 b144ba5..e00f13a 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;