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’
- 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
- 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.