aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.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-18 18:29:18 +0100
commit943578ea1d12c3b61e6e317327e2184df6b77bb8 (patch)
tree7e5fdf0c5979ec6f2a95926e9bee852bbc4f90cd /src/main.c
parent0512cbde66928377920664c3f31ee3a5a1fcf184 (diff)
isup: Allow to have a different OPC for ISUP messages.on-waves/stp
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2a03657..6e33c9c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -629,6 +629,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;