Amarisoft

LTE Redirection to NR SA

This tutorial is about how to configure for redirection from LTE to NR SA and how to verify it.

Cell Redirection a mechanism where UE can change the cell in Idle mode. The idle mode cell change happens in several different situations as listed below.  

We suppot a few different use cases with a little bit different configurations as summarized below.

Table of Contents

Introduction

Cellular network technologies such as Long Term Evolution (LTE) and New Radio Standalone (NR SA) form the backbone of modern mobile communications, enabling high-speed data transfer, low-latency connectivity, and seamless mobility for users. As the industry transitions from LTE to 5G NR SA, efficient mechanisms for inter-system mobility become essential to maintain service continuity and optimize user experience. One such critical mechanism is cell redirection, which allows a User Equipment (UE) operating in idle mode to transition from an LTE cell to an NR SA cell based on network-driven conditions, such as signal strength, cell priorities, or explicit commands from the network. Architecturally, this process relies on coordination between the evolved NodeB (eNB) in LTE and the gNodeB (gNB) in NR SA, utilizing signaling protocols and configuration parameters defined by 3GPP standards. The cell redirection procedure leverages both broadcast system information (e.g., System Information Blocks) and unicast signaling (e.g., RRC release) to guide the UE toward the target network. This capability is significant in the broader ecosystem as it underpins advanced features like service continuity, load balancing, emergency fallback, and roaming between operators or radio access technologies. By ensuring that UEs can be efficiently redirected to the most suitable cell, operators can maximize spectral efficiency and deliver robust, uninterrupted services as users move within and across coverage areas.

Summary of the Tutorial

This tutorial demonstrates the configuration and testing of LTE-to-NR idle mode redirection, focusing on low-layer procedures using Amarisoft equipment. It outlines the setup, configuration, test execution, and verification steps required to successfully redirect a UE from an LTE cell to a 5G NR cell based on measurement criteria.

Summary: The tutorial details a controlled method to configure, execute, and verify LTE-to-NR idle mode redirection. Key steps involve preparing the configuration files, ensuring correct neighbor and measurement settings, executing the test by manipulating cell power, and confirming success through log analysis. The process ensures that the UE is properly redirected to the NR cell based on defined measurement events and completes network registration procedures on the target cell.

Test Setup

Test setup for this tutorial is as shown below.  This is just for low layer testing, you may not need any complicated IP layer setup.

TestSetup Callbox UE 2sdr 01

Key Configuration Parameters

Followings are important configuration parameters for this tutorial. You may click on the items for the descriptions from Amarisoft documents.

Configuration

I have used enb-redir-sa.cfg which is copied and modified from gnb-nsa.cfg.

LTE Redir L N Config 01

I am using the default mme, ims config as shown below.

LTE Redir L N Config 02

Following is the configuration in enb-redir-sa.cfg.  

The important setting in this part is to set ALLOW_SA to 1 that allow NR cell the idle mode operation like redirection. Regarding other configuration like  MIMO (N_ANTENNA), Bandwidth(N_RB_DL) etc, you can configure them in any way you like.

LTE Redir L N Config 03

You need to add a NR cell to LTE cell as a neighbour cell. You can do this by adding ncell_list within cell_list, which contains a nr cell like {rat: "nr", cell_id: 2,} as in this test.

LTE Redir L N Config 04

For NR cell, you don't need any specific configuraton. Just configure it like default NR cell configuration. In this test, I configured NR cell to FDD and band to n5.

LTE Redir L N Config 05

I increased inactivity_timer to a large value to give eNB/gNB enough time for you to tweaking cell power without releasing RRC. The important part for this test is to add nr_cell_redirect parameter to meas_config_desc setting. This is to allow UE to redirect from LTE cell to NR cell if the measurement criteria is met.

LTE Redir L N Config 06

Perform the Test

Check the cell configuration and see if it is configured as intended.

LTE Redir L N Run 01

Power on UE and get it attached to LTE Cell. When the power condition is met, you see UE redirect to NR cell and camp on to it, but the detailed operation cannot be confirmed in 't' command. You need to verify it in the captured log.

LTE Redir L N Run 02

Log Analysis

Confirm that both LTE cell and NR cell are broadcasting SIBs as expected. This ensures that both cells are ready for idle mode operation.

LTE Redir L N Log 01

Check out SIB1 of the NR cell to make it sure some important configurations (e.g, ssb-PositionsInBurst, ssb-PeriodicityServingCell etc) are set as you intended.

LTE Redir L N Log 02

Make it sure that eNB sets measurement configuration in RRC Connection Reconfiguration to detect NR cell. You can check it out with measConfig IE.

For the details, first check out the contents of measObjectToAddModList and make it sure that the target NR cell is added with right configuration.

LTE Redir L N Log 03

Then check out reportConfigToAddModList IE and all the events (especially eventB1-NR) are properly configured as intended.

LTE Redir L N Log 04

Lastly check out measIdToAddModList and make it sure that measObjectId and reportConfigId for NR cell is added.

LTE Redir L N Log 05

Make it sure that measGapConfig is enabled.

LTE Redir L N Log 07

If all the measurement configuration is properly set and cell power is within the expected range, you should get the measurementReport for NR cell. If you don't get this, you need to do troubleshoot (e.g, tweaking cell power) first until you get the report.

LTE Redir L N Log 08

Once the expected measurement report is recieved, eNB will send RRCconnectionRelease with redirectedCarrierInfo that specifies the target NR cell.

LTE Redir L N Log 09

Ensure that UE trigger RRC setup to the target cell (NR cell)

LTE Redir L N Log 10

Then it is expected that UE initiate Registration to core network of the target cell.

LTE Redir L N Log 11

UE would trigger Tracking Area Update Request that will proceed to all the rest of registration process to the target cell.

LTE Redir L N Log 12

RRC / NAS Signaling

RrcConnectionRelease

: This is the RrcConnectionRelease message sent by eNB  to trigger the redirection. (NOTE : You would see some IEs that has a specific assigned vale here, but consider it as just an example value. Those values should vary depending on test requirement)

{

  message c1: rrcConnectionRelease: {

    rrc-TransactionIdentifier 0,

    criticalExtensions c1: rrcConnectionRelease-r8: {

      releaseCause other,

      redirectedCarrierInfo nr-r15: {

        carrierFreq-r15  632544,

        subcarrierSpacingSSB-r15 kHz30,

        smtc-r15 {

           periodicityAndOffset-r15  sf20-r15: 0,

           ssb-Duration-r15 sf1

        }

    }

  }

}