Profile Name change via command AT+CGDCONT

Hi,

We are not able to modify the profile Name with the help of the command : ‘AT+CGDCONT=3,“IPV4V6”,“xxxxxxxxx.xxx”,“0.0.0.0”,0,0’

  1. To add APN to profile 3 :
    Command : ‘AT+CGDCONT=3,“IPV4V6”,“xxxxxxxxx.xxx”,“0.0.0.0”,0,0’
    modem_response:

AT+CGDCONT=3,“IPV4V6”,“xxxxxxxxx.xxx”,“0.0.0.0”,0,0
OK

  1. Below is the configuration obtained.
    Command : ‘AT+CGDCONT?’
    modem_response:

AT+CGDCONT?
+CGDCONT: 1,“IPV4V6”,“”,“0.0.0.0”,0,0
+CGDCONT: 3,“IPV4V6”,“xxxxxxxxx.xxx”,“0.0.0.0”,0,0

OK

Checking with the help of connectionmgrarm64le the profile name obtained :

ID PDPType IPAddress PrimaryDNS SecondaryDNS Auth ProfileName APNName UserName
1 IPV4V6 0.0.0.0 0.0.0.0 0.0.0.0 0 profile1
3 IPV4V6 0.0.0.0 0.0.0.0 0.0.0.0 0 profile3 xxxxxxxxx.xxx
g

The desired result is :
Please select IP family preference for the call, or press to exit:
ID PDPType IPAddress PrimaryDNS SecondaryDNS Auth ProfileName APNName UserName
1 IPV4V6 0.0.0.0 0.0.0.0 0.0.0.0 0 profile1
3 IPV4V6 0.0.0.0 0.0.0.0 0.0.0.0 0 SPRINT xxxxxxxxx.xxx
g

Please suggest which through which AT command we can modify the Profile Name.

Why do you need to modify profile name?
+CGDCONT is to change APN name:


at+cgdcont?
+CGDCONT: 1,"IP","hkcsl","0.0.0.0",0,0,0,0
+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 3,"IPV4V6","sos","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1
+CGDCONT: 4,"IPV4V6","xcap","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0

OK


ID PDPType IPAddress           PrimaryDNS          SecondaryDNS        Auth ProfileName         APNName             UserName            
1  0       0.0.0.0             0.0.0.0             0.0.0.0             0                        hkcsl                                   
2  3       0.0.0.0             0.0.0.0             0.0.0.0             0                        ims                                     
3  3       0.0.0.0             0.0.0.0             0.0.0.0             0                        sos                                     
4  3       0.0.0.0             0.0.0.0             0.0.0.0             0                        xcap

Our production test system check the Profile Name to pass the device in production.
Earlier we were using the connectionmgrarm64le command by employing a host device which runs on Linux OS.
But now are directly accessing the WP7504, WP7611, WP7609, WP7607 modules to do profiling task with the help of AT commands. So Profile Name is important but how to modify with the help of AT commands? Please help.

I think this profile name is only available in QMI interface

Can you help to share the process or any document to do update the profile name.

have you tried with your connectionmgrarm64le with option 7 “Modify the settings of an existing profile stored on the device”?

Actually we are accessing the WP7504 module directly, not using connectionmgrarm64le utility.
Is it possible to update Profile name through AT commands? else we will do change in process to update through connectionmgrarm64le.

No, I don’t quite see any AT command can change profile name…