aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-08 07:27:23 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-08 07:27:23 +0800
commitc7bd29e6d7eb038ba6c1189de633dedfbcd56cc1 (patch)
treea2220775504c2a769b5a9c2e5aa798e4dd0f7cd0 /openbsc/include/openbsc/mgcp.h
parent137523ef7cfc35210f830d7200f5a32da7d570d5 (diff)
mgcp: Make the CI uint32_t all the way to avoid mismatch
Conflicts: openbsc/include/openbsc/mgcp.h openbsc/src/nat/bsc_mgcp_utils.c
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-rw-r--r--openbsc/include/openbsc/mgcp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 912df2cb5..1a83bd501 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -115,9 +115,6 @@ struct mgcp_config {
struct mgcp_port_range net_ports;
int endp_dscp;
- /* only used in forward mode */
- unsigned int last_call_id;
-
/* endpoint configuration */
unsigned int number_endpoints;
struct mgcp_endpoint *endpoints;
@@ -130,6 +127,8 @@ struct mgcp_config {
mgcp_policy policy_cb;
mgcp_reset reset_cb;
void *data;
+
+ uint32_t last_call_id;
};
/* config management */