Пример #1
0
 public RepeaterValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_CellColl = model.RepeaterColl;
     this.m_PropModelConfigDesc = new PropModelConfigDesc(model, new List<PropModelConfig>());
     this.m_CoverageAntConfigDesc = new LteRepeaterAntConfigDesc(model, new AntConfig());
     this.m_DonorAntConfigDesc = new LteRepeaterAntConfigDesc(model, new AntConfig());
 }
Пример #2
0
 public TdscdmaCarrierValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_CellColl = model.TDCellColl;
     this.m_PropModelConfigDesc = new PropModelConfigDesc(model, new List<PropModelConfig>());
 }
Пример #3
0
 public UMTSCellValidator(CollectionsModel model)
 {
     this.m_Model = model;
     this.m_CellColl = model.UMTSCellColl;
     this.m_PropModelConfigDesc = new PropModelConfigDesc(model, new List<PropModelConfig>());
 }