Good afternoon,
Allright, there were some learning moments here and there. So AT+QSCANF is not supported in the EC25-E, but i found out that the QuecCell commands that are available should be sufficient for me.
This is what i have for now:
AT+QCFG=“BAND”,1,0,0,1
OK
at+qcops=1,1
+QCOPS: “2G”,“T-Mobile NL”,“20416”,“GSM 900”,111,408,C481,59,-56,50,1
+QCOPS: “2G”,“T-Mobile NL”,“20416”,“GSM 1800”,860,408,2409,0,-56,50,1
+QCOPS: “2G”,“T-Mobile NL”,“20416”,“GSM 900”,101,408,C480,29,-63,43,1
+QCOPS: “2G”,“T-Mobile NL”,“20416”,“GSM 900”,111,408,C481,59,-63,43,1
+QCOPS: “2G”,“NL KPN”,“20408”,-,-,-,-,-,-63,-,-
+QCOPS: “2G”,“vodafone NL”,“20404”,-,-,-,-,-,-83,-,-
OK
AT+QENG=“servingcell”
+QENG: “servingcell”,“LIMSRV”,“GSM”,204,16,408,C481,59,111,-,-56,255,255,0,50,50,1,-,-,-,-,-,-,-,-,-,"-"
OK
AT+QENG=“neighbourcell”
+QENG: “neighbourcell”,“GSM”,204,16,408,C480,29,101,-63,43,43,0,0
+QENG: “neighbourcell”,“GSM”,204,16,408,56B5,40,114,-64,42,42,0,0
+QENG: “neighbourcell”,“GSM”,204,16,408,6919,9,119,-65,41,41,0,0
+QENG: “neighbourcell”,“GSM”,204,16,408,691A,33,123,-81,25,25,0,0
+QENG: “neighbourcell”,“GSM”,204,16,408,C482,31,115,-78,28,28,0,0
OK
The QCOPS command varies in time it takes to perform, from 40 seconds up to 120 seconds. I want this timeperiod to be as short as possible. So, since i have no business in the GSM 1800 band i want to leave that band out. The QCFG=“BAND” command is helpfull, i can leave out almost all other bands, but not the GSM 1800 band. Anybody any suggestions on how to scan GSM900 only? I intend not to use a SIM card so i can not force to lock on a particular operator.
Planning to go onsite this weekend for the moment of truth and see if i can detect GSM-R activity.
BR.
Ed.