#
2ae11e2c |
| 14-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use new mesh_acess_incoming_pdu_t for unsegmented access messages in lower + upper transport
|
#
bb588228 |
| 11-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove app-key index from mesh-network-t
|
#
aaa248aa |
| 11-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: wrap unsegmented access message into mesh_message_pdu_t before passing to access layer
|
#
c2b4731e |
| 11-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: store appkey_index in mesh_message_t for outgoing unsegmented access messages
|
#
2f6af885 |
| 09-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: remove access acknowledgement data from network_pdu_t
|
#
e41a4a08 |
| 09-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: use mesh_message_t for unsegmented access messages
|
#
59613427 |
| 09-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: send unsegmented mesh_message_pdu_t in lower transport
|
#
2a974a69 |
| 04-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: flatten incoming mesh_message_pdu_t in upper transport
|
#
6faf9b5b |
| 04-Mar-2020 |
Matthias Ringwald <[email protected]> |
mesh: assert mesh_upper_transport_process_segmented_message_done not called for unsupported control message
|
#
ff3cc4a5 |
| 03-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)
|
#
6535961a |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
ignore memcpy return value (always returns first parameter)
|
#
d703e88f |
| 11-Nov-2019 |
Matthias Ringwald <[email protected]> |
mesh: log destination address for send (un)segmented access message
|
#
e6a669a7 |
| 24-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: assert ack_opcode is set for access messages
|
#
34b15033 |
| 15-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: drop access message if appkey not available in upper transport
|
#
e8df83a5 |
| 15-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: print seq number for outgoing upper transport messages
|
#
d19dd9d7 |
| 10-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: pop upper transport pdu after testing lower transport if it can be sent
|
#
e41c0017 |
| 10-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: set sequence number / seq auth in upper transport after reserving lower transport slot
|
#
10cd83b4 |
| 10-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: check if lower transport can accept pdu for a given dest, reserve slot, queue control messages as well
|
#
51b20e01 |
| 10-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: fix compile without asserts
|
#
b16fda24 |
| 10-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: add flags to mesh_transport, use MESH_TRANSPORT_FLAG_RESERVED for segmented access messages
|
#
ecb8f250 |
| 09-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: unsegmented access message gets seq number in upper transport
|
#
87e3599c |
| 07-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: set network pdu sequence number only in lower transport
|
#
e0a76043 |
| 07-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: print pdu address in upper transport
|
#
d4e23df0 |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh: fix warnings without asserts
|
#
5beab91e |
| 04-Oct-2019 |
Matthias Ringwald <[email protected]> |
mesh/upper_transport: use queue for outgoing access messages
|