A cellular modem is the radio subsystem that connects a device to mobile networks — 4G LTE, 5G, and their predecessors — handling the RF, modulation, and protocols that carry calls and data over licensed cellular bands.1
Overview
Often called the baseband processor, a cellular modem runs its own real-time firmware and manages the complex dance of attaching to a tower, negotiating bandwidth, authenticating, and hopping between cells as the device moves. It is paired with a subscriber identity from a SIM or an eSIM, which the network uses to identify and bill the account.
In a phone the modem is usually a block inside the main SoC (or a companion chip), wired to its own antennas separate from Wi-Fi and GPS. Its firmware is a large, security-sensitive body of code — effectively a second computer beside the application processor — precisely because cellular protocols are so intricate and standardized across generations.
Cellular generations
Each generation raised data rates and reworked the air interface the modem must speak:
| Generation | Era | Peak rate (order) | Note |
|---|---|---|---|
| 2G (GSM) | 1990s | tens of kbit/s | Digital voice, SMS |
| 3G (UMTS) | 2000s | a few Mbit/s | Mobile data arrives |
| 4G (LTE) | 2010s | tens–100s Mbit/s | All-IP, VoLTE |
| 5G (NR) | 2020s | ~Gbit/s | mmWave, low latency |
A modern modem is multi-mode, falling back through these as coverage allows.
Where it fits
The cellular modem is what makes a smartphone “mobile” in the connectivity sense — always-on data anywhere there is coverage. For a remote GopherTrunk capture node out of Wi-Fi range, a cellular modem (as a USB stick or HAT) is the practical backhaul, letting the node upload decoded calls over the mobile network. The modem speaks the carrier’s protocols; it is not a general SDR and does not expose raw RF the way an RTL-SDR does.
Sources
-
Baseband processor — Wikipedia, on the modem subsystem in mobile devices. ↩