Interview Preparation5G Downlink Signals, Channels and Top Interview Questions

5G NR Downlink Channel Mappings: The Map You Need Before Anything Else

How logical, transport and physical channels fit together in the 5G NR downlink, and why NR needs fewer physical channels than LTE.

By Manas·8 min read·Updated 2026-09-07

Why start here

Every time you read about PDSCH, DCI, MIB or SIB1, you are reading about one layer of a three-layer map. If the map is not clear in your head, the rest of this chapter feels like a pile of acronyms. So before any of the "difficult" material, let's build the map.

The mental model: post office, trucks, roads

Think of the downlink as a delivery system with three views of the same shipment:

ViewQuestion it answersOwned byExamples
Logical channelWhat kind of information is this?RLC ↔ MAC boundary"This is system information", "this is paging", "this is user data"
Transport channelHow should it be delivered? (coding, HARQ, size)MAC ↔ PHY boundaryBroadcast delivery, paging delivery, scheduled shared delivery
Physical channelWhich radio resources actually carry it?PHY (time/frequency grid)PBCH, PDCCH, PDSCH

The logical channel is the label on the parcel ("fragile", "bulk mail"). The transport channel is the delivery service chosen for that parcel (a fixed broadcast run, or the flexible scheduled truck). The physical channel is the actual road — the resource elements in the time–frequency grid.

The key thing to notice: the number of options shrinks as you go down. Many logical channels → few transport channels → very few physical channels. Almost everything ends up on one road: the PDSCH.

The three layers, one by one

Logical channels (the "what")

Downlink logical channels in NR (TS 38.321):

  • BCCH — Broadcast Control Channel. Carries the MIB and the SIBs. Every UE in the cell can read it.
  • PCCH — Paging Control Channel. Carries paging messages for UEs in RRC_IDLE and RRC_INACTIVE.
  • CCCH — Common Control Channel. Used before a dedicated connection exists (e.g. RRC Setup). Uses SRB0.
  • DCCH — Dedicated Control Channel. Point-to-point RRC and NAS signalling once connected (SRB1, SRB2, SRB3).
  • DTCH — Dedicated Traffic Channel. Your user-plane data (DRBs).

Control channels vs traffic channels is the only real split here. The prefix tells you the scope: B = broadcast to everyone, P = paging, C = common (before identity is known), D = dedicated to one UE.

Transport channels (the "how")

NR downlink has only three transport channels (TS 38.300, TS 38.321):

  • BCH — Broadcast Channel. Fixed format, fixed timing, no HARQ, carries only the MIB. It is deliberately dumb so that a UE that knows nothing about the cell can still decode it.
  • PCH — Paging Channel. Supports DRX so idle UEs only wake up at their paging occasions.
  • DL-SCH — Downlink Shared Channel. The flexible workhorse: HARQ, dynamic link adaptation (MCS), dynamic resource allocation, beamforming support. Everything except the MIB uses it.

Why so few? Because the transport channel encodes a delivery strategy, and there are only three genuinely different strategies: "blind broadcast for the very first bits", "wake-up on schedule", and "scheduled and adaptive for everything else".

Physical channels (the "where")

Three downlink physical channels (TS 38.211):

  • PBCH — Physical Broadcast Channel. Carries the BCH (MIB) inside the SS/PBCH block.
  • PDCCH — Physical Downlink Control Channel. Carries DCI (scheduling grants, slot format, power control). It has no transport channel above it; DCI is generated by the PHY/MAC scheduler, not by RLC.
  • PDSCH — Physical Downlink Shared Channel. Carries DL-SCH and PCH. This is where SIBs, paging, RRC messages and user data all land.

Plus the physical signals — things that carry no bits from upper layers but are needed to make the channels decodable:

  • PSS / SSS — Primary and Secondary Synchronisation Signals (find the cell, get timing and PCI).
  • DM-RS — Demodulation Reference Signal (channel estimation; one per channel: PBCH DM-RS, PDCCH DM-RS, PDSCH DM-RS).
  • CSI-RS — Channel State Information Reference Signal (link adaptation, beam management, tracking, mobility).
  • PT-RS — Phase Tracking Reference Signal (phase-noise compensation, mostly FR2).

The mapping diagram

LOGICAL          TRANSPORT         PHYSICAL
(what)           (how)             (where)

![Logical channels map to transport channels which map to physical channels.](/images/articles/dl-01-channel-mapping.svg)

BCCH ──(MIB)───▶ BCH ────────────▶ PBCH
BCCH ──(SIBs)──▶ DL-SCH ────┐
PCCH ──────────▶ PCH ───────┼────▶ PDSCH
CCCH ──────────▶ DL-SCH ────┤
DCCH ──────────▶ DL-SCH ────┤
DTCH ──────────▶ DL-SCH ────┘

(no logical / transport channel) ▶ PDCCH   (carries DCI)

Physical signals (no upper-layer bits):
PSS, SSS, DM-RS, CSI-RS, PT-RS

Two lines deserve a second look:

  1. BCCH splits. The MIB goes BCCH → BCH → PBCH. The SIBs go BCCH → DL-SCH → PDSCH. Same logical channel, two very different deliveries. That is why the MIB is tiny and rigid, while SIB1 can be hundreds of bytes and is scheduled by a PDCCH like any other data.
  2. PDCCH stands alone. It is the only physical channel with nothing above it. Its content (DCI) is about the other channels — where the PDSCH is, which MCS, which HARQ process.

What changed from LTE (and why it matters)

If you know LTE, the NR downlink looks stripped down:

LTE physical channel / signalNR equivalentWhy it went away
PCFICH (tells UE how many PDCCH symbols)GoneThe PDCCH region is now configured per CORESET, so no need to signal it every subframe
PHICH (HARQ ACK/NACK for uplink)GoneNR uplink HARQ is asynchronous; a new DCI grant implicitly tells the UE whether to retransmit
CRS (always-on cell-specific reference signal)GoneReplaced by DM-RS (per channel, only when there is data) plus CSI-RS and TRS. Big power/interference saving and beamforming-friendly
PMCH (multicast)Not in Rel-15 (MBS added in Rel-17)Not a launch priority

The theme is the same everywhere in NR: nothing is transmitted "always on" unless it is strictly necessary. LTE had signals that lit up every subframe even in an empty cell. NR transmits the SSB periodically, and everything else only when scheduled. This is what people mean by NR being an "ultra-lean" design.

How to remember it

  • Three layers: what / how / where.
  • Three transport channels: BCH, PCH, DL-SCH — dumb broadcast, scheduled wake-up, flexible shared.
  • Three physical channels: PBCH, PDCCH, PDSCH — MIB, control, everything else.
  • The MIB is the only thing that avoids the PDSCH.
  • The PDCCH is the only channel with nothing above it.

Common confusions

  • "SIB1 is broadcast, so it must be on PBCH." No. Only the MIB is on PBCH. SIB1 is scheduled on PDSCH via a PDCCH with SI-RNTI.
  • "PDCCH carries a transport channel." It does not. DCI is not user or RRC data; it is scheduling control created below the MAC/PHY boundary.
  • "Where is the CRS in NR?" There is none. If you are looking for a reference signal to measure, it is the SSB (SS-RSRP) or the CSI-RS (CSI-RSRP).
  • "PCH and DL-SCH are different physical channels." Both ride on the PDSCH. The difference is at the transport level (DRX support and the P-RNTI used on the PDCCH that schedules it).

Spec pointers

  • TS 38.300 §6 — overall layer 2 and channel structure
  • TS 38.321 §4.2 — logical/transport channel definitions and mapping
  • TS 38.211 §7.1 — downlink physical channels and signals
  • TS 38.212 §7 — DL-SCH/PCH/BCH coding and DCI

Recap

The downlink is a funnel: many kinds of information (logical channels) are delivered by three strategies (transport channels) over three roads (physical channels). Keep the funnel picture in your head and the rest of this chapter — SSB, PBCH, PDCCH, PDSCH, reference signals — is just a tour of each road.


Interview questions

The questions below are drawn from this topic and phrased the way they tend to come up. Try each one out loud before revealing the answer.

18 questions

5GNRphysical layerdownlinkInterview Prep