Also known as: EDGE, EGPRS, Enhanced Data rates for GSM Evolution, 2.75G
EDGE (Enhanced Data rates for GSM Evolution), also called EGPRS, is the 2.75G enhancement of GSM and GPRS. By adding 8PSK modulation alongside the original GMSK, EDGE packs three bits into each symbol instead of one, roughly tripling per-slot throughput on the very same 200 kHz carriers.1
Overview
EDGE keeps the GSM frame structure, 200 kHz carriers, and TDMA slot timing untouched — it changes only how bits are carried inside each burst. When the radio link is clean, the transmitter uses 8PSK to send three bits per symbol; when conditions worsen it falls back toward robust GMSK. Nine modulation-and-coding schemes (MCS-1 to MCS-9) let the network adapt continuously, and incremental redundancy re-uses failed transmissions instead of discarding them.
Technical characteristics
| Property | Value |
|---|---|
| Generation | 2.75G |
| Modulation | GMSK and 8PSK, link-adaptive |
| Coding schemes | MCS-1 to MCS-9 |
| Peak per slot | ≈59.2 kbit/s (MCS-9) |
| Peak multislot | ≈236–473 kbit/s (Evolved EDGE) |
| Symbol rate | 270.833 ksym/s (as GSM) |
| Retransmission | Incremental redundancy (hybrid ARQ) |
Because the symbol rate and channel plan are unchanged, an operator upgrades to EDGE mostly through base-station software and modem support in handsets.
History
EDGE was standardised by 3GPP and reached commercial networks around 2003, filling the gap before 3G coverage was widespread. A later Evolved EDGE release added dual-carrier operation, higher-order coding, and downlink diversity to push peak rates further, though few networks fully deployed it.
Deployment
EDGE gave carriers a cheap route to “3G-like” data on 2G infrastructure and became a near-universal fallback in GSM networks; many rural and roaming areas relied on it for years. It shares spectrum and core nodes with GPRS, so the two coexist on the same cells. As operators refarm 2G spectrum for LTE and 5G, EDGE is being retired alongside GSM.
Decoding it with GopherTrunk
GopherTrunk decodes land-mobile and utility signals; cellular data such as EDGE is out of scope and is not decoded. Its traffic is private, authenticated, and usually ciphered on operator-licensed carriers. EDGE is documented here to complete the GSM evolution story and to illustrate an adaptive 8PSK air interface.
Sources
-
Enhanced Data rates for GSM Evolution — Wikipedia, for the 2.75G EDGE/EGPRS enhancement, its adaptive 8PSK modulation, and the MCS coding schemes. ↩