d16ad46b | 22-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: emit pb-adv link open failed if device does not responds |
e6542936 | 22-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: annotate device uuid is not copied in pb_adv_create_link |
2e9a36a1 | 22-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: ignore pb link close if link is already closed |
b8100540 | 06-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: trigger mesh upper transport run if outgoing pdus could not be processed due to missing network pdus |
37225d6f | 06-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: upper transport skips over pdus for which an segmented outgoing pdu is already active |
266d4c7d | 06-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh:mesh publication uses mesh_upper_transport_request_to_send |
132f11c0 | 06-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: implement mesh_upper_transport_request_to_send |
643aa44b | 06-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add mesh_upper_transport_schedule_send_requests and mesh_upper_transport_send_requests_pending |
5efae9f3 | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: wait until message builder is ready before delivering access pdu to access layer |
3fa4c16c | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add mesh_network_notify_on_freed_pdu |
f82a583a | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: implement mesh_upper_transport_message_reserve |
832a0cf5 | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add API docs for mesh_upper_transport API |
4802c66d | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: rework setup and send of upper transport control pdus |
734bae65 | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: replace mesh_upper_transport_setup_access_pdu with message builder |
96a83bdb | 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add missing parentheses, track upper transport pdu len |
16f259db | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove dead code |
8661c58f | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove transmic_len from mesh_access_pdu_t |
354884c7 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: replace ack and incomplete timer active uint8_t with bits in mesh_segmented->flags |
bd915455 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: use seq & 0x1fff instead of storing seq_zero explicitly in mesh_segmented_pdu |
ce3f9fef | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: use MESH_TRANSPORT_FLAG_TRANSMIC_64 to store transmic_len in mesh_upper_transport_pdu |
b30b4f6e | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: use MESH_TRANSPORT_FLAG_TRANSMIC_64 to store transmic_len in mesh_segmented_pdu |
e5828668 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: set trasnmic_len and aid from first segment |
cd15e003 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: limit number of outgoing segmented messages in parallel |
a4331339 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: park segmented messages that wait for ack in list, allow sending of multiple segmented messages in parallel |
6d212510 | 01-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: pass pointer to segmented message in outgoing timer related functions |