public SnapResult(HSUPA_CommonParam CommonParam) { //m_CommonParam = CommonParam; m_UserCollection = CommonParam.UserCol; m_NetVersion = NetVersion.UMTSHSUPA; //cellResult.CommonParam = m_CommonParam; //userResult.CommonParam = m_CommonParam; GeResults(CommonParam); }
public HSDPA_CommonParam(SnapshotContext context) { m_Context = context; m_UMTSUIParam = context.Lookup<UMTSUIParam>(ContextKeys.UMTSUIParam); m_UMTSServiceProvide = new UMTSServiceProvider(context); m_CellCol = new CellCollection(); m_UserCol = new UserCollection(); m_HSDPABearerList = m_UMTSServiceProvide.TrafficMgr.HSDPABearerList; m_SingleModeUserList = new List<UMTSSimUser>(); }
public HSUPA_CommonParam(SnapshotContext context) { //IApplicationContext appContext = context.Lookup<IApplicationContext>(ContextKeys.AppContext); //ITrafficService trafficSvc = ServiceHelper.Lookup<ITrafficService>(appContext); //m_R99Mgr = (UMTSR99BearerManagement)trafficSvc.LookupManager(typeof(UMTSR99BearerManagement)); //m_DpaMgr = (HSDPABearerManagement)trafficSvc.LookupManager(typeof(HSDPABearerManagement)); m_SnapshotContext = context; m_UMTSUIParam = context.Lookup<UMTSUIParam>(ContextKeys.UMTSUIParam); m_UMTSServiceProvide = new UMTSServiceProvider(context); m_CellCol = new CellCollection(); m_UserCol = new UserCollection(); InitUIParam(); }