Skip to content

Commit 30e6ed9

Browse files
committed
huawei: update NR information labels
1 parent dd2176c commit 30e6ed9

File tree

1 file changed

+4
-4
lines changed
  • application/qmodem/files/usr/share/qmodem/vendor

1 file changed

+4
-4
lines changed

application/qmodem/files/usr/share/qmodem/vendor/huawei.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ cell_info()
399399
add_bar_info_entry "RxLev" "$lte_rxlev" "Received Signal Level" -120 -25 dBm
400400
unset extra_info
401401
#NR
402-
add_plain_info_entry "${nr_mode}_INFO" "$nr_mode" "$nr_mode Information"
403-
add_plain_info_entry "${nr_mode}_BAND" "$NR_INFO_BAND" "NR Band"
404-
add_plain_info_entry "${nr_mode}_DL" "$NR_INFO_DL" "$nr_mode DL"
405-
add_plain_info_entry "${nr_mode}_UL" "$NR_INFO_UL" "$nr_mode UL"
406402
extra_info="$nr_mode"
403+
add_plain_info_entry "${nr_mode}_INFO" "$nr_mode" "Information"
404+
add_plain_info_entry "${nr_mode}_BAND" "$NR_INFO_BAND" "NR Band"
405+
add_plain_info_entry "${nr_mode}_DL" "$NR_INFO_DL" "DL"
406+
add_plain_info_entry "${nr_mode}_UL" "$NR_INFO_UL" "UL"
407407
add_bar_info_entry "RSRP" "$nr_rsrp" "Reference Signal Received Power" -156 -31 dBm
408408
add_bar_info_entry "RSRQ" "$nr_rsrq" "Reference Signal Received Quality" -43 20 dBm
409409
add_bar_info_entry "SINR" "$nr_sinr" "Signal to Interference plus Noise Ratio Bandwidth" -23 40 dBm

0 commit comments

Comments
 (0)