141 Commits

Author SHA1 Message Date
Matthias Ringwald
019580686c mesh: replace individual getters with getter for provisioning network key 2019-07-20 08:50:27 +02:00
Matthias Ringwald
fd35fd379e mesh: simulate resource limit for netkey list 2019-07-20 08:50:27 +02:00
Matthias Ringwald
350ee7e2ea mesh: store NetKey and IdentityKey in provisioning data 2019-07-20 08:50:27 +02:00
Matthias Ringwald
59988a1a07 mesh: avoid deleting last netkey, read keys as big-endian in access messages 2019-07-20 08:50:27 +02:00
Matthias Ringwald
04ca154102 mesh: handle config_netkey_delete 2019-07-20 08:50:27 +02:00
Matthias Ringwald
758a854c99 mesh: handle config_netkey_update 2019-07-20 08:50:27 +02:00
Matthias Ringwald
9dd1a2b9b3 mesh: handle config_netkey_add and config_netkey_get 2019-07-20 08:50:27 +02:00
Matthias Ringwald
190358c6cc mesh: add mesh_network_key_derive to mesh_crypto.h 2019-07-20 08:50:27 +02:00
Matthias Ringwald
8e94013fd8 mesh: defer call to mesh_access_message_processed after crypto operations 2019-07-20 08:50:27 +02:00
Matthias Ringwald
0c1ab6c301 mesh: explicitly call mesh_access_message_processed after message processed 2019-07-20 08:50:27 +02:00
Matthias Ringwald
bbc7a0af3e mesh: single mesh_upper_transport_setup_access_pdu_header instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
109de5eff3 mesh: single mesh_upper_transport_setup_access_pdu instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
d984d09471 mesh: single mesh_upper_transport_send_access_pdu instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
dd5179955b mesh: single mesh_upper_transport_setup_control_pdu instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
f804bd819f mesh: single mesh_upper_transport_send_control_pdu instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
c4e43a88c2 mesh: single mesh_upper_transport_message_processed_by_higher_layer instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
c9e8931a1a mesh: single mesh_upper_transport_register_access_message_handler instead of segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
2343b7d3c2 mesh: use mesh_lower_transport_send_pdu instead of send segmented/unsegmented 2019-07-20 08:50:27 +02:00
Matthias Ringwald
46f4dee88b mesh: extract mesh_foundation 2019-07-20 08:50:27 +02:00
Matthias Ringwald
de78999b38 mesh: add missing config server operations to dispatch table 2019-07-20 08:50:27 +02:00
Matthias Ringwald
c80b334efa mesh: handle get/set friend state 2019-07-20 08:50:27 +02:00
Matthias Ringwald
c5fa658b92 mesh: simplify mesh_access_parser 2019-07-20 08:50:27 +02:00
Matthias Ringwald
5ae3767212 mesh: rename callback registration for access messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
30453c8d4c mesh: add config_server_send_unsegmented_message 2019-07-20 08:50:26 +02:00
Matthias Ringwald
e9738c0e98 mesh: update foundation code to handle segmented and unsegmented messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
b90f51a2b6 mesh: add mesh_access_parser for mesh_pdu_t, use to parse foudation messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
539cb6b23e mesh: use config_server_send_message to setup headers and send, use netkey_index from incoming message where directly available 2019-07-20 08:50:26 +02:00
Matthias Ringwald
d757226224 mesh: pass model, netkey_index, dest to all status functions 2019-07-20 08:50:26 +02:00
Matthias Ringwald
4e37c452f7 mesh: add mesh_upper_[un]segmented_message_processed_by_higher_layer 2019-07-20 08:50:26 +02:00
Matthias Ringwald
619f4f6a3a mesh: add all missing foundation operations defines, handle foundation model publication get/set messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
a7b9793fd7 mesh: send status messages to sender of access message 2019-07-20 08:50:26 +02:00
Matthias Ringwald
151c959ebe mesh: use template engine for access messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
0c187fc6dc mesh: handle foundation relay get/set messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
272abd2bfe mesh: handle foundation gatt proxy get/set 2019-07-20 08:50:26 +02:00
Matthias Ringwald
209c6904ac mesh: handle foundation beacon get/set 2019-07-20 08:50:26 +02:00
Matthias Ringwald
32dda8247e mesh: handle foundation network retranmit get/set 2019-07-20 08:50:26 +02:00
Matthias Ringwald
4d015c9b14 mesh: use PTS_DEFAULT_TTL for PTS tests and mesh_foundation_default_ttl_get for configuration server messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
19e2fc873c mesh: handle config server default ttl message 2019-07-20 08:50:26 +02:00
Matthias Ringwald
668b49bfd4 mesh: add access message builder for segmented (transport) messsages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
8b5057468e mesh: introduce mesh_lower_transport_send_unsegmented_pdu 2019-07-20 08:50:26 +02:00
Matthias Ringwald
c2cb6fe265 mesh: use operations table for dispatch and verify minimum packet length 2019-07-20 08:50:26 +02:00
Matthias Ringwald
5d8a229f63 mesh: dispatch based on access opcode 2019-07-20 08:50:26 +02:00
Matthias Ringwald
bb48ee9427 mesh: no heartbeat for dest = unsassigned 2019-07-20 08:50:26 +02:00
Matthias Ringwald
decffc850a mesh: send periodic Heartbeat transport messages 2019-07-20 08:50:26 +02:00
Matthias Ringwald
3c43c8e992 mesh: minimal processing of config heartbeat publication get/set 2019-07-20 08:50:26 +02:00
Matthias Ringwald
553e128c6f mesh: set primary element address in lower transport 2019-07-20 08:50:26 +02:00
Matthias Ringwald
2e3a410f6f mesh: fix format of Config Model Publication Status 2019-07-20 08:50:26 +02:00
Matthias Ringwald
796f25b442 mesh: respond to config_model_publication_virtual_address_add 2019-07-20 08:50:26 +02:00
Matthias Ringwald
f46b7bdedf mesh: add mesh_pdu_type_t to mesh_network_pdu_t and mesh_transport_pdu_t, use mesh_network/transport_get/free to set pdu type on alloc 2019-07-20 08:50:26 +02:00
Matthias Ringwald
14476d0514 mesh: handle config_model_subscription_virtual_address_add 2019-07-20 08:50:26 +02:00