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

 

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

        }

    }

  }

}