aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 */