Spitz AX (GL-X3000) Display 5G connection

Sorry for my question regarding the display of 5G connections.

My Spitz AX shows under the menu item “Internet” that I have a 5G connection.
Under the menu item “Modem Management” two LTE bands are displayed with the AT command “AT+QCAINFO”.

Probably I can not interpret the information correctly, do something wrong myself or is it a display error?

Use the following command to determine the type of base station you are connecting to, usually you will see the words NR5G
AT+QENG="servingcell"

Your message is incomplete.

It should also include information about the NSA.
image

What’s your firmware version?

Pleaset update this firmware:
https://dl.gl-inet.com/?model=x3000&type=beta

Hi, I’m checking as well, just updated to the latest firmware you suggested and I have the same output as @Orchiz :slight_smile:

and if I run the command you suggested:

so, I’m connected to 5G?
my iPhone with the same card is connected 5G from the same position (with less bandwith).

thanks
cheers
Piero

I am checking too, I am on latest beta build and also have same results:


2

Thank you very much for your feedback. My local test is normal and I will check this issue further.

Great.
Just another information, my tests are with Vodafone Ireland.
If you need me to run some other tests just contact me in private.
Cheers
Piero

For my tests, running the latest beta firmware (shown below) I got no problems; all AT commands display correct info:

Current Firmware

Version 4.0
Firmware Type release10301
Compile Time 2023-05-12

AT+QCAINFO

+QCAINFO: “PCC”,1650,100,“LTE BAND 3”,1,264,-68,-13,-31,10
+QCAINFO: “SCC”,6350,100,“LTE BAND 20”,2,264,-57,-12,-25,11,0,-,-
+QCAINFO: “SCC”,528990,11,“NR5G BAND 41”,916
OK

AT+QENG=“servingcell”

+QENG: “servingcell”,“NOCONN”
+QENG: “LTE”,“FDD”,420,04,3502100,264,1650,3,5,5,D2,-68,-12,-36,13,15,-40,-
+QENG: “NR5G-NSA”,420,04,916,-71,30,-11,528990,41,11,1
OK

However when clicking “Export Debug Info” function, there are some unsupported commands by Quectel modem:

"msgs": [
    {
        "cmd": "AT",
        "result": "AT\r\r\nOK\r\n"
    },
    {
        "cmd": "ATI",
        "result": "ATI\r\r\nQuectel\r\nRM520N-GL\r\nRevision: RM520NGLAAR01A07M4G\r\n\r\nOK\r\n"
    },
    {
        "cmd": "AT+GMI",
        "result": "AT+GMI\r\r\nQuectel\r\n\r\nOK\r\n"
    },

    truncated ............................................

    {
        "cmd": "AT+QCFG=\"nwscanmode\"",
        "result": "AT+QCFG=\"nwscanmode\"\r\r\nERROR\r\n"
    },     
    {
        "cmd": "AT+QCFG=\"band\"",
        "result": "AT+QCFG=\"band\"\r\r\nERROR\r\n"
   }

I believe these commands should be replaced in the next firmware release with the equivalent ones as they are no supported anymore :wink:

Thank you very much for your feedback!

I will fix the compatibility issues with AT as soon as possible.