aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_stp.c
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 /src/main_stp.c
parenta79ac9be8d19bb66c2774ec6b45108b54f208586 (diff)
isup: Allow to have a different OPC for ISUP messages.
Diffstat (limited to 'src/main_stp.c')
-rw-r--r--src/main_stp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_stp.c b/src/main_stp.c
index c9a790b..d81b860 100644
--- a/src/main_stp.c
+++ b/src/main_stp.c
@@ -187,6 +187,7 @@ int main(int argc, char **argv)
bsc.dpc = 1;
bsc.opc = 0;
bsc.sccp_opc = -1;
+ bsc.isup_opc = -1;
bsc.udp_port = 3456;
bsc.udp_ip = NULL;
bsc.src_port = 1313;
@@ -243,6 +244,7 @@ int main(int argc, char **argv)
bsc.m2ua_set->dpc = 92;
bsc.m2ua_set->opc = 9;
bsc.m2ua_set->sccp_opc = 9;
+ bsc.m2ua_set->isup_opc = 9;
bsc.m2ua_set->ni = 3;
bsc.m2ua_set->bsc = &bsc;