aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
parenta79ac9be8d19bb66c2774ec6b45108b54f208586 (diff)
isup: Allow to have a different OPC for ISUP messages.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h1
-rw-r--r--include/mtp_data.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 2cd0257..3d10bb3 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -91,6 +91,7 @@ struct bsc_data {
int dpc;
int opc;
int sccp_opc;
+ int isup_opc;
int src_port;
int udp_port;
char *udp_ip;
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;