#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
6b65794d |
| 01-Nov-2021 |
Milanka Ringwald <[email protected]> |
docs: use @return instead of @returns
|
#
c0005391 |
| 24-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: use MESH_PDU_TYPE_SEGMENT_ACKNOWLEDGMENT for outgoing seg ack messages
|
#
3fa4c16c |
| 03-Apr-2020 |
Matthias Ringwald <[email protected]> |
mesh: add mesh_network_notify_on_freed_pdu
|
#
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
|
#
764c8f0d |
| 31-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: store lower transport retry count in mesh_segment_pdu_t
|
#
923523a3 |
| 29-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: track alloc error in message builder finalize
|
#
039cbf1d |
| 28-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use mesh_upper_transport_pdu_t for all access messages, remove mesh_transport_pdu_t
|
#
7cb45abf |
| 27-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: replace network_header in mesh_segmented_pdu by individual fields
|
#
a2495898 |
| 27-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: replace network_header in mesh_control_pdu_t by individual fields
|
#
c3fc3eea |
| 27-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: replace network_header in mesh_access_pdu_t by individual fields
|
#
e4121a34 |
| 25-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove mesh_unsegmented_pdu_t
|
#
1b51af65 |
| 25-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use only segments in mesh_upper_transport_pdu_t, use mesh_upper_transport_pdu for unsegmented access
|
#
242605fa |
| 25-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use mesh_upper_transport_pdu_t for segmented access message
|
#
efe57ffd |
| 24-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: define upper-(un)segmented-access/control pdu types, replace network_header in mesh_upper_transport_pdu_t
|
#
491f99b3 |
| 23-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: define mesh_upper_transport_pdu for (un)segmented access messages and segmented control messages
|
#
25b07254 |
| 21-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: define mesh_control_pdu, flatten segmented control message into mesh_control_pdu in upper transport
|
#
ba660d42 |
| 20-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove mesh_transport_pdu_t from lower and upper transport
|
#
7a0b7488 |
| 19-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove mesh_upper_transport_set_higher_layer_handler, deliver pdu sent via corresponding access/control handlers
|
#
1fda7ff0 |
| 18-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: free outgoing_segmented_pdu on test reset, remove dummy field from mesh_transport_pdu_t
|
#
a4bbc09d |
| 18-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: mesh_message_pdu -> mesh_segmented_pdu
|