diff --git a/simpleadmin/scripts/modemstatus_parse.sh b/simpleadmin/scripts/modemstatus_parse.sh index 234d88f..5d3b6cc 100644 --- a/simpleadmin/scripts/modemstatus_parse.sh +++ b/simpleadmin/scripts/modemstatus_parse.sh @@ -307,7 +307,8 @@ case $RAT in PCI=$(echo $QENG5 | cut -d, -f8) get_secondary_bands # Apply | sed '1d' to NR_BAND - NR_BAND=$(echo $NR_BAND | sed '1d') + # Temporarily removed the sed command for testing + NR_BAND=$(echo $NR_BAND) CHANNEL=$(echo $QENG5 | cut -d, -f10) LBAND=$(echo $QENG5 | cut -d, -f11) PC_BAND="NR5G BAND "$LBAND