Checking Live UL RSSI on Ericsson Equipment via Moshell

Hello Experts,

Are there any Ericsson experts here? I need to check the instantaneous UL RSSI (Uplink Received Signal Strength Indicator).

Is there a specific Moshell command that can display the live UL RSSI? Your guidance would be greatly appreciated.

The invfrx command in AMOS can display uplink interference levels, which include UL RSSI.

It provides live insights into the uplink interference received at the site.

This command will show interference levels for each carrier and sector.

If you’re troubleshooting specific cells, you may need to filter or parse the output for better clarity.

For interference checks, you can try the following commands:

  • 3G Interference Check:
pmr -r 103 -m 24 | grep NodeBSectorCarrier
  • 4G Interference Check:
pmr -r 206 -m 24 | grep Int_RadioRecInterferencePwr

Do this command return an RX(dBm) value that could be the same as UL RSSI?

Neither of these commands is working. Do you have any alternative suggestions?

Is it a DUS or a Baseband unit?

It is DUW3101.

Above commands are specific to Baseband.

Use this for DUS:

pmr -r 106 -m 24 | grep Int_RadioRecInterferencePwr