select distinct device_latitude,device_longitude,device_position_accuracy,cell_signal_strength_dbm,timestamp,user_id from networkmonitor where sim_state='READY' and cell_signal_strength_dbm not NULL and device_latitude not NULL and network_type!='WIFI' and network_type!='MOBILE/LTE';