From 1be9f2fddcfd9ba02f9f3a8203fa79b3b4e9b3e2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 5 Aug 2010 07:20:09 +0800 Subject: mgcp: Allow to have a different port allocation mode --- openbsc/include/openbsc/mgcp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/include/openbsc/mgcp.h') diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h index e8d4bb02d..8f5917003 100644 --- a/openbsc/include/openbsc/mgcp.h +++ b/openbsc/include/openbsc/mgcp.h @@ -91,6 +91,11 @@ struct mgcp_port_range { /* pre-allocated from a base? */ int base_port; + + /* dynamically allocated */ + int range_start; + int range_end; + int last_port; }; struct mgcp_config { -- cgit v1.2.3