Beispiel #1
0
 public MrsRsrpStat QueryRsrpStat(int eNodebId, byte sectorId, DateTime statDate)
 {
     return(_rsrpRepository.Get(eNodebId + "-" + sectorId, statDate));
 }
Beispiel #2
0
 public CellMrsRsrpDto QueryRsrpStat(int eNodebId, byte sectorId, DateTime statDate)
 {
     return(CellMrsRsrpDto.ConstructView(_rsrpRepository.Get(eNodebId + "-" + sectorId, statDate),
                                         _eNodebRepository));
 }