WP7605] Two PDP establishment methods by different APN

I want to use the following two communications at the same time using WP7605.
Communication 1: Connect to AGPS SUPL server with GNSS function via Internet communication
Communication 2: Send sensor data to the cloud with closed communication

Would you please tell me the procedure to establish two PDPs with WP7605? (Is the following procedure correct?)

AT+CGDCONT=1,“IP”,“Internet”
OK
AT+CGDCONT=2,“IP”,“Closed Net”
OK
AT+CGDSCONT=2,1
OK
AT$QCPDPP=1,1,“xxxxx”,“xxxx”
OK
AT$QCPDPP=2,1,“yyyy”,“yyyy”
OK
AT+CGACT=1,1,2
OK

Do you have an external mcu connecting to wp76 for sending data?

jyijyi-san

Thank you for your reply.
I don’t use an external MCU in my project.
The network profile will be registered in advance with the AT command, and GNSS_SLP and packet communication will be started using the Legato API.

Then for the second profile for sending sensor data to the cloud, you should use cm tool to setup:

cm data apn xxx
cm data connect &