Commit Graph

11 Commits

Author SHA1 Message Date
XT-Martinez
27c9b64b6a Add config for 4G cell ID locking 2024-09-26 10:54:28 -04:00
XT-Martinez
9d1be874b7 Fix indentions 2024-09-26 10:54:28 -04:00
XT-Martinez
6ac90d59c9 Make IP Multiplexing optional 2024-09-26 10:54:28 -04:00
XT-Martinez
28cc54ff77 Add config for PDN index, cleanup modem boot delay 2024-09-26 10:54:22 -04:00
XT-Martinez
01fe8de919 Add enough delay to wait for modem to boot 2024-09-26 10:49:38 -04:00
XT-Martinez
fc5b59c83a Added separate APN config for IPv6
- Added separate APN config for IPv6
- Added validation to ensure a different APN is used
2024-09-26 10:49:38 -04:00
XT-Martinez
1a6ba49959 Update quectel proto script to support dual-stack IP via QMAP multiplexing
Update quectel proto script to support dual-stack IP via QMAP multiplexing
2024-09-26 10:49:38 -04:00
leideno
47cc754877
Update quectel.sh (#33) 2024-09-24 00:47:17 -04:00
Robin Reyes
49611b5e88 Fix typos, mhi quectel connection mananger 2024-07-10 14:34:13 -04:00
Robin Reyes
0c0f106c6b cleanup, initial commit 2024-07-10 14:34:13 -04:00
Sean Khan
4b1cb1d940 wwan: Initial attempt at NSS offload
Initial attempt at getting NSS offload working with 4g/5g based
IPQ807x/50xx platforms.

I don't have a unit to test this on but everything seems to compile
after applying a few patches.

Ensure you are using the "NSS-12.5-K6.x-wwan" branch in your `feeds.conf`

```
src-git nss_packages https://github.com/qosmio/nss-packages.git;NSS-12.5-K6.x-wwan
```

Then install all packages
```
./scripts/feeds install -p nss_packages -a
```

Ensure you select the modules:
```
kmod-pcie_mhi
kmod-qmi_wwan_q
```

Work was derived from `https://github.com/coolsnowwolf/lede` and
`https://git.codelinaro.org/clo/qsdk/platform/vendor/qcom/opensource/qsdk/datarmnet`

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2024-07-10 14:34:13 -04:00