RedCap uses the same physical 5G NR bands as full 5G but with a reduced bandwidth ceiling and a simplified 1T2R antenna configuration. That changes what good signal looks like, and it changes how you test for it. A reading that indicates strong performance on a standard 5G device may tell a different story on a RedCap module. This guide covers the complete picture: bands, metrics, AT commands, devices and tools.
Why RedCap Signal Testing Is Different
5G RedCap (3GPP Release 17, formally NR-Light) shares the same New Radio physical layer as full 5G, but several design constraints mean that signal testing requires a different frame of reference.
Antenna configuration. Full 5G NR devices typically support 4×4 MIMO – four receive chains working in parallel to improve throughput and link reliability. RedCap devices are specified at 1T2R: one transmit chain and up to two receive chains. With fewer spatial streams, RSRP readings will sit lower than equivalent full 5G readings in the same location. This is expected, not a fault. Thresholds used for full 5G performance benchmarks do not translate directly.
Reduced bandwidth. RedCap is capped at 20 MHz channel bandwidth in FR1 (sub-6 GHz). Full 5G NR can aggregate 100 MHz or more on n78. This affects both RSRQ (which is bandwidth-aware) and realistic throughput expectations. Do not benchmark a RedCap module against 5G speeds from a flagship smartphone.
SA network requirement. RedCap only functions on 5G Standalone (SA) architecture. Non-Standalone (NSA) networks, which use a 5G NR radio layer anchored to a 4G LTE core, will cause RedCap devices to fall back to LTE or fail to connect in RedCap mode entirely. In practice, many UK sites still carry both SA and NSA 5G. A device displaying a “5G” indicator on screen provides no confirmation of SA attachment.
UK RedCap Frequency Bands
RedCap operates across the same FR1 spectrum used for 5G NR broadly, but in the UK the commercial RedCap deployments from EE and Vodafone are concentrated on specific bands. Understanding which bands are in use for RedCap matters when choosing an antenna, positioning a device, and interpreting test readings.
| Band | Frequency | UK operators (RedCap) | Notes |
|---|---|---|---|
| n78 | 3300-3800 MHz (C-band) | EE, Vodafone | Primary RedCap delivery band. 5G SA launched here first. High capacity, shorter range. |
| n77 | 3300-4200 MHz | EE, Vodafone (extended) | Superset of n78. Some devices and antennas reference n77 for broader FR1 C-band coverage. |
| n28 | 700 MHz | EE, Vodafone | Coverage layer. Better building penetration and range than C-band. Lower throughput ceiling. |
| n1 | 2100 MHz | EE | Refarmed from 3G/4G spectrum. Mid-band capacity layer. Less common for RedCap primary. |
| n3 | 1800 MHz | EE | Refarmed. Coverage and capacity supplement to C-band. |
Signal Metrics: What Good Looks Like for RedCap
Four metrics define cellular signal quality in 5G NR: RSRP, RSRQ, SINR and RSSI. Each measures something different, and each has a different interpretation when applied to a RedCap device compared to a full 5G handset.
| Metric | What it measures | Good | Acceptable | Poor | RedCap note |
|---|---|---|---|---|---|
| RSRP | Reference Signal Received Power – the average power per resource element of the cell reference signal. Primary indicator of signal level. | > -80 dBm | -80 to -100 dBm | < -100 dBm | 1T2R configuration means expected readings are 3-6 dB lower than a 4×4 MIMO device in the same location. Adjust expectations accordingly. |
| RSRQ | Reference Signal Received Quality – ratio of RSRP to total received power including interference. Indicates congestion and interference. | > -9 dB | -9 to -12 dB | < -12 dB | RedCap’s 20 MHz bandwidth cap means RSRQ reflects a narrower channel. In congested urban areas RSRQ often limits performance before RSRP becomes a problem. |
| SINR | Signal to Interference plus Noise Ratio – how cleanly the signal is received relative to background noise and co-channel interference. | > 20 dB | 10 to 20 dB | < 10 dB | SINR is the strongest predictor of achievable throughput on RedCap. Target above 10 dB for stable 50+ Mbps. Below 5 dB, throughput degrades significantly. |
| RSSI | Received Signal Strength Indicator – total received power including signal, interference and noise across the full channel. | > -65 dBm | -65 to -80 dBm | < -80 dBm | Less diagnostic than RSRP or SINR in isolation. High RSSI with low SINR indicates heavy interference – a common condition near dense urban small cells. |
Antennas and Their Effect on Test Results
The antenna connected to a RedCap device directly determines RSRP readings, and misinterpreting antenna-related variation is one of the most common sources of confusion in field testing.
1T2R explained physically. The “1T” means the device uses one transmit chain for uplink. The “2R” means it can support two receive chains for downlink reception. With two receive antennas, the device can apply receive diversity – selecting the best signal from each antenna or combining both. This typically improves effective RSRP by 3-6 dB compared to a single-port configuration.
External antenna gain. Fitting an external antenna adds gain – measured in dBi – to the receive path. A 5 dBi external antenna in a good position can lift a marginal -105 dBm indoor reading to a workable -100 dBm or above. The gain figure on the antenna datasheet refers to directional gain relative to an isotropic radiator; real-world improvement depends on antenna placement, cable loss, and connector quality.
Indoor vs outdoor testing variance. 5G C-band (n78 at 3.5 GHz) has poor building penetration compared to 4G 800 MHz or 5G n28 at 700 MHz. Testing a RedCap device indoors against a C-band site will produce materially weaker readings than the same device at a window or outdoors. Always note test conditions when recording baseline readings.
For full guidance on antenna selection by band and application, see the 5G RedCap Antennas guide on this site.
How to Test 5G RedCap Signal
There are two levels of testing: diagnostic testing at the module level using AT commands, and network-level or drive testing using specialist tools. Both are useful; AT command testing is the starting point for any RedCap deployment.
AT Commands for Module-Level Testing
Most RedCap modules expose signal metrics and network attachment state through the AT command interface. The following commands are applicable to Quectel modules (RG255C and similar); equivalent commands exist for Sierra Wireless, Telit and other vendors – consult the module AT command manual.
Check current network technology and band:
AT+QNWINFO
Response format: +QNWINFO: "NR5G-SA","23430","NR5G BAND 78",632736
The first field confirms SA attachment. NR5G-SA confirms the device is connected to a 5G Standalone core. NR5G-NSA or LTE indicates RedCap mode is not active. The band number (78 in this example) and EARFCN/NR-ARFCN confirm which frequency is in use.
Full serving cell diagnostic including signal metrics:
AT+QENG="servingcell"
This returns a multi-field response. For an NR5G-SA serving cell, the relevant fields include: state (CONNECT), cell type (NR5G-SA), MCC/MNC (operator), band, channel (ARFCN), RSRP, RSRQ, SINR, and RSSI. Cross-reference the RSRP and SINR values against the thresholds in the table above.
NR5G-SA in the serving cell type field. If you see LTE or NR5G-NSA, the device has not attached in RedCap mode. Check the SIM is SA-capable, the operator supports SA at that location, and the device firmware supports RedCap SA attachment.
Lock to a specific band for controlled testing:
AT+QNWPREFMDE=...
Band locking varies by module and firmware version. Consult the Quectel AT Commands Manual for RG255C (document reference LTE&5G AT Commands Manual). Band locking is useful for comparing n78 vs n28 performance at the same site.
Drive Testing vs Fixed-Point Testing
Fixed-point testing establishes a baseline at a specific installation location – a cabinet, enclosure, or wall position. This is the most common scenario for IoT RedCap deployment testing. Record RSRP, SINR and RSRQ with the antenna in the proposed final position before finalising a mount.
Drive testing sweeps signal levels across a geographic area, typically logged against GPS coordinates. This is relevant for mobile or transport RedCap deployments – vehicle telemetry, fleet tracking, or rail applications. Dedicated drive test software (TEMS, NEMO, or equivalent) provides the logging and mapping layer.
Browser-Based Signal Testing
For deployments where AT command access is not practical, browser-based tools can surface available signal metrics from the device’s network interface. Signal Tester at signaltester.co.uk provides real-time cellular metrics without needing AT command access – a useful complement to module-level diagnostics for initial site surveys and quick checks.
Testing with RedCap Devices
Different RedCap devices expose signal metrics in different ways. The two most commonly deployed RedCap routers in the UK at the time of writing are the Teltonika RUT271 and RUT976. The Quectel RG255C is the reference M.2 module for custom integration work.
Teltonika RUT271 and RUT976
Both devices run RutOS, Teltonika’s Linux-based firmware. Signal metrics are accessible through the RutOS web interface under Network > Mobile > Information. The interface displays RSRP, RSRQ, SINR, RSSI, the active operator, technology (confirm this shows NR or 5G SA rather than LTE), and the serving cell band.
The RUT271 is a compact single-SIM device suited to fixed deployments where space is constrained. The RUT976 adds dual-SIM, RS232/RS485 serial interfaces and DIN rail mounting – relevant for industrial environments where signal testing accompanies physical installation. Both support n78 and n28 for UK deployments.
For firmware diagnostics beyond the web UI, Teltonika also exposes AT command access via the mobile interface – accessible through SSH or the CLI console in RutOS.
Quectel RG255C
The RG255C is an M.2 form factor module based on the Qualcomm Snapdragon X35 – the reference chipset for 3GPP Release 17 RedCap. AT command access is direct via the module’s USB serial interface. The commands above (AT+QNWINFO, AT+QENG="servingcell") apply directly to this module.
LTE Fallback vs True RedCap SA – What the Readings Look Like
The clearest diagnostic indicator is the network type field in the AT command response or device UI. On true RedCap SA attachment, you will see NR5G-SA (or equivalent in the vendor’s notation), the active band will be an NR band (n78, n28 etc.), and the ARFCN will be in the NR numbering scheme.
On LTE fallback, the device will show LTE or EUTRAN, the band will be an LTE band number (B3, B20 etc.), and throughput will be capped at LTE rates. RSRP on LTE fallback can sometimes appear stronger than NR – because the LTE signal is often from a mature, well-placed antenna while the 5G SA layer may be a newer, fewer-site deployment. Stronger RSRP on LTE fallback is not a success condition for RedCap deployment.
For full hardware specifications and compatibility details, see the 5G RedCap Hardware guide.
Making Sense of Your Results
If You Are Getting NSA Instead of SA
RedCap requires 5G SA. If the module is attaching to NSA, the first checks are:
- SIM compatibility. Not all IoT SIMs support 5G SA. Some enterprise multi-network SIMs still route to NSA infrastructure. Confirm with the SIM provider that SA attachment is supported on the networks in use.
- Location coverage. SA coverage is more limited than NSA coverage in the UK. EE and Vodafone have live SA networks but coverage is not nationwide. A site with a strong 5G indicator may still be NSA-only.
- Device firmware. Ensure the module firmware is current. Some early firmware versions did not correctly negotiate SA attachment even when available.
- APN configuration. Some SA networks require a specific APN. Confirm with the operator’s IoT connectivity team.
Antenna Positioning for n78 vs n28
n78 at 3.5 GHz is directional and sensitive to obstruction. For outdoor-mounted antennas targeting a known C-band cell, directional panel antennas (typically 5-9 dBi) outperform omnidirectional options where the cell direction is known. For deployments where cell direction is unknown or variable, an omni-directional antenna with a clear sky view is the practical choice.
n28 at 700 MHz penetrates structures far more effectively. Devices relying on n28 as the primary coverage layer can often be wall-mounted indoors without significant signal penalty. The tradeoff is lower peak throughput.
When to Consider an External Antenna
If indoor RSRP on n78 is below -105 dBm and SINR is below 5 dB, an external antenna will materially improve performance. If the device is already achieving RSRP above -90 dBm with SINR above 15 dB indoors, an external antenna provides marginal benefit beyond redundancy. The external antenna decision is primarily about marginal sites – the middle ground between strong indoor signal and complete SA absence.
For current UK 5G SA coverage maps by operator, current UK 5G SA coverage maps are available via IoT Portal. For operator-specific RedCap network status, see the UK RedCap Networks hub on this site.
Tools and Resources
| Tool | Type | Notes |
|---|---|---|
| Signal Tester | Browser-based, no install required | Real-time cellular metrics from any connected device. Suitable for initial site surveys and quick field checks without AT command access. |
| CellTester | Advanced cellular diagnostic tool | CellTester provides more advanced cellular diagnostic capability for professional RedCap deployment testing – including deeper serving cell data and logging. |
| AT command interface | Module-level, via serial / USB | AT+QNWINFO and AT+QENG="servingcell" for Quectel modules. Equivalent commands available for Telit, Sierra Wireless. |
| RutOS diagnostic UI | Router web interface | Built into Teltonika RUT271 / RUT976. Network > Mobile > Information. No additional software needed. |
| 3GPP TS 38.215 | Technical specification | Defines NR physical layer measurements including RSRP, RSRQ, SINR and RSSI. Authoritative reference for measurement definitions and reporting ranges. |
For a full glossary of RedCap, 5G NR and signal measurement terms, and curated RSS feeds from 3GPP and Ofcom, see the Resources section on this site.
Frequently Asked Questions
- What RSRP is acceptable for 5G RedCap?
- For stable performance, target RSRP above -100 dBm. Between -100 and -110 dBm is a marginal zone where throughput will be limited and reliability may be inconsistent. Below -110 dBm, a RedCap connection may struggle to maintain stable SA attachment. Note that RedCap’s 1T2R configuration means readings will naturally sit 3-6 dB lower than a full 4×4 MIMO 5G device in the same location – this is expected behaviour, not a fault.
- How do I confirm SA attachment on a RedCap device?
- The most direct method is the AT command
AT+QENG="servingcell"on Quectel modules, which returns the serving cell type. Look forNR5G-SAin the response. On Teltonika devices, the RutOS network information page shows the active technology – confirm it displays NR or 5G SA rather than LTE or NR NSA. A 5G icon on a network bar is not confirmation of SA attachment. - Does RedCap signal differ from full 5G signal?
- The underlying radio signal is identical – RedCap uses the same 5G NR physical layer, the same bands, and the same cell infrastructure. What differs is how the device interacts with that signal: reduced bandwidth (20 MHz max vs up to 100 MHz+ for full 5G), simplified antenna configuration (1T2R vs 4×4 MIMO), and lower peak throughput by design. A RedCap device and a full 5G handset can be attached to the same cell at the same time, with materially different peak speeds.
- What antenna do I need to test 5G RedCap signal?
- This depends on the band your operator uses for RedCap in your area. For n78 (3.5 GHz, EE and Vodafone primary), use an antenna specified for the 3.3-3.8 GHz range. For n28 (700 MHz coverage layer), you need an antenna covering 700 MHz. Many external RedCap antennas are wideband – covering both ranges – but check the datasheet. A 4G LTE antenna will not cover n78. See the RedCap Antennas guide for a full band-by-band breakdown.
- Can I test RedCap signal with a standard 4G signal meter?
- A 4G signal meter will not confirm RedCap SA attachment, will not measure NR bands such as n78 at 3.5 GHz, and will report LTE metrics rather than NR signal quality. It is not a substitute for AT command diagnostics or a 5G-capable field tool. It may be useful for confirming 4G fallback is present at a site as a baseline, but it provides no meaningful RedCap-specific data.
Related Pages
What Is 5G RedCap?
Technical definition, 3GPP Release 17 specification overview, and how RedCap sits within the 5G NR family.
5G RedCap Antennas
Band-by-band antenna selection guide. 1T2R configuration, MIMO, gain figures, and mounting recommendations.
5G RedCap Hardware Guide
Chipsets, modules, routers and devices. Comprehensive ecosystem guide covering the full UK-available RedCap hardware stack.
UK RedCap Networks
Current deployment status for EE, Vodafone, Three, O2 and VMO2. Updated as rollout progresses.
Leave a Reply