Skip to content

Commit f4a804f

Browse files
author
Cruz Monrreal
authored
Merge pull request #7653 from anttiylitokola/master
Update mbed-coap version to 4.5.1
2 parents 4e0a076 + 20f6474 commit f4a804f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

features/frameworks/mbed-coap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v4.5.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.1)
4+
**Closed issues:**
5+
- IOTCLT-2883 - Blockwise observations not completing
6+
7+
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.5.0...v4.5.1)
8+
39
## [v4.5.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0)
410
**Closed issues:**
511
- IIOTCLT-2769 - mbed-coap: extra response received after registration

features/frameworks/mbed-coap/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mbed-coap",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "COAP library",
55
"keywords": [
66
"coap",

features/frameworks/mbed-coap/source/sn_coap_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ static coap_blockwise_msg_s *sn_coap_stored_blockwise_msg_get(struct coap_s *han
17231723
}
17241724
}
17251725

1726-
return NULL;
1726+
return ns_list_get_first(&handle->linked_list_blockwise_sent_msgs);
17271727
}
17281728

17291729
/**************************************************************************//**

0 commit comments

Comments
 (0)