Lines Matching refs:cellInfo

380     for (auto cellInfo : cellListCurrentInfo.cellCurrentInfo) {

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