Amarisoft

LTE Measurement Report

 

This tutorial shows how to test Measurement Report in LTE. You can configure the measurement report configuration either by meas_config_desc parameter or asn file. This tutorial shows you the both ways.

Measurement on UE side happens both in Idle and Connected mode described as below. This tutorial is for the measurement in Connected mode only.

LTE Measurement Event 01

Image Source : Sharetechnote

 

Table of Contents

 

Test Setup

Test setup for this tutorial is as shown below.  

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.

 

 

Test 1 : LTE to LTE, IntraFrequency with meas_config_desc

This test shows how to configure Intra frequency measurement for an LTE cell to measure another LTE cell and verify it.

 

Configuration

I used the enb-2cell-meas-intra.cfg which is copied and modified from enb-2cell-ho.cfg.

LTE Meas Test 1 Config 01

I also used mme-ims.cfg as it is.

LTE HO Intra Config 02

Configure enb-2cell-meas-intra.cfg  as below.

LTE Meas Test 1 Config 02

Add the second cell(measurement target cell) in the neigbour cell list(ncell_list) of the first cell (camping cell).

LTE Meas Test 1 Config 03

Add the first cell(measurement target cell) in the neigbour cell list(ncell_list) of the second cell (camping cell).

LTE Meas Test 1 Config 04

Configure the measurement criteria using meas_config_desc parameter. Out of the various event criteria specified here, only the events relavent to the specified cell condition will be applied to the RRC message.

LTE Meas Test 1 Config 05

 

Perform the test

Start LTE service and check basic cell configuration with 'cell phy' and 'cell' command. Any cell configuration is OK as long as it is LTE cell.

LTE Meas Test 1 Run 01

LTE Meas Test 1 Run 02

Adjust cell power using 'cell gain' command. (NOTE : You can change the cell power using 'cell gain' or 'tx_gain', but I would suggest you to use 'cell gain' in this test because tx_gain would change cell reference power in SIB message, so UE may behave a little bit differently from what you expect). The appropriate cell gain value for the test would vary depending on your UE and test enviroment.

LTE Meas Test 1 Run 03

LTE Meas Test 1 Run 04

Power on UE and let UE attach to the cell

LTE Meas Test 1 Run 05

You can check on the current cell gain value using 'cell' command when you need.

LTE Meas Test 1 Run 06

 

Log Analysis

Sample Log

During the initial attach, Callbox send Measurement Report configuration as below. Check out measObjectToAddModList, reportConfigToAddModList, measToAddModList and see if everything is configured as intended.

LTE Meas Test 1 Log 01

Once cell power condition is met for triggering measurement report, UE send the measurement report as follows. Make it sure that you have measResultNeighCells item in measurementReport report.

LTE Meas Test 1 Log 02

 

 

Test 2 : LTE to LTE, InterFrequency with meas_config_desc

This test shows how to configure inter frequency measurement for an LTE cell to measure another LTE cell and verify it.

 

Configuration

I used the enb-2cell-meas-inter.cfg which is copied and modified from enb-2cell-ho.cfg.

LTE Meas Test 2 Config 01

I also used mme-ims.cfg as it is.

LTE HO Intra Config 02

Configure enb-2cell-meas-inter.cfg  as below.

LTE Meas Test 1 Config 02

Add the second cell(measurement target cell) in the neigbour cell list(ncell_list) of the first cell (camping cell).

LTE Meas Test 2 Config 03

Add the first cell(measurement target cell) in the neigbour cell list(ncell_list) of the second cell (camping cell).

LTE Meas Test 2 Config 04

Configure the measurement criteria using meas_config_desc parameter. Out of the various event criteria specified here, only the events relavent to the specified cell condition will be applied to the RRC message.

LTE Meas Test 1 Config 05

 

Perform the test

Start LTE service and check basic cell configuration with 'cell phy' and 'cell' command. Any cell configuration is OK as long as it is LTE cell.

LTE Meas Test 1 Run 01

LTE Meas Test 1 Run 02

Adjust cell power using 'cell gain' command. (NOTE : You can change the cell power using 'cell gain' or 'tx_gain', but I would suggest you to use 'cell gain' in this test because tx_gain would change cell reference power in SIB message, so UE may behave a little bit differently from what you expect) The appropriate cell gain value for the test would vary depending on your UE and test enviroment.

LTE Meas Test 1 Run 03

LTE Meas Test 1 Run 04

Power on UE and let UE attach to the cell

LTE Meas Test 1 Run 05

Adjust Cell Power to trigger measurement report

LTE Meas Test 2 Run 06

 

Log Analysis

Sample Log

During the initial attach, Callbox send Measurement Report configuration as below. Check out measObjectToAddModList, reportConfigToAddModList, measToAddModList and see if everything is configured as intended.

LTE Meas Test 2 Log 01

LTE Meas Test 2 Log 02

Once cell power condition is met for triggering measurement report, UE send the measurement report as follows. You may get the measurement report for serving cell only when the gap is not enabled.

LTE Meas Test 2 Log 03

When you set the cell power of serving and target cell to proper condition, eNB enables the measurement gap.

LTE Meas Test 2 Log 04

Once cell power condition is met for triggering measurement report, UE send the measurement report as follows. Make it sure that you have measResultNeighCells item in measurementReport report.

LTE Meas Test 2 Log 05

 

 

Test 3 : LTE to LTE, IntraFrequency Periodic Report with meas_config (ASN.1 file)

This test shows how to configure Intra frequency measurement for an LTE cell to measure another LTE cell with ASN file and verify it.

 

Configuration

I used the enb-2cell-meas-intra-asn-periodic.cfg which is copied and modified from enb-2cell-ho.cfg.

LTE Meas Test 3 Config 01

I also used mme-ims.cfg as it is.

LTE HO Intra Config 02

Configure enb-2cell-meas-intra-asn-periodic.cfg  as below.

LTE Meas Test 1 Config 02

In this test, I removed the ncell_list to avoid any possible collision between ASN configuration and automatic configuration by callbox software.

LTE Meas Test 3 Config 03

specify the asn file that configures the intended measurement condition to the parameter meas_config.

LTE Meas Test 3 Config 04

Following is the configuration in meas_config_periodic.asn which is provided by the default installation package. (NOTE : you can create this file in text editor, but now you can create this file using Amarisoft ASN1 Editor GUI)

LTE Meas Test 3 Config 05

LTE Meas Test 3 Config 06

 

Perform the test

Start LTE service and check basic cell configuration with 'cell phy' and 'cell' command. Any cell configuration is OK as long as it is LTE cell.

LTE Meas Test 1 Run 01

LTE Meas Test 1 Run 02

Adjust cell power using 'cell gain' command. (NOTE : You can change the cell power using 'cell gain' or 'tx_gain', but I would suggest you to use 'cell gain' in this test because tx_gain would change cell reference power in SIB message, so UE may behave a little bit differently from what you expect) The appropriate cell gain value for the test would vary depending on your UE and test enviroment.

LTE Meas Test 1 Run 03

LTE Meas Test 1 Run 04

Power on UE and let UE attach to the cell

LTE Meas Test 1 Run 05

Adjust Cell Power to trigger measurement report

LTE Meas Test 3 Run 06

 

Log Analysis

Sample Log

During the initial attach, Callbox send Measurement Report configuration as below. Check out measObjectToAddModList, reportConfigToAddModList, measToAddModList and see if everything is configured as intended.

LTE Meas Test 3 Log 01

When the cell power is not in the state that triggers the measurement, UE would send the measurement report with serving cell only.

LTE Meas Test 3 Log 02

When the cell power is in the right state that triggers the measurement report, UE send the measurement report with both serving cell and target cell. Make it sure that you have measResultNeighCells item in measurementReport report.

LTE Meas Test 3 Log 03

 

 

Test 4 : LTE to LTE, IntraFrequency Event A3 with meas_config (ASN.1 file)

This test shows how to configure Intra frequency measurement for Event A3 for an LTE cell to measure another LTE cell with ASN file and verify it.

 

Configuration

I used the enb-2cell-meas-intra-asn-a3.cfg which is copied and modified from enb-2cell-ho.cfg.

LTE Meas Test 4 Config 01

I also used mme-ims.cfg as it is.

LTE HO Intra Config 02

Configure enb-2cell-meas-intra-asn-a3.cfg  as below.

LTE Meas Test 1 Config 02

In this test, I removed the ncell_list to avoid any possible collision between ASN configuration and automatic configuration by callbox software.

LTE Meas Test 4 Config 03

LTE Meas Test 4 Config 04

Following is the configuration in meas_config_a3.asn  (NOTE : you can create this file in text editor, but now you can create this file using Amarisoft ASN1 Editor GUI)

LTE Meas Test 4 Config 05

LTE Meas Test 4 Config 06

 

Perform the test

Start LTE service and check basic cell configuration with 'cell phy' and 'cell' command. Any cell configuration is OK as long as it is LTE cell.

LTE Meas Test 1 Run 01

LTE Meas Test 1 Run 02

Adjust cell power using 'cell gain' command. (NOTE : You can change the cell power using 'cell gain' or 'tx_gain', but I would suggest you to use 'cell gain' in this test because tx_gain would change cell reference power in SIB message, so UE may behave a little bit differently from what you expect) The appropriate cell gain value for the test would vary depending on your UE and test enviroment.

LTE Meas Test 1 Run 03

LTE Meas Test 1 Run 04

Power on UE and let UE attach to the cell

LTE Meas Test 1 Run 05

Adjust Cell Power to trigger measurement report

LTE Meas Test 4 Run 06

 

Log Analysis

Sample Log

During the initial attach, Callbox send Measurement Report configuration as below. Check out measObjectToAddModList, reportConfigToAddModList, measToAddModList and see if everything is configured as intended.

LTE Meas Test 4 Log 01

Once cell power condition is met for triggering measurement report, UE send the measurement report as follows. Make it sure that you have measResultNeighCells item in measurementReport report.

LTE Meas Test 4 Log 02

 

 

Test 5 : LTE to LTE, InterFrequency CGI Report with meas_config (ASN.1 file)

This test shows how to configure Intra frequency measurement for CGI Report for an LTE cell to measure another LTE cell with ASN file and verify it.

 

Configuration

I used the enb-2cell-meas-inter-asn-cgi.cfg which is copied and modified from enb-2cell-ho.cfg.

LTE Meas Test 5 Config 01

I also used mme-ims.cfg as it is.

LTE HO Intra Config 02

Configure enb-2cell-meas-inter-asn-cgi.cfg  as below.

LTE Meas Test 1 Config 02

I this test, I removed the ncell_list to avoid any possible collision between ASN configuration and automatic configuration by callbox software.

LTE Meas Test 5 Config 03

LTE Meas Test 5 Config 04

Following is the configuration in meas_config_L_L_inter_cgi.asn . (NOTE : you can create this file in text editor, but now you can create this file using Amarisoft ASN1 Editor GUI)

LTE Meas Test 5 Config 05

LTE Meas Test 5 Config 06

 

Perform the test

Start LTE service and check basic cell configuration with 'cell phy' and 'cell' command. Any cell configuration is OK as long as it is LTE cell.

LTE Meas Test 1 Run 01

LTE Meas Test 1 Run 02

Adjust cell power using 'cell gain' command. (NOTE : You can change the cell power using 'cell gain' or 'tx_gain', but I would suggest you to use 'cell gain' in this test because tx_gain would change cell reference power in SIB message, so UE may behave a little bit differently from what you expect) The appropriate cell gain value for the test would vary depending on your UE and test enviroment.

LTE Meas Test 1 Run 03

LTE Meas Test 1 Run 04

Power on UE and let UE attach to the cell

LTE Meas Test 1 Run 05

 

Log Analysis

Sample Log

During the initial attach, Callbox send Measurement Report configuration as below. Check out measObjectToAddModList, reportConfigToAddModList, measToAddModList and see if everything is configured as intended.

LTE Meas Test 5 Log 01

Ensure that UE send measResultNeighCells with cgi-Info.

LTE Meas Test 5 Log 02

 

 

RRC / NAS Signaling

 

RrcConnectionReconfiguration

: This is the RrcConnectionReconfiguration message sent by eNB  to configure Measurement Report. (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: rrcConnectionReconfiguration: {

    rrc-TransactionIdentifier 0,

    criticalExtensions c1: rrcConnectionReconfiguration-r8: {

      measConfig {

        measObjectToAddModList {

          {

            measObjectId 1,

            measObject measObjectEUTRA: {

              carrierFreq 1575,

              allowedMeasBandwidth mbw25,

              presenceAntennaPort1 FALSE,

              neighCellConfig '01'B,

              cellForWhichToReportCGI 2

            }

          }

        },

        reportConfigToAddModList {

          {

            reportConfigId 1,

            reportConfig reportConfigEUTRA: {

              triggerType periodical: {

                purpose reportCGI

              },

              triggerQuantity rsrp,

              reportQuantity both,

              maxReportCells 2,

              reportInterval ms2048,

              reportAmount r16

            }

          }

        },

        measIdToAddModList {

          {

            measId 1,

            measObjectId 1,

            reportConfigId 1

          }

        },

        quantityConfig {

          quantityConfigEUTRA {

          }

        },

        measGapConfig setup: {

          gapOffset gp0: 0

        }

      },

      dedicatedInfoNASList {

        '...'H

      },

      ...

       

    }

  }

}