immortalwrt/package
Lech Perczak 48e8bf1b8f 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>
2023-06-11 18:26:41 +02:00
..
base-files base-files: enable BPF JIT kallsyms by default 2023-06-02 20:53:49 +02:00
boot ramips: Add support for Beeline SmartBox TURBO+ 2023-06-11 13:36:38 +08:00
devel valgrind: update to 3.21.0 2023-06-03 11:28:49 +02:00
firmware ipq-wifi: update to version 2023-06-03 2023-06-10 21:29:06 +02:00
kernel kernel: netdevices: change armvirt references to armsr 2023-06-10 21:30:22 +02:00
libs wolfssl: change armvirt reference to armsr 2023-06-10 21:30:23 +02:00
network uqmi: support split-APN IPv4 and IPv6 dual-stack 2023-06-11 18:26:41 +02:00
system selinux-policy: update to 1.2.5 2023-05-31 22:00:48 +02:00
utils firmware-utils: add missing build dependencies 2023-06-01 23:54:20 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00