aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 17:37:59 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 17:37:59 +0800
commit87c8f182ccaa688ca13e07c214914a4c20560df6 (patch)
tree964e3b421b1469620ead85d466c73ca139131646 /openbsc/include
parentc4fe5ac43a004f6996d15a6ed1d7fffb7b5e2d6f (diff)
mgcp: Allow to change the receive (the loopback part) via the VTY
Conflicts: openbsc/src/mgcp/mgcp_vty.c
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index a17dc9e45..62161fdc9 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -42,6 +42,7 @@ struct mgcp_endpoint {
char *callid;
char *local_options;
int conn_mode;
+ int orig_mode;
int bts_payload_type;
int net_payload_type;