Hello,
I’m currently testing WCDMA cell detection using the Quectel RG500Q-EA module in South Korea.
Here’s what I’ve observed
(Firmware) RG500QEAAAR11A06M4G_01.200.01.200
can detect only (SKT)10836 but not (KT)10737
ex )
at+qeng=“servingcell”
+QENG: “servingcell”,“LIMSRV”,“WCDMA”,450,08,4020,20A81A5,10836,180,42,-67,-3,-,-,-,-,-
OK
at+qeng=“neighbourcell”
+QENG: “neighbourcell”,“WCDMA”,10836,-59,348,-820,-225,2,-32768,-
+QENG: “neighbourcell”,“WCDMA”,10836,-59,217,-830,-240,2,-32768,-
+QENG: “neighbourcell”,“WCDMA”,10836,-59,12,-840,-250,2,-32768,-
OK
(Firmware) RG500QEAAAR11A06M4G_01.001.01.001
can detect only (KT)10737 but not (SKT)10836
ex)
at+qeng=“servingcell”
+QENG: “servingcell”,“LIMSRV”,“WCDMA”,450,05,2241,4815500,10737,62,1,-74,-6,-,-,-,-,-
OK
at+qeng=“neighbourcell”
+QENG: “neighbourcell”,“WCDMA”,10737,-68,71,-750,-65,2,-13,-
+QENG: “neighbourcell”,“WCDMA”,10737,-68,2,-840,-160,2,-32,-
+QENG: “neighbourcell”,“WCDMA”,10737,-68,60,-850,-165,2,-34,-
Both frequencies belong to WCDMA Band 1, and both are confirmed to be active (my phone can detect both networks without issue).
Questions:
- Why does the ability to detect WCDMA cells differ depending on firmware version?
- Is there a known change in RF policy, filtering, or MBN content between these firmware versions?
- Is there a firmware version that supports both UARFCN 10737 and 10836 reliably?
- Should I customize or deactivate the current MBN configuration?
Additional Question:
- In WCDMA mode, does the module only report neighbor cells that are on the same frequency as the serving cell?
I noticed that when one UARFCN is used as the serving cell, only that frequency appears in the neighbor cell list. Is this expected behavior?
Any suggestions or guidance would be greatly appreciated.
Thanks in advance!