select device_latitude,device_longitude,device_position_accuracy,timestamp,sim_operator,sim_mcc,sim_mnc,cell_signal_strength_dbm from networkmonitor where sim_state='READY' and device_latitude not NULL and network_type='MOBILE/LTE' or network_type='mobile/LTE';