added conversion function for SA band bandwidth

This commit is contained in:
dr-dolomite
2024-03-16 13:26:05 +08:00
parent 3b921694c6
commit 899d405d70

View File

@@ -305,6 +305,7 @@ case $RAT in
LBAND=$(echo $QENG5 | cut -d, -f11)
PC_BAND="NR5G BAND "$LBAND
BW=$(echo $QENG5 | cut -d, -f12)
nr_bw
LBAND="n"$LBAND" (Bandwidth $BW MHz)"
RSCP=$(echo $QENG5 | cut -d, -f13)
ECIO=$(echo $QENG5 | cut -d, -f14)