Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Enable github CI for developers forks #21

Open
wants to merge 80 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
ab23dc0
wsbrd: fix waste of CPU when 6lowpan queue is full
jerome-pouiller May 28, 2024
1926045
tbu: fix metric version in /config/borderRouter/joinMetrics
MathisMARION May 27, 2024
750611d
wsbrd: replace signal() with sigaction()
MathisMARION Feb 21, 2024
5d46665
utils: introduce uart_tx_flush()
MathisMARION Feb 21, 2024
b87e60a
rcp: flush TX queue on SIGINT
MathisMARION Feb 21, 2024
ce57d90
rcp: ignore CRC errors before IND_RESET
MathisMARION Feb 21, 2024
cfad740
hwping: fix ping requests
MathisMARION Feb 21, 2024
a5e86d3
hwping: fix hif tx traces for RCPv2
MathisMARION Feb 21, 2024
1d3ec54
hwping: trace hif during protocol detection
MathisMARION Feb 21, 2024
feb6039
hwping: trace hif in from read_data()
MathisMARION Feb 21, 2024
d61c8db
hwping: wait for reset indication before starting the test
MathisMARION Feb 21, 2024
7c18865
hwping: support IND_FATAL
MathisMARION Feb 21, 2024
d84178f
tbu: use -k instead of -d for dnsmasq
MathisMARION May 28, 2024
c71fa82
tbu: insert JM-IE in data frames
MathisMARION May 27, 2024
2939199
tbu: insert JM-IE even with no metrics
MathisMARION Jun 5, 2024
5ba1972
doc: update CHANGES with v2.1.1
MathisMARION Jun 5, 2024
fdefe9b
tbu: move up jm_list and jm_version declarations
MathisMARION Jun 13, 2024
872b6f9
tbu: make /config/borderRouter/joinMetrics idempotent
MathisMARION Jun 13, 2024
b84bbfe
tbu: make /config/borderRouter/informationElements idempotent
MathisMARION Jun 13, 2024
7091cee
utils: pass void * to iobuf_push_data()
MathisMARION May 13, 2024
1dcb2ad
15.4: add frame type definitions to specs/ieee80215.4
MathisMARION Apr 8, 2024
815f27b
15.4: introduce ieee802154_frame.[ch]
MathisMARION Apr 8, 2024
bf577dd
15.4: introduce ieee802154_frame_write_hdr()
MathisMARION May 6, 2024
e3cfd50
tbu: rework pcapng.[ch]
MathisMARION Jun 14, 2024
ff0944c
tbu: drop wsbr_data_ind_rebuild()
MathisMARION Jun 14, 2024
32784d2
tbu: include ACK frames in pcap_file
MathisMARION Jun 14, 2024
db12f2e
ipv6: do not copy hop limit when creating tunnels
MathisMARION Jun 11, 2024
5a138e3
doc: update CHANGES with v2.1.2
MathisMARION Jun 17, 2024
b8f2842
15.4: support no source address in ieee802154_frame.[ch]
MathisMARION Jun 19, 2024
a24dad0
wsbrd: fix EDFE with FAN 1.0
MathisMARION Jun 19, 2024
6fbbd7e
doc: fix link to PKI section
MathisMARION Jun 20, 2024
9f65b70
fixup! tbu: include ACK frames in pcap_file
MathisMARION Jun 21, 2024
d22dfdf
utils: fix oob read in hif_pop_str()
MathisMARION Jun 20, 2024
338aad7
rpl: rename "nvm_store"
MathisMARION Jun 21, 2024
ab18e71
rpl: introduce on_target_update() callback
MathisMARION Jun 26, 2024
325d9b8
rpl: always remove ARO if DAO indicates BR is no longer a parent
MathisMARION Jun 26, 2024
a7c8eab
rpl: introduce on_target_add() callback
MathisMARION Jun 26, 2024
f3600fa
rpl: introduce on_target_del() callback
MathisMARION Jun 26, 2024
7125a37
rpl: remove rpl.c dependency on rpl_storage.[ch]
MathisMARION Jun 27, 2024
acac7e1
ipv6: fix neighbor proxy for nodes more than 1 hop away
MathisMARION Jun 26, 2024
1ed152d
ws: do not advertise excluded channels in fixed channel
MathisMARION Jul 5, 2024
780dbaf
fixup! rpl: always remove ARO if DAO indicates BR is no longer a parent
MathisMARION Jul 5, 2024
8a90810
doc: update CHANGES with v2.1.3
MathisMARION Jul 5, 2024
3ad8901
ws: do not include base PhyModeId in POM-IE
MathisMARION Jul 8, 2024
016c230
wsbrd: write UTC time instead of RCP time in pcap_file
MathisMARION Jul 8, 2024
876f7a3
wsbrd: fix pcap time overflow on 32bit hosts
jerome-pouiller Jul 12, 2024
fd873c7
utils: FATAL on invalid FCS after init phase
Kilio22 Jul 16, 2024
66c473a
utils: trace invalid HCS during init phase, FATAL otherwise
Kilio22 Jul 17, 2024
ff64e70
doc: removed the reference to wsbrd docker container
silabs-ThibautC Apr 22, 2024
c7c4a74
legal: Add SPDX header for MSLA licensed code
rzr May 16, 2024
a3e4846
legal: Add LICENSES directory with MSLA Snapshot to comply reuse
rzr May 29, 2024
869daad
doc: update CHANGES with v2.1.4
MathisMARION Aug 6, 2024
5dc3c4b
mpl: fix use-after-free of MPL message
Kilio22 Aug 13, 2024
06921d7
log: show backtrace on segv
jerome-pouiller Aug 13, 2024
da096e5
fixup! sec: split PMK lifetime between FFN and LFN
Kilio22 Aug 20, 2024
1b79ced
log: use strsignal() instead of sigdescr_np()
MathisMARION Aug 26, 2024
e211278
sec: fix segv on receiving an unexpected frame from EAPOL target
Kilio22 Aug 26, 2024
4898656
rpl: handle multiple target for one single transit opt
Kilio22 Aug 8, 2024
7fffd5b
dbus: do not expose FFN neighbors that aren't RPL targets
Kilio22 Aug 30, 2024
10fa4d4
log: fix cpc error traces
MathisMARION Sep 5, 2024
94d1c81
dbus: only emit RoutingGraph signal on RPL transit change
MathisMARION Sep 4, 2024
4fd2e58
rpl: rework transit expiration code
MathisMARION Sep 5, 2024
1a0032e
rpl: call on_target_update() on transit expiration
MathisMARION Sep 5, 2024
f3aaf90
doc: update CHANGES with v2.1.5
MathisMARION Sep 6, 2024
0078b7a
mpl: delete messages with older sequence when increasing min sequence
MathisMARION Sep 12, 2024
5c44414
rcp: introduce rcp_set_filter_dst64()
MathisMARION Aug 28, 2024
554e3b4
conf: add mac_address parameter
MathisMARION Aug 28, 2024
c55cd0d
rpl: store MinHopRankIncrease as u16
MathisMARION Jun 19, 2024
a164218
rpl: fix typo "min_rank_hop_inc"
MathisMARION Jun 19, 2024
8e64fcd
doc: update reference to TBU spec
MathisMARION Aug 6, 2024
ac1a3e9
6lowpan: call lowpan_adaptation_data_process_clean() on frag failure
MathisMARION Sep 16, 2024
809733e
utils: Fix bounds issue on "out" variable.
Sep 8, 2024
c5eb977
doc: remove outdated TBU limitations
MathisMARION Sep 20, 2024
587ddbe
tun: fix memory leak in tun_add_node_to_proxy_neightbl()
MathisMARION Sep 23, 2024
0a3b2a7
conf: allow channel plan id 160 (CN)
Kilio22 Sep 25, 2024
c7200c1
tun: fix other memory leak in tun_add_node_to_proxy_neightbl()
MathisMARION Sep 26, 2024
49782f0
doc: update CHANGES with v2.1.6
MathisMARION Sep 24, 2024
af5b6db
build: Add helper file for CI or developers
rzr Oct 10, 2024
9718aa5
docker: Support docker for CI or dx
rzr Nov 5, 2024
b7ae1fa
github: Add action for checking PR in developers forks
rzr Nov 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tbu: move up jm_list and jm_version declarations
  • Loading branch information
MathisMARION committed Jun 18, 2024
commit fdefe9b7700519cdaf03ee766ddaf9c928050b57
11 changes: 5 additions & 6 deletions tools/tbu/wstbu.py
Original file line number Diff line number Diff line change
@@ -175,7 +175,11 @@ def wrapper(*args, **kwargs):
return decorator


# HACK: /config/borderRouter/joinMetrics may be called before /runMode/1
# Dict from JM-ID to tuple (len, data)
jm_list: dict[int, tuple[int, bytes]] = dict()
jm_version = 0


def wsbrd_set_join_metrics(jm_list, jm_version):
jm_content = bytearray()
jm_content.append(jm_version)
@@ -578,11 +582,6 @@ def config_border_router_information_elements():
return success()


# Dict from JM-ID to tuple (len, data)
jm_list: dict[int, tuple[int, bytes]] = dict()
jm_version = 0


@dbus_errcheck
@json_errcheck('/config/borderRouter/joinMetrics')
def config_border_router_join_metrics():