Re: OpenWrt One / project update

2024-04-10 Thread Bjørn Mork
Michael Richardson writes: > Bjørn Mork wrote: > > > I assume the private key must be protected on the device. What are the > > hardware requirements? > > There are no hard and fast rules. It certainly would be best if it's in some > enclave. But, my take is that something is better

[PATCH 1/5] uqmi: support C reserved keywords in upstream JSON files

2024-04-10 Thread Jean Thomas
Add a dummy prefix in case a name in the upstream JSON files is a C reserved keyword. This is the case with the "Register" element of the new "Configure Profile Event List" message. Signed-off-by: Jean Thomas --- data/gen-common.pm | 52 +- 1 file

[PATCH 5/5] uqmi: print radio interfaces in serving system command

2024-04-10 Thread Jean Thomas
Add a "radio_interface" array to the NAS --get-serving-system command. Signed-off-by: Jean Thomas --- commands-nas.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/commands-nas.c b/commands-nas.c index d06934f..8865fc4 100644 --- a/commands-nas.c +++

[PATCH 3/5] uqmi: Add basic 5G NR support

2024-04-10 Thread Jean Thomas
* Add 5G NR to supported networks in DMS --get-capabilities. * Add 5G NR to supported mode in NAS --set-network-modes. * Add 5G NR signal information to NAS --get-signal-info. * Add 5G NR system information to NAS --get-system-info. * Add 5G NR to supported radios in NAS --get-tx-rx-info. * Add 5G

[PATCH 4/5] uqmi: create function to print radio interface string

2024-04-10 Thread Jean Thomas
Signed-off-by: Jean Thomas --- commands-nas.c | 46 +- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/commands-nas.c b/commands-nas.c index d791fee..d06934f 100644 --- a/commands-nas.c +++ b/commands-nas.c @@ -97,6 +97,33 @@

OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread Arınç ÜNAL
Hello everyone! We're doing an OpenWrt summit this year. We're inviting all OpenWrt enthusiasts to join us at the event. We will auction off one or two OpenWrt One. And we will have a big cake for OpenWrt's 20 year anniversary. It's going to be a relaxed event full of social activities with

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Philip Prindeville via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- > On Apr 9, 2024, at 6:03 PM,

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread John Crispin
Hi, We will auction off one or two OpenWrt One. The first 15 samples have been tested, an ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: OpenWrt Summit 2024 & Battlemesh v16 Announcement

2024-04-10 Thread John Crispin
Hi We will auction off one or two OpenWrt One. The first 15 EVT samples have been tested, and a new production run of 100 DVT samples will start shortly. these 100 samples will have OpenWrt OUI macs and calibration data. the winners of the auction will receive samples via express courier

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
> It's not beautiful, but it works: > > xargs -a blacklist.txt -I {} sh -c 'find package \( -name "$1" -prune \) -o > -type f -print' sh {} > > I take that back - no it doesn't :/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: Scripting question how to filter list of files based on globs

2024-04-10 Thread Paul D
On 2024-04-10 16:45, Philip Prindeville wrote: > > >> On Apr 9, 2024, at 6:03 PM, Paul D wrote: >> >> On 2024-04-09 23:30, Philip Prindeville via openwrt-devel wrote: >>> I'm trying to modify a script generates a list of filenames one per >>> line, but should be filtered against a blacklist of