Problem obtaining an IP address with Qconnect

Hello,

I searched for a post with the same problem as mine, but without success.

Here is my issue:
I have an RG255C-GL modem connected to a Raspberry Pi with an M2 HAT.
The problem is that I can connect my modem to my 5G bubble using AT commands:

*at+QMAP=“WWAN” *
*+QMAP: “WWAN”,1,1,“IPV4”,“192.168.2.2” *
*+QMAP: “WWAN”,0,1,“IPV6”,“0:0:0:0:0:0:0:0” *
OK

I even have an IP address that appears here, I can ping (with AT command)…

But when I want to mount my wwan0 interface to get an IP address on my Raspberry, I get the following error:

sudo ./quectel-CM -s default
[10-16_18:02:08:022] QConnectManager_Linux_V1.6.8
[10-16_18:02:08:022] Find /sys/bus/usb/devices/1-1.1 idVendor=0x2c7c idProduct=0x316, bus=0x001, dev=0x004
[10-16_18:02:08:022] Auto find qmichannel = /dev/cdc-wdm0
[10-16_18:02:08:022] Auto find usbnet_adapter = wwan0
[10-16_18:02:08:022] netcard driver = qmi_wwan_q, driver version = V1.2.9
[10-16_18:02:08:023] qmap_mode = 1, qmap_version = 5, qmap_size = 16384, muxid = 0x81, qmap_netcard = wwan0
[10-16_18:02:08:023] Modem works in QMI mode
[10-16_18:02:08:032] cdc_wdm_fd = 7
[10-16_18:02:08:131] Get clientWDS = 12
[10-16_18:02:08:163] Get clientDMS = 1
[10-16_18:02:08:195] Get clientNAS = 3
[10-16_18:02:08:227] Get clientUIM = 2
[10-16_18:02:08:259] Get clientWDA = 1
[10-16_18:02:08:290] requestBaseBandVersion RG255CGLABR01A04M4G
[10-16_18:02:08:323] qmap_settings.rx_urb_size = 16384
[10-16_18:02:08:323] qmap_settings.ul_data_aggregation_max_datagrams = 11
[10-16_18:02:08:323] qmap_settings.ul_data_aggregation_max_size = 8192
[10-16_18:02:08:323] qmap_settings.dl_minimum_padding = 0
[10-16_18:02:08:451] requestGetSIMStatus SIMStatus: SIM_READY
[10-16_18:02:08:483] requestRegistrationState2 MCC: 1, MNC: 1, PS: Attached, DataCap: 5G_SA
[10-16_18:02:08:514] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[10-16_18:02:08:515] ip addr flush dev wwan0
[10-16_18:02:08:524] ip link set dev wwan0 down
[10-16_18:02:08:547] requestSetupDataCall QMUXResult = 0x1, QMUXError = 0xe
[10-16_18:02:08:547] call_end_reason is 1
[10-16_18:02:08:547] call_end_reason_type is 2
[10-16_18:02:08:547] call_end_reason_verbose is 241
[10-16_18:02:08:547] try to requestSetupDataCall 5 second later
[10-16_18:02:12:163] QmiWwanThread

Do you have any suggestions for resolving this issue? Have other users encountered this problem?

Thank you in advance for your assistance,

Augustin

Noted that raw_ip/QMI is missing in /sys/class/net/wwan0/..
The QMI directory is missing.Could this be the cause?
Sincerely,
Augustin