summaryrefslogtreecommitdiff
path: root/ipacm/src/IPACM_Config.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-02-10 20:24:29 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-10 20:24:29 -0800
commit3759d35cb585c74c04dfdb9dea9b71266cc72b48 (patch)
tree61838c543aa549a639bf6e95b7e70e60c9e4cc85 /ipacm/src/IPACM_Config.cpp
parentb13808c40a3f44960e678a89ad90afac4f01a381 (diff)
parentf7355096a5dcdd4d228b8891ee20ef892cd6e9eb (diff)
downloadipacfg-mgr-3759d35cb585c74c04dfdb9dea9b71266cc72b48.tar.gz
Merge "IPACM: eMBMS traffic take offload path on ODU only"
Diffstat (limited to 'ipacm/src/IPACM_Config.cpp')
-rw-r--r--ipacm/src/IPACM_Config.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipacm/src/IPACM_Config.cpp b/ipacm/src/IPACM_Config.cpp
index d7b5ee0..7ed3ade 100644
--- a/ipacm/src/IPACM_Config.cpp
+++ b/ipacm/src/IPACM_Config.cpp
@@ -214,8 +214,10 @@ int IPACM_Config::Init(void)
/* Find ODU is either router mode or bridge mode*/
ipacm_odu_enable = cfg->odu_enable;
ipacm_odu_router_mode = cfg->router_mode_enable;
+ ipacm_odu_embms_enable = cfg->odu_embms_enable;
IPACMDBG_H("ipacm_odu_enable %d\n", ipacm_odu_enable);
IPACMDBG_H("ipacm_odu_mode %d\n", ipacm_odu_router_mode);
+ IPACMDBG_H("ipacm_odu_embms_enable %d\n", ipacm_odu_embms_enable);
/* Allocate more non-nat entries if the monitored iface dun have Tx/Rx properties */
if (pNatIfaces != NULL)