AT+CGPADDR returns a list of IPV4 and IPV6 address when PDP_type is set to IPV4V6. Update the implementation to return a list of IP addresses.
AT+CGDCONT=1,"IPV4V6",""
OK
AT+CGPADDR=1
+CGPADDR: 1,10.174.245.251,2001:B400:E23D:9ADF:9059:ED92:B26E:9C1C # <IPv4>,<IPv6> addresses are returned by modem
Description
Two IP addresses may be returned when PDP_type is set to IPV4V6. A list of IP addresses should be returned.
AT+CGPADDR returns a list of IPV4 and IPV6 address when PDP_type is set to IPV4V6. Update the implementation to return a list of IP addresses.
Description
Test Steps
localIP should contain a list of IP addresses.
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.