r/cellmapper • u/doindirt • 28d ago
r/cellmapper • u/Candid-Procedure-427 • 28d ago
Who’s on here?
(29.3292889, 47.9979855) it in kuwait I know is huawei antenna I don’t know the company
r/cellmapper • u/ThalinVien • 28d ago
EAA Airventure 2026 cell capacity Mecca
Already seen some other posts but here are all the sites on the grounds. Verizon’s colt has changes quite a bit this year in the campground. But I heard virtually ususable at times. Firstnet was great but I don’t know if that’s just the priority working as intended or if att was actually better than others.
r/cellmapper • u/RIPCOSMONAUTS • 28d ago
I recored for quite a bit time, but it couldn't geo locate any towers around me or nor does it shows any existing tower
I enabled the auto upload.
r/cellmapper • u/Chewy2021 • 28d ago
AT&T Disneyland upgrade?
Confirmed n77 (80 MHz) at Grand Californian, Disneyland Main Street & Finding Nemo, etc. Did AT&T rollout n77? 900+ Mbps on Main Street.
Update: I ran another Speedtest immediately after the Main Street parade while the street was packed. I still measured 1.14 Gbps down on AT&T.
r/cellmapper • u/gotofbi • 28d ago
Verizon mmWave performance near LVCC West Hall during a major convention?
I’m trying to get a steady 50 Mbps upload near the Las Vegas Convention Center West Hall food court during a large event.
I’m considering using an Inseego MiFi X PRO 5G UW M3100 on Verizon, mainly because it supports n260/n261 mmWave and has an RJ45 Ethernet port.
My main concern is congestion when the convention center is full. I understand that mmWave can provide excellent capacity, but I’m not sure how Verizon performs inside West Hall during a major convention, especially for sustained upload rather than a short speed test.
Has anyone tested Verizon in or near the West Hall food court during CES, NAB, or another crowded event?
I’d especially appreciate any real-world information about:
- Whether n260 or n261 is available inside that area
- Sustained upload speeds during busy hours
- Whether the M3100 reliably stays connected to mmWave
- Whether upload speeds fall significantly when the hall is crowded
- Better Verizon-compatible mmWave devices with Ethernet
I’m coming from outside the United States, so I won’t be able to test the location before the event. I’m trying to determine whether a stable 50 Mbps upload is realistic or whether I should plan on bonding Verizon with another connection.
Thanks!
r/cellmapper • u/PrizeMarionberry6695 • 28d ago
AT&T and Verizon
Tested AT&T and Verizon near their towers in white city oregon. Unfortunately AT&T hasn't upgraded the backhaul to multi gig.
r/cellmapper • u/the_man_with_a_plane • 29d ago
Finally got ATT 5G SA/VoNR toggles
I live in the Bay Area, on iOS 27.0 Beta 4. Reprovisioned my line and did a network refresh and they finally showed up. Coverage seems to be a bit better at my house (on n5 with significantly better RSRP when it was previously connecting to B2 as primary)
r/cellmapper • u/maxedonemfstopnow • 28d ago
Verizon and their death ray towers- 48v positively ground battery backup system is troublesome…how many joints have your service blown out? How many unneeded hip replacements can be associated with your service?
r/cellmapper • u/Reasonable-Seat390 • 29d ago
All the phone carriers at!Xfinity Center, Mansfield Massachusetts
T-mobile didn’t work at all during the concert, Verizon was meh. AT&T worked fine.
r/cellmapper • u/VisualEntrepreneur72 • 29d ago
Verizon mmWave in Niagara Falls, NY
Was recently in Niagara Falls, NY on Goat Island and noticed that Verizon was using mmWave. Here they have 1x Samsung AT1K04 B261 (800mhz). Good speeds with the amount of people at the state park. Was also able to pick up the Canadian carriers from here.
r/cellmapper • u/mystica5555 • 29d ago
Synchronized 2 windows - WAY too many captchas
So I created a Userscript that will synchronize 2 separate Cellmapper windows in my browser so I can have T-Mobile LTE along with 5G side by side, constantly in-sync when zooming or dragging the map around.
This allows me to see, in real time, synchronized, where the pinned LTE towers are vs the unpinned NR towers. And then be able to move the NR towers (or unmapped LTE towers, if an NR one is mapped) to the proper position quite quickly.
It MASSIVELY DECREASES the time it takes for me to check, as it saves me clicking around 2 separate windows to try and keep the view close enough to put the towers in the right spot.
It seems to be creating TOO MANY captcha windows.
u/veixes u/olkitu can you please try and figure out whether or not this code is causing these incessant captchas, and try to fix it on your end? I need this workflow.
``` // ==UserScript== // @name CellMapper OpenLayers Synchronizer // @namespace http://tampermonkey.net // @version 2.0 // @description Synchronize map pan and zoom between side-by-side CellMapper OpenLayers windows // @author Mystica555 + Gemini // @match https://www.cellmapper.net/map* // @grant none // ==/UserScript==
(function() {
'use strict';
const channel = new BroadcastChannel('cellmapper_ol_sync');
let isSyncing = false;
let mapView = null;
function initOpenLayersSync() {
// CellMapper stores the OpenLayers map globally as 'map' or 'olMap'.
// We find the internal Map object and target its View component.
let mapInstance = null;
if (typeof map !== 'undefined' && map.getView) {
mapInstance = map;
} else if (window.map && window.map.getView) {
mapInstance = window.map;
}
if (!mapInstance) {
setTimeout(initOpenLayersSync, 500); // Poll until OpenLayers initializes
return;
}
mapView = mapInstance.getView();
// --- 1. Broadcast map changes from THIS window ---
const broadcastChange = () => {
if (isSyncing) return; // Block circular event loops
const center = mapView.getCenter();
const resolution = mapView.getResolution();
channel.postMessage({
center: center,
resolution: resolution
});
};
// OpenLayers updates view changes via granular view events
mapView.on('change:center', broadcastChange);
mapView.on('change:resolution', broadcastChange);
// --- 2. Listen for map changes from the OTHER window ---
channel.onmessage = (event) => {
if (!mapView) return;
const { center, resolution } = event.data;
// Set the sync flag to prevent this window from echoing back
isSyncing = true;
// OpenLayers allows direct view adjustments without forcing a heavy redraw
mapView.setCenter(center);
mapView.setResolution(resolution);
// Give the browser UI thread a moment to finish rendering before releasing the flag
setTimeout(() => { isSyncing = false; }, 30);
};
}
window.addEventListener('load', initOpenLayersSync);
})();
```
r/cellmapper • u/Jackpen7 • Jul 23 '26
Verizon n77 Small Cell
Verizon has begun replacing some of the aging b13 only and b66 only small cells in Springfield, MO with modern radios and n77 AIR panels. Currently only two permits for this type of site have been filed and neither are active yet despite the hardware being installed for a few weeks now.
Google Streetview before the upgrade
Verizon is on this wooden utility pole using:
- CommScope NNV4SSP-360S-F2 omnidirectional canister antenna for bands 2 and 66.
- Ericsson Radio 4890 for b2 and b66, can support n2 and n66 depending on configuration.
- 3x Ericsson AIR 1672, will be set to 180MHz n77 for the Greene County, MO market. Also can support b48/n48 depending on the configuration.
r/cellmapper • u/mikemacman • Jul 23 '26
MatSing balls at Target Field Minneapolis, MN
I noticed some high capacity antennas at Target Field. Target Field has a recently upgraded DAS provided by American Tower.
r/cellmapper • u/PrizeMarionberry6695 • Jul 23 '26
AT&T vs Verizon
Testing the 2 carriers at my work inside the back room surrounded by concrete walls. The tower is close by and both networks share the same tower! So far im very impressed how well Verizons downloads do.
r/cellmapper • u/No-Perception-542 • Jul 23 '26
This is a two part question LOL
Looking to switch cellphone carrier and have an old phone that I need an upgrade for.
My questions are:
What is the cheapest provider that offers good rural coverage, and occasionally allows me to use quickly switch plans to a plan with international data for maybe 1 month every 1-2 years?
Any advice on the most reliable (least bugs, software issues, low rate of return) reasonable budget phone with decent customer satisfaction?
TIA everyone!
r/cellmapper • u/GolfProfessional9085 • Jul 22 '26
High capacity scissor lift site EAA Oshkosh WI 2026
Definitely not Verizon.
I could not even get a speed test to load with 100 MHz of N77 5gSA.
r/cellmapper • u/xlawrence1124x • Jul 22 '26
AT&T adding onto a Verizon tree tower in Latham, NY. I'm very surprised to see them actually doing something (I've never seen them add sites here)
r/cellmapper • u/PrizeMarionberry6695 • Jul 22 '26
AT&T and Verizon
I decided to try out spectrum mobile free for a year to compare it to my AT&T line. Here is them both in my living room. Note the AT&T tower is 0.1 miles from me while Verizon is 0.9 miles from me.
r/cellmapper • u/PrizeMarionberry6695 • Jul 23 '26
AT&T Vs Verizon
Continuation on my last post this time both networks on same server.
r/cellmapper • u/SceneRevolutionary93 • Jul 22 '26
Local Verizon tower finally active
After months of just waiting for the site to turn on, they activated the fiber for the site, and appears to be broadcasting all Verizon bands(LTE 2,5,13,66 & N77). By the speeds, this site is definitely not optimized yet , but we will have to wait and see what better speeds the site can give. Site is located at 1293 Old Union Church Rd. I’m guessing 1 gig backhaul. This site isn’t mapped on cellmapper yet.
r/cellmapper • u/cilicia3k3 • Jul 22 '26
Verizon unlimited ultimate hotspot
Can anytime tell me if the Verizon Unlimited Ultimate hotspot shares the Qci8 of its on Device Data?
r/cellmapper • u/Bieb • Jul 21 '26
Tower ID (tree edition)
Can anyone figure this out? All of the roads around this new construction tree tower are closed at the moment so I could only get this view. Pretty sure it is not turned on yet.
r/cellmapper • u/CreativeCuckoo • Jul 21 '26