aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_mgcp/mgcp_main.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2013-08-02 21:14:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-08-27 12:21:43 +0200
commit326b5d80b38727b1f7b840d00c90ac135d0d638c (patch)
tree985796d0b9b2e88c77814469f62b9c079f726f3d /openbsc/src/osmo-bsc_mgcp/mgcp_main.c
parentd81fec021ee11c3d818044b4494317e6ed81cfb7 (diff)
libmgcp: add enum mgcp_role
This enum indicates if the mgcp is running on the BSC or the BSC-NAT.
Diffstat (limited to 'openbsc/src/osmo-bsc_mgcp/mgcp_main.c')
-rw-r--r--openbsc/src/osmo-bsc_mgcp/mgcp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c
index 540f7602b..596ea8a49 100644
--- a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c
+++ b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
handle_options(argc, argv);
- rc = mgcp_parse_config(config_file, cfg);
+ rc = mgcp_parse_config(config_file, cfg, MGCP_BSC);
if (rc < 0)
return rc;