aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 00:34:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 00:34:46 +0800
commit7942abc95d6f6205a8a8f9e375cd3a6443b749d2 (patch)
treec980f5078e06ed8e51dc3aeba882c11ce6228dd1 /include/bsc_data.h
parentcdad4de33033c463cc5cf67ace13fda3103d8203 (diff)
vty: Move the vty code to a new file, move config params.
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index f24af5d..7050bbc 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -100,6 +100,13 @@ struct bsc_data {
/* mgcp messgaes */
struct write_queue mgcp_agent;
+
+ int dpc;
+ int opc;
+ int src_port;
+ int udp_port;
+ char *udp_ip;
+ int once;
};
/* bsc related functions */