AT+QENG="neighbourcell" not working with X3000

Hi, @Cathy
i have GL.inet X3000.
why this command return nothing (only OK)?

gl_modem -B 0001:01:00.0 SAT sp AT+QENG=\"neighbourcell\"

i want to search available tower (5G SA) using command line in .sh script.

gl_modem -B 0001:01:00.0 SAT sp AT+QENG=\"servingcell\" response:

+QENG: "servingcell","NOCONN","NR5G-SA","TDD",405,857,0CE580002,71,2A,634080,78,12,-87,-3,-7,1,-

OK

Got it.. gl_modem -B 0001:01:00.0 SAT sp 'AT+QSCAN=3,1'


The command works for me on gl-xe3000

this command only return 4G towers. but if i use only 5G SA n78 then this command nothing return.
but now got it.

gl_modem -B 0001:01:00.0 SAT sp 'AT+QSCAN=3,1'  # Scan LTE + NR5G  
gl_modem -B 0001:01:00.0 SAT sp 'AT+QSCAN=2,1'  # Scan only NR5G (5G SA)
3 Likes