Commit 8e546a3
Juhani Puurula
82bbdcc Merge branch 'release_internal' into release_external
7c7568d address error sent when matching entry found. (ARMmbed#1695)
0860ae7 Keep parent mle_entry in child_update_req timeout (ARMmbed#1693)
92044d6 Changed BBR router upgrade status (ARMmbed#1661)
e4a9657 Compiler warning clean-up (ARMmbed#1690)
a573bc4 Detection of duplicate address entries updated (ARMmbed#1686)
f28cce8 pbbr route handling updated (ARMmbed#1681)
389fab0 MLE parent request timeout fixes (ARMmbed#1676)
feb1784 Remove fragment/PMTU handling dropped by RFC 8200
073f7e8 entry keep alive flag set to true if entry already exists. (ARMmbed#1675)
1584759 Extra Thread-specific address check handling
934687b Tighten core "for us" check for unicast addresses
58a60e7 address query logic implemented(ARMmbed#1667)
c25df78 Fix for Router advertisement process in REED (ARMmbed#1658)
f8b227f Thread DHCP address allocation fix (ARMmbed#1657)
41ca387 removed the dependence of AE message relay on DUA prefix (ARMmbed#1655)
9e7e9e0 REED parser refactoring for MLE advertisement (ARMmbed#1654)
4fda90e Clear data request flag in child_id_req timeout (ARMmbed#1649)
5af4a39 updated mleid rloc sync in leader. (ARMmbed#1645)
564d3fe Added filter callback for MLE messages (ARMmbed#1638)
9f85599 Security bits handled correctly (ARMmbed#1642)
9e6c3a1 Update Thread MLE neighbor list cleanup, attempt #2 (ARMmbed#1640)
1060c34 file version checking handled after other errors. (ARMmbed#1641)
9c6b876 added nvm support for leader router id allocation. (ARMmbed#1626)
4f5e97d Revert "Update Thread MLE neighbor list cleanup (ARMmbed#1637)" (ARMmbed#1639)
a20a0ba Update Thread MLE neighbor list cleanup (ARMmbed#1637)
32cfb6b Fix to partition selection rules (ARMmbed#1633)
0d655ed Update MLE receiver in Child ID req timeout error (ARMmbed#1634)
2378dad Discard late Child ID responses (ARMmbed#1630)
3e8b4ce Multicast registration time fix (ARMmbed#1631)
f5530b1 Thread key ID change during attach (ARMmbed#1627)
1b7fdc0 Skip discovery request if MLE table is full (ARMmbed#1625)
4022ad9 Add new test API for clearing Thread stack values (ARMmbed#1624)
ffb47a2 additional reed advertisement (ARMmbed#1609)
cfb1e81 Thread tx failure handling update (ARMmbed#1620)
15846ed refactored network data sync as leader (ARMmbed#1615)
a5c67fd data request resent if leader after resync does not receive data response.(ARMmbed#1614)
f8a39da documentation fix: (ARMmbed#1608)
b69ba04 Allow MLE entry forced saving to MAC (ARMmbed#1600)
0e85099 Update router id sequence number in router sync (ARMmbed#1594)
f2cd4cf Read the short addr as 16-bit value before calling mac api (ARMmbed#1585)
912cf02 purge old partition data when child id response is received (ARMmbed#1588)
648ef89 Remove unnecessary call to mac (ARMmbed#1583)
09cff0e Fix uninitialised memory defect found by valgrind (ARMmbed#1582)
a1acffc Update Thread publishing during address change (ARMmbed#1581)
d2ddb1a Send new a/sd immediately after address change (ARMmbed#1576)
c18d1fd added check for parent info before processing child update (ARMmbed#1577)
96e86b6 implemented Sleepy End Device child update requests. (ARMmbed#1570)
33cb7cb Flag check updated. (ARMmbed#1572)
9f8e7f2 Merge pull request ARMmbed#1566 from ARMmbed/ut_fix
565da92 Update socket_api_test.cpp
59545f9 Update socket_api_test.cpp
09414e1 ML-EID is now added to address registration tlv. (ARMmbed#1565)
beddb01 unittest fix for newer release of cpputest
git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 82bbdcc
1 parent 7197b5f commit 8e546a3
File tree
62 files changed
+848
-509
lines changed- nanostack
- source
- 6LoWPAN
- Bootstraps/Generic
- MAC
- Thread
- Common_Protocols
- Core
- include
- MAC/IEEE802_15_4
- MLE
- MPL
- NWK_INTERFACE
- Include
- RPL
- Service_Libs
- fhss
- mle_service
- nd_proxy
- configs
- ipv6_stack
- libNET/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+848
-509
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
| 998 | + | |
998 | 999 | | |
999 | 1000 | | |
1000 | 1001 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
277 | 290 | | |
278 | 291 | | |
279 | 292 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | | - | |
| 1084 | + | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
| |||
1118 | 1118 | | |
1119 | 1119 | | |
1120 | 1120 | | |
1121 | | - | |
| 1121 | + | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
1126 | | - | |
| 1126 | + | |
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
1188 | | - | |
| 1188 | + | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
| |||
2787 | 2787 | | |
2788 | 2788 | | |
2789 | 2789 | | |
2790 | | - | |
| 2790 | + | |
2791 | 2791 | | |
2792 | 2792 | | |
2793 | 2793 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
436 | 437 | | |
437 | | - | |
| 438 | + | |
438 | 439 | | |
439 | 440 | | |
440 | 441 | | |
| |||
767 | 768 | | |
768 | 769 | | |
769 | 770 | | |
| 771 | + | |
770 | 772 | | |
771 | 773 | | |
| 774 | + | |
772 | 775 | | |
773 | 776 | | |
774 | 777 | | |
| |||
830 | 833 | | |
831 | 834 | | |
832 | 835 | | |
833 | | - | |
| 836 | + | |
834 | 837 | | |
835 | 838 | | |
836 | 839 | | |
837 | 840 | | |
838 | 841 | | |
839 | | - | |
| 842 | + | |
840 | 843 | | |
841 | 844 | | |
842 | 845 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
| |||
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
267 | | - | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
285 | | - | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
311 | | - | |
| 313 | + | |
312 | 314 | | |
313 | 315 | | |
314 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
759 | 758 | | |
| 759 | + | |
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| |||
0 commit comments