uqmi: support split-APN IPv4 and IPv6 dual-stack
authorLech Perczak <lech.perczak@gmail.com>
Sat, 12 Mar 2022 13:39:18 +0000 (14:39 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 26 Jul 2023 11:31:43 +0000 (13:31 +0200)
commit2b889aa71a1a3974979cff8c4357f1d64f79e3df
treeefce166918ad97a6ad05deceb857a64f21be3c1a
parent8d6a9051cda56fb78d5f9e1b5653de94a249656c
uqmi: support split-APN IPv4 and IPv6 dual-stack

Add two new "v6apn" and "v6profile" properties, to support split-APN
dual-stack onfiguration. This extends the existing ipv4v6 PDP type,
allowing simultaneous connection to two distinct APNs,
one for IPv4 and one for IPv6.
The parameters override existing 'apn' and 'profile' respectively,
if set, but only for IPv6 part of the connection.
If unset, they default to their original values, constituting a standard
IPv4v6 setup.

If a different APN is set for IPv6, a corresponding profile MUST also be
configured, with a different ID, than the IPv4 profile, for example,
profile 2.
Both APNs must match ones configured through QMI or through 'AT+CGDCONT'
command.

Example configuration in UCI:

config interface 'wan'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option autoconnect '1'
        option pdptype 'ipv4v6'
        option apn 'internet'
        option v6apn 'internetipv6'
option profile '1'
option v6profile '2'

Corresponding profile configuration:
AT+CGDCONT?
+CGDCONT: 1,"IP","internet","0.0.0.0",0,0,0,0
+CGDCONT: 2,"IPV6","internetipv6","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
(cherry picked from commit 48e8bf1b8f3d2750f215765f583c847ff02deca2)
package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh