Lines Matching refs:cellInfo

380     for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) {  in NetworkCurrentCellUpdated()  local
381 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in NetworkCurrentCellUpdated()
382 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in NetworkCurrentCellUpdated()
383 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in NetworkCurrentCellUpdated()
384 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated()
386 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in NetworkCurrentCellUpdated()
387 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in NetworkCurrentCellUpdated()
388 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in NetworkCurrentCellUpdated()
389 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in NetworkCurrentCellUpdated()
392 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in NetworkCurrentCellUpdated()
393 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in NetworkCurrentCellUpdated()
394 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in NetworkCurrentCellUpdated()
395 … cout << "[cellInfo] -->[rxQuality] : " << cellInfo.serviceCells.gsm.rxQuality << endl; in NetworkCurrentCellUpdated()
398 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in NetworkCurrentCellUpdated()
399 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in NetworkCurrentCellUpdated()
400 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.wcdma.rxlev << endl; in NetworkCurrentCellUpdated()
401 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in NetworkCurrentCellUpdated()
404 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in NetworkCurrentCellUpdated()
405 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in NetworkCurrentCellUpdated()
422 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in NetworkCurrentCellUpdated_1_1() local
423 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in NetworkCurrentCellUpdated_1_1()
424 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in NetworkCurrentCellUpdated_1_1()
425 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in NetworkCurrentCellUpdated_1_1()
426 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated_1_1()
428 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in NetworkCurrentCellUpdated_1_1()
429 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in NetworkCurrentCellUpdated_1_1()
430 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in NetworkCurrentCellUpdated_1_1()
431 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in NetworkCurrentCellUpdated_1_1()
434 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in NetworkCurrentCellUpdated_1_1()
435 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in NetworkCurrentCellUpdated_1_1()
436 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in NetworkCurrentCellUpdated_1_1()
437 … cout << "[cellInfo] -->[rxQuality] : " << cellInfo.serviceCells.gsm.rxQuality << endl; in NetworkCurrentCellUpdated_1_1()
440 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in NetworkCurrentCellUpdated_1_1()
441 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in NetworkCurrentCellUpdated_1_1()
442 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.wcdma.rxlev << endl; in NetworkCurrentCellUpdated_1_1()
443 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in NetworkCurrentCellUpdated_1_1()
446 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in NetworkCurrentCellUpdated_1_1()
447 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in NetworkCurrentCellUpdated_1_1()
464 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in NetworkCurrentCellUpdated_1_2() local
465 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in NetworkCurrentCellUpdated_1_2()
466 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in NetworkCurrentCellUpdated_1_2()
467 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in NetworkCurrentCellUpdated_1_2()
468 switch (static_cast<RatType>(cellInfo.ratType)) { in NetworkCurrentCellUpdated_1_2()
470 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in NetworkCurrentCellUpdated_1_2()
471 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in NetworkCurrentCellUpdated_1_2()
472 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in NetworkCurrentCellUpdated_1_2()
473 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in NetworkCurrentCellUpdated_1_2()
476 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in NetworkCurrentCellUpdated_1_2()
477 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in NetworkCurrentCellUpdated_1_2()
478 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in NetworkCurrentCellUpdated_1_2()
479 … cout << "[cellInfo] -->[rxQuality] : " << cellInfo.serviceCells.gsm.rxQuality << endl; in NetworkCurrentCellUpdated_1_2()
482 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in NetworkCurrentCellUpdated_1_2()
483 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in NetworkCurrentCellUpdated_1_2()
484 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.wcdma.rxlev << endl; in NetworkCurrentCellUpdated_1_2()
485 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in NetworkCurrentCellUpdated_1_2()
488 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in NetworkCurrentCellUpdated_1_2()
489 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in NetworkCurrentCellUpdated_1_2()
597 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse() local
598 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetNeighboringCellInfoListResponse()
599 switch (static_cast<RatType>(cellInfo.ratType)) { in GetNeighboringCellInfoListResponse()
601 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetNeighboringCellInfoListResponse()
602 cout << "[cellInfo] -->[pci] : " << cellInfo.serviceCells.lte.pci << endl; in GetNeighboringCellInfoListResponse()
603 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in GetNeighboringCellInfoListResponse()
604 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in GetNeighboringCellInfoListResponse()
605 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.lte.rxlev << endl; in GetNeighboringCellInfoListResponse()
608 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in GetNeighboringCellInfoListResponse()
609 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetNeighboringCellInfoListResponse()
610 cout << "[cellInfo] -->[bsic] : " << cellInfo.serviceCells.gsm.bsic << endl; in GetNeighboringCellInfoListResponse()
611 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in GetNeighboringCellInfoListResponse()
614 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetNeighboringCellInfoListResponse()
615 cout << "[cellInfo] -->[psc] : " << cellInfo.serviceCells.wcdma.psc << endl; in GetNeighboringCellInfoListResponse()
616 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in GetNeighboringCellInfoListResponse()
617 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetNeighboringCellInfoListResponse()
620 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetNeighboringCellInfoListResponse()
621 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in GetNeighboringCellInfoListResponse()
638 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse_1_2() local
639 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetNeighboringCellInfoListResponse_1_2()
640 switch (static_cast<RatType>(cellInfo.ratType)) { in GetNeighboringCellInfoListResponse_1_2()
642 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetNeighboringCellInfoListResponse_1_2()
643 cout << "[cellInfo] -->[pci] : " << cellInfo.serviceCells.lte.pci << endl; in GetNeighboringCellInfoListResponse_1_2()
644 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in GetNeighboringCellInfoListResponse_1_2()
645 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in GetNeighboringCellInfoListResponse_1_2()
646 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.lte.rxlev << endl; in GetNeighboringCellInfoListResponse_1_2()
649 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in GetNeighboringCellInfoListResponse_1_2()
650 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetNeighboringCellInfoListResponse_1_2()
651 cout << "[cellInfo] -->[bsic] : " << cellInfo.serviceCells.gsm.bsic << endl; in GetNeighboringCellInfoListResponse_1_2()
652 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in GetNeighboringCellInfoListResponse_1_2()
655 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetNeighboringCellInfoListResponse_1_2()
656 cout << "[cellInfo] -->[psc] : " << cellInfo.serviceCells.wcdma.psc << endl; in GetNeighboringCellInfoListResponse_1_2()
657 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in GetNeighboringCellInfoListResponse_1_2()
658 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetNeighboringCellInfoListResponse_1_2()
661 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetNeighboringCellInfoListResponse_1_2()
662 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in GetNeighboringCellInfoListResponse_1_2()
679 for (auto cellInfo : cellInfoList.cellCurrentInfo) { in GetCurrentCellInfoResponse() local
680 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetCurrentCellInfoResponse()
681 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in GetCurrentCellInfoResponse()
682 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in GetCurrentCellInfoResponse()
683 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse()
685 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetCurrentCellInfoResponse()
686 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in GetCurrentCellInfoResponse()
687 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in GetCurrentCellInfoResponse()
688 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in GetCurrentCellInfoResponse()
691 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in GetCurrentCellInfoResponse()
692 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetCurrentCellInfoResponse()
693 cout << "[cellInfo] -->[bsic] : " << cellInfo.serviceCells.gsm.bsic << endl; in GetCurrentCellInfoResponse()
694 cout << "[cellInfo] -->[cellId] : " << cellInfo.serviceCells.gsm.cellId << endl; in GetCurrentCellInfoResponse()
695 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in GetCurrentCellInfoResponse()
698 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetCurrentCellInfoResponse()
699 cout << "[cellInfo] -->[psc] : " << cellInfo.serviceCells.wcdma.psc << endl; in GetCurrentCellInfoResponse()
700 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in GetCurrentCellInfoResponse()
701 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetCurrentCellInfoResponse()
704 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetCurrentCellInfoResponse()
705 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in GetCurrentCellInfoResponse()
706 cout << "[cellInfo] -->[nci] : " << cellInfo.serviceCells.nr.nci << endl; in GetCurrentCellInfoResponse()
723 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in GetCurrentCellInfoResponse_1_1() local
724 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetCurrentCellInfoResponse_1_1()
725 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in GetCurrentCellInfoResponse_1_1()
726 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in GetCurrentCellInfoResponse_1_1()
727 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse_1_1()
729 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetCurrentCellInfoResponse_1_1()
730 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in GetCurrentCellInfoResponse_1_1()
731 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in GetCurrentCellInfoResponse_1_1()
732 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in GetCurrentCellInfoResponse_1_1()
735 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in GetCurrentCellInfoResponse_1_1()
736 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetCurrentCellInfoResponse_1_1()
737 cout << "[cellInfo] -->[bsic] : " << cellInfo.serviceCells.gsm.bsic << endl; in GetCurrentCellInfoResponse_1_1()
738 cout << "[cellInfo] -->[cellId] : " << cellInfo.serviceCells.gsm.cellId << endl; in GetCurrentCellInfoResponse_1_1()
739 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in GetCurrentCellInfoResponse_1_1()
742 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetCurrentCellInfoResponse_1_1()
743 cout << "[cellInfo] -->[psc] : " << cellInfo.serviceCells.wcdma.psc << endl; in GetCurrentCellInfoResponse_1_1()
744 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in GetCurrentCellInfoResponse_1_1()
745 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetCurrentCellInfoResponse_1_1()
748 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetCurrentCellInfoResponse_1_1()
749 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in GetCurrentCellInfoResponse_1_1()
750 cout << "[cellInfo] -->[nci] : " << cellInfo.serviceCells.nr.nci << endl; in GetCurrentCellInfoResponse_1_1()
767 for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) { in GetCurrentCellInfoResponse_1_2() local
768 cout << "[cellInfo] -->[ratType] : " << cellInfo.ratType << endl; in GetCurrentCellInfoResponse_1_2()
769 cout << "[cellInfo] -->[mcc] : " << cellInfo.mcc << endl; in GetCurrentCellInfoResponse_1_2()
770 cout << "[cellInfo] -->[mnc] : " << cellInfo.mnc << endl; in GetCurrentCellInfoResponse_1_2()
771 switch (static_cast<RatType>(cellInfo.ratType)) { in GetCurrentCellInfoResponse_1_2()
773 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.lte.arfcn << endl; in GetCurrentCellInfoResponse_1_2()
774 cout << "[cellInfo] -->[rsrp] : " << cellInfo.serviceCells.lte.rsrp << endl; in GetCurrentCellInfoResponse_1_2()
775 cout << "[cellInfo] -->[rsrq] : " << cellInfo.serviceCells.lte.rsrq << endl; in GetCurrentCellInfoResponse_1_2()
776 cout << "[cellInfo] -->[rssi] : " << cellInfo.serviceCells.lte.rssi << endl; in GetCurrentCellInfoResponse_1_2()
779 cout << "[cellInfo] -->[band] : " << cellInfo.serviceCells.gsm.band << endl; in GetCurrentCellInfoResponse_1_2()
780 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.gsm.arfcn << endl; in GetCurrentCellInfoResponse_1_2()
781 cout << "[cellInfo] -->[bsic] : " << cellInfo.serviceCells.gsm.bsic << endl; in GetCurrentCellInfoResponse_1_2()
782 cout << "[cellInfo] -->[cellId] : " << cellInfo.serviceCells.gsm.cellId << endl; in GetCurrentCellInfoResponse_1_2()
783 cout << "[cellInfo] -->[rxlev] : " << cellInfo.serviceCells.gsm.rxlev << endl; in GetCurrentCellInfoResponse_1_2()
786 cout << "[cellInfo] -->[arfcn] : " << cellInfo.serviceCells.wcdma.arfcn << endl; in GetCurrentCellInfoResponse_1_2()
787 cout << "[cellInfo] -->[psc] : " << cellInfo.serviceCells.wcdma.psc << endl; in GetCurrentCellInfoResponse_1_2()
788 cout << "[cellInfo] -->[rscp] : " << cellInfo.serviceCells.wcdma.rscp << endl; in GetCurrentCellInfoResponse_1_2()
789 cout << "[cellInfo] -->[ecno] : " << cellInfo.serviceCells.wcdma.ecno << endl; in GetCurrentCellInfoResponse_1_2()
792 cout << "[cellInfo] -->[nrArfcn] : " << cellInfo.serviceCells.nr.nrArfcn << endl; in GetCurrentCellInfoResponse_1_2()
793 cout << "[cellInfo] -->[tac] : " << cellInfo.serviceCells.nr.tac << endl; in GetCurrentCellInfoResponse_1_2()
794 cout << "[cellInfo] -->[nci] : " << cellInfo.serviceCells.nr.nci << endl; in GetCurrentCellInfoResponse_1_2()