Can't get ip with RM502Q-AE and PLMN 99999

Hello,

I am trying to attach RM502A-AE with a private 5G SA network with plmn 99999. I performed many tests without success. When i change the plmn, the connection is established.
How might I go about troubleshooting this? are there any restrictions to use this plmn?

Setup:

  • RM502Q-AE
  • Dual Gigabit Ethernet 5G/4G Base Board Designed for Raspberry Pi Compute Module 4.
  • I flashed the sim card with the desired plmn

sudo ./quectel-CM -s buinno
[02-27_17:00:27:351] Quectel_QConnectManager_Linux_V1.6.0.12
[02-27_17:00:27:352] Find /sys/bus/usb/devices/2-3 idVendor=0x2c7c idProduct=0x800, bus=0x002, dev=0x002
[02-27_17:00:27:352] Auto find qmichannel = /dev/cdc-wdm0
[02-27_17:00:27:352] Auto find usbnet_adapter = wwan0
[02-27_17:00:27:352] netcard driver = qmi_wwan, driver version = 5.15.0-1047-raspi
[02-27_17:00:27:353] ioctl(0x89f3, qmap_settings) failed: Operation not supported, rc=-1
[02-27_17:00:27:353] Modem works in QMI mode
[02-27_17:00:27:373] cdc_wdm_fd = 7
[02-27_17:00:27:471] Get clientWDS = 16
[02-27_17:00:27:503] Get clientDMS = 1
[02-27_17:00:27:535] Get clientNAS = 4
[02-27_17:00:27:567] Get clientUIM = 1
[02-27_17:00:27:599] Get clientWDA = 1
[02-27_17:00:27:631] requestBaseBandVersion RM502QAEAAR11A04M4G
[02-27_17:00:27:759] requestGetSIMStatus SIMStatus: SIM_READY
[02-27_17:00:27:759] requestSetProfile[1] buinno///0
[02-27_17:00:27:823] requestGetProfile[1] buinno///0
[02-27_17:00:27:855] requestRegistrationState2 MCC: 999, MNC: 99, PS: Attached, DataCap: 5G_SA
[02-27_17:00:27:887] requestQueryDataCall IPv4ConnectionStatus: DISCONNECTED
[02-27_17:00:27:887] ifconfig wwan0 down
[02-27_17:00:27:905] ifconfig wwan0 0.0.0.0
[02-27_17:00:27:951] requestSetupDataCall QMUXResult = 0x1, QMUXError = 0xe
[02-27_17:00:27:951] call_end_reason is 1
[02-27_17:00:27:951] call_end_reason_type is 2
[02-27_17:00:27:951] call_end_reason_verbose is 241
[02-27_17:00:27:951] try to requestSetupDataCall 5 second later
[02-27_17:00:32:975] requestSetupDataCall QMUXResult = 0x1, QMUXError = 0xe
[02-27_17:00:32:975] call_end_reason is 1
[02-27_17:00:32:975] call_end_reason_type is 2
[02-27_17:00:32:975] call_end_reason_verbose is 241
[02-27_17:00:32:975] try to requestSetupDataCall 10 second later

Thank you in advance for your response.

Best regards,

Lucas M

Dear @LucasM
What is your current firmware?
Why did you want to use PLMN:99999? Is it possible to use other PLMN for testing?

Problem resolved.
The PLMN 99999 was a requirement.

I modified the following parameters:

  • AT+QNWPREFCFG=“mode_pref”,NR5G
  • AT+QNWPREFCFG= “nr5g_band”,78
  • AT+QNWPREFCFG=“nr5g_disable_mode”,2
  • AT+CGDCONT=14,“IPV4V6”,“xxxx”

Reboot the module and OK

Thanks for your support