adding TCP transport support

This commit is contained in:
kapil 2012-06-21 19:22:14 +05:30
parent ca5b100d17
commit 3693867388
1 changed files with 2 additions and 0 deletions

View File

@ -782,6 +782,8 @@ int mgco_mg_gen_config(void)
cfg->noEDInst = 1;
#endif /* CM_ABNF_MT_LIB */
cfg->entType = LMG_ENT_GW;
#ifdef GCP_CH
cfg->numBinsPeerCmdHl = 20;
cfg->numBinsTransReqHl = 50;