Skip to content

Commit

Permalink
Undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Mar 21, 2023
1 parent 38bbc80 commit c0a3333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "x$MODE_NUM" = "x7" ]; then
RSRP=$T
T=$(echo "$O" | awk -F[,:] '/^\+QCAINFO: "scc"/ {print $9}')
RSRQ=$T
T=$(echo "$O" | awk -F[,:] '/^\+QCAINFO: "scc"/ {print $11}')
T=$(echo "$O" | awk -F[,:] '/^\+QCAINFO: "scc"/ {print $11}' | awk '{printf "%.1f\n", $1*0.2-20}')
SINR=$T
fi
fi
Expand Down

0 comments on commit c0a3333

Please sign in to comment.