From 3a6b1a41fbd825b2e163f8b98621c981ee16a54b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 7 Apr 2010 10:51:27 +0200 Subject: [mgcp] Add an option to allow using reallocing an endpoint For some mode of operation it can be acceptable to reallocate an already allocated endpoint. This can be the case when we only deal with one call agent that is keeping track of the endpoint but slightly confused. --- openbsc/include/openbsc/mgcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h index 778a1f116..bf97f96a7 100644 --- a/openbsc/include/openbsc/mgcp.h +++ b/openbsc/include/openbsc/mgcp.h @@ -104,6 +104,9 @@ struct mgcp_config { unsigned int number_endpoints; struct mgcp_endpoint *endpoints; + /* spec handling */ + int force_realloc; + /* callback functionality */ mgcp_change change_cb; mgcp_policy policy_cb; -- cgit v1.2.3