Home / Call Flows / vonr-mobile-terminated-call

VoNR Mobile Terminated Call Flow | Voice Over NR Incoming Call Tutorial

call-flow VoNR | IMS | Paging | RTP

Introduction

A VoNR Mobile Terminated (MT) Call occurs when a User Equipment (UE) receives an incoming voice call over the 5G NR network.

In this scenario, the call is initiated by another subscriber and delivered through the IMS core network to the destination UE.

If the destination UE is in RRC Idle or RRC Inactive state, the network must first perform a paging procedure to locate the device before delivering the SIP INVITE message.

VoNR MT call procedures are defined by the 3rd Generation Partnership Project specifications:

  • 3GPP TS 23.501
  • 3GPP TS 23.502
  • 3GPP TS 24.229
VoNR mobile terminated call flow diagram

Network Elements Involved

The VoNR MT call flow involves several network components.

Network Element Function
Caller UEInitiates the voice call
IMS CoreHandles SIP signaling
AMFHandles mobility management
gNBProvides NR radio connectivity
Called UEReceives the voice call

VoNR Mobile Terminated Call Signaling Flow

Caller UE      IMS        AMF        gNB        UE
    |           |          |          |         |
    |---SIP INVITE------->|          |         |
    |                     |          |         |
    |                     |----Paging------->|
    |                     |          |         |
    |<---100 Trying------|          |         |
    |<---180 Ringing-----|          |         |
    |<---200 OK----------|          |         |
    |----ACK------------>|          |         |
    |====== RTP Voice Media ======|

Step-by-Step VoNR MT Call Procedure

Step 1: Incoming SIP INVITE

The calling subscriber sends a SIP INVITE message through the IMS network.

The IMS core performs:

  • subscriber authentication
  • call routing
  • destination lookup

The INVITE is then routed toward the destination UE.

Important parameters to check

Parameter Description
Request URIDestination subscriber
SDPCodec and media parameters
Caller IdentityCalling number

Step 2: Paging the Destination UE

If the destination UE is not in RRC Connected state, the network must locate the device.

The AMF initiates a paging procedure across the tracking area.

Paging process:

  1. AMF sends Paging message to gNBs
  2. gNB broadcasts paging over NR
  3. UE detects paging and resumes connection

Important parameters to check

Parameter Description
Paging Identity5G-S-TMSI
Tracking AreaPaging broadcast area
DRX CycleUE paging monitoring interval

Step 3: SIP INVITE Delivery

After the UE reconnects to the network, the SIP INVITE is delivered to the device.

The UE responds with:

SIP Response Description
100 TryingINVITE received
180 RingingDevice is ringing

These responses are forwarded back to the calling party.

Step 4: Call Acceptance

When the user answers the call, the UE sends SIP 200 OK.

The calling UE then sends an ACK message.

This completes the call setup procedure.

Step 5: Voice Media Transmission

After the SIP handshake is completed, the voice session begins.

Voice media is transmitted using RTP (Real-Time Transport Protocol).

Media packets flow through the UPF in the 5G Core network.

Typical codecs include:

Codec Description
AMR-WBWideband voice
EVSEnhanced voice services

EVS provides high-definition voice quality for VoNR calls.

QoS Configuration for VoNR Calls

VoNR calls rely on dedicated QoS flows.

Service 5QI Description
SIP Signaling5QI = 5Control signaling
Voice Media5QI = 1Conversational voice

This ensures low latency and high reliability for voice traffic.

Troubleshooting VoNR MT Call Issues

Incoming Call Not Received

Possible causes:

  • paging failure
  • IMS routing issue
  • UE not registered to IMS

Call Setup Failure

Possible reasons:

  • SIP signaling error
  • codec negotiation failure
  • subscriber profile restrictions

Poor Voice Quality

Possible causes:

  • incorrect QoS configuration
  • packet loss in user plane
  • radio interference

Summary

A VoNR Mobile Terminated Call allows a UE to receive voice calls directly over the 5G NR network.

The procedure includes:

  1. caller sending SIP INVITE
  2. network performing paging
  3. destination UE responding with 180 Ringing
  4. call acceptance with 200 OK
  5. voice media transmission via RTP

This mechanism enables native 5G voice services with lower latency and improved voice quality.