Martin Kojtal
99661bd2c8
Merge pull request #13715 from mikaleppanen/mesh_global_up_5.15
...
mbed-os-5.15: Mesh interface global up is indicated always on bootstrap ready
2020-10-30 14:19:38 +00:00
Martin Kojtal
abf8a03de9
Merge pull request #13775 from mikaleppanen/radius_init_5_15
...
mbed-os-5.15: Add initialization to radius retry values
2020-10-30 10:35:22 +00:00
Martin Kojtal
30076a42a3
Merge pull request #13774 from mikaleppanen/radius_trace_corr_5_15
...
mbed-os-5.15: Add initialization check to RADIUS ipv6 address
2020-10-30 10:35:07 +00:00
Martin Kojtal
2cf237efb7
Merge pull request #13758 from artokin/add-min-sens-wisun-param-mbed-os-5.15
...
mbed-os-5.15: Add APIs for Device min sense and CCA threshold table
2020-10-30 10:33:12 +00:00
Martin Kojtal
480586d42e
Merge pull request #13788 from ristohuhtala/update-mmbed-coap-to5.15
...
Update Mbed CoAP to v5.1.8
2020-10-30 10:29:20 +00:00
Martin Kojtal
2c2b134ee2
Merge pull request #13735 from artokin/enable_nanostack_dns_cache_mbed_os_5_15
...
mbed-os-5.15: Enable Nanostack DNS cache usage
2020-10-29 14:03:44 +00:00
Martin Kojtal
ef235632ef
Merge pull request #13736 from mikaleppanen/cert_remove_5_15
...
mbed-os-5.15: Add certificate remove before add to wisun tasklet
2020-10-22 15:59:08 +01:00
Martin Kojtal
aeaf6e8630
Merge pull request #13719 from artokin/nanostack_release_v12_6_0_for_mbed_os_5_15
...
mbed-os-5.15: Nanostack release v12.6.0
2020-10-22 15:58:00 +01:00
Risto Huhtala
eb50b94d9f
Update Mbed CoAP to v5.1.8
2020-10-20 09:15:01 +03:00
Mika Leppänen
b0f08862f1
Added initialization to radius retry values
...
This corrects uninitialized scalar field coverity warning.
2020-10-16 14:45:46 +03:00
Mika Leppänen
f5cad8368a
Added initialization check to RADIUS ipv6 address
...
Added initialization check to RADIUS ipv6 address that prevents the border router from printing unnecessary error trace
when RADIUS is not enabled.
2020-10-16 14:33:12 +03:00
Arto Kinnunen
16d3dd46b9
Document missing parameter network_interface_name
2020-10-14 09:12:30 +03:00
Arto Kinnunen
695a97a851
Use macro for isdigit
2020-10-14 09:12:30 +03:00
Arto Kinnunen
12ccb70617
Follow Mbed OS coding style
2020-10-14 09:12:30 +03:00
Arto Kinnunen
a35f724af6
Update WisunBorderRouter class
...
Add set_dns_query_result to WisunBorderRouter.
2020-10-14 09:12:30 +03:00
Arto Kinnunen
f5851f54c7
Follow Mbed OS coding style
2020-10-14 09:08:31 +03:00
Arto Kinnunen
321434eae4
Review corrections
...
-Check address version NSAPI_UNSPEC
-Disable traces
-More specific interface ID parsing
-Harmonize return values
2020-10-14 09:08:31 +03:00
Arto Kinnunen
0af9d04e4a
Mesh: Enable Nanostack DNS cache usage
...
Inherit methods gethostbyname, gethostbyname_async and get_dns_server
to Nanostack class. Methods will try to find DNS server address
or DNS query results from Nanostack DNS cache.
2020-10-14 09:08:31 +03:00
Martin Kojtal
3a86360cc5
Merge pull request #13576 from mikaleppanen/mesh_radius_conf_5_15
...
[mbed-os-5.15] Added external RADIUS server configuration to Wi-SUN Border Router
2020-10-13 20:22:42 +01:00
Debdeep Saha
46b141eea5
Resolved comments.
2020-10-13 15:06:38 +03:00
Debdeep Saha
c0eb6df2e8
Added APIs for Device min sense and CCA threshold table.
...
-Added get, set and validate API for device min sens.
-Added get API for CCA threshold table.
2020-10-13 15:06:27 +03:00
Martin Kojtal
33dbb27f32
Merge pull request #13606 from teetak01/coap-5.1.7-for-5.15
...
Update Mbed CoAP to v5.1.7
2020-10-13 11:22:58 +01:00
Mika Leppänen
c78f17f85b
Added certificate remove before add to wisun tasklet
...
This prevents tasklet from adding own certificates multiple times
to Nanostack in case bootstrap is made again.
2020-10-08 12:03:11 +03:00
Mika Leppänen
18a0f76334
[mbed-os-5.15] Added external RADIUS server configuration to Wi-SUN Border Router
...
Added configuration functions and .json configuration options for:
- external RADIUS server IPv6 address
- RADIUS shared secret.
- RADIUS client retry trickle timer configuration. This can be used to set how fast
the RADIUS client retries Access-Request messages to RADIUS server in case reply
from server is not received.
2020-10-08 10:23:03 +03:00
Arto Kinnunen
12a43bada5
Merge commit 'd2d0895795de64321d486208316838415ed80d65' into mbed-os-5.15
...
* commit 'd2d0895795de64321d486208316838415ed80d65':
Squashed 'features/nanostack/sal-stack-nanostack/' changes from d879e6db87..09d9e24f2d
2020-10-05 15:14:02 +03:00
Mika Leppänen
26a9079263
[mbed-os-5.15] Mesh interface global up is indicated always on bootstrap ready
...
This indicates e.g. to client that IP address has changed or connection
to network has been established.
2020-10-05 13:28:36 +03:00
Qinghao Shi
53fe4cf6f9
TEST: Extend the kvstore test time out to 120s
2020-10-01 11:54:50 +01:00
Martin Kojtal
b67e542a69
Merge pull request #13495 from artokin/upstream_mesh_network_size_api_to_5_15
...
[mbed-os-5.15] Add WiSun network size configs in JSON
2020-09-30 11:30:44 +01:00
Martin Kojtal
7b57ac62b6
Merge pull request #13559 from artokin/nanostack_release_v12_5_0_mbedos_5_15
...
[mbed-os-5.15] Nanostack release v12.5.0
2020-09-30 10:43:41 +01:00
Teemu Takaluoma
9274236794
Update Mbed CoAP to v5.1.7
2020-09-14 12:20:00 +03:00
Arto Kinnunen
cbfbca5bd4
Merge commit '3d6d4d5a9e08a05dbafd3592e8b0c69e05454523' into mbed-os-5.15
...
* commit '3d6d4d5a9e08a05dbafd3592e8b0c69e05454523':
Squashed 'features/nanostack/sal-stack-nanostack/' changes from 48609aeded..d879e6db87
2020-09-07 11:10:05 +03:00
Debdeep Saha
b0c2443ec1
Typo fixed.
2020-09-02 13:49:01 +03:00
Debdeep Saha
72c28ee497
Resolving comments
2020-09-02 13:49:01 +03:00
Debdeep Saha
c5386c0cee
Updating mbed-mesh-api.
...
-Adding new parameters for Wi-SUN interface information.
2020-09-02 13:49:01 +03:00
fred.li
a219f8a581
Add WiSun network size configs in JSON
2020-08-26 10:52:53 +03:00
Arto Kinnunen
6cce3f5fbe
Merge commit '2981e10afe3021b74a1213480419350c140d9e8b' into mbed-os-5.15
...
* commit '2981e10afe3021b74a1213480419350c140d9e8b':
Squashed 'features/frameworks/mbed-trace/' changes from 642a459a39..6ced9711c4
2020-08-18 12:16:18 +03:00
Arto Kinnunen
0a6e65629e
Merge commit '946061932982cee2928784163fec649bc718692f' into mbed-os-5.15
...
* commit '946061932982cee2928784163fec649bc718692f':
Squashed 'features/nanostack/sal-stack-nanostack/' changes from b3fe5744d1..48609aeded
2020-08-18 12:14:57 +03:00
Arto Kinnunen
1df883563d
Merge commit 'e13417d3ce12469f3418ade4bf1183993083efdd' into mbed-os-5.15
...
* commit 'e13417d3ce12469f3418ade4bf1183993083efdd':
Squashed 'features/frameworks/nanostack-libservice/' changes from c6cae6992a..67d7b93ec6
2020-08-18 12:09:08 +03:00
Arto Kinnunen
7764d75934
Merge commit '07bd840fb601902f653b4adaa9d8d768b137ad8c' into mbed-os-5.15
...
* commit '07bd840fb601902f653b4adaa9d8d768b137ad8c':
Squashed 'features/nanostack/sal-stack-nanostack-eventloop/' changes from 276ff28179..b560a9da36
2020-08-18 12:08:49 +03:00
Anna Bridge
455041e9ae
Merge pull request #13151 from debdeep-arm/wisun-interface-api-add
...
[mbed-os-5.15] Added Wi-SUN Interface APIs
2020-07-27 17:20:41 +01:00
Anna Bridge
81e1d4693d
Merge pull request #13150 from OpenNuvoton/nvt_5.15_emac_bus_err
...
Nuvoton: Support EMAC bus reset as while bus err (5.15)
2020-07-27 17:18:55 +01:00
Debdeep Saha
3f69826bd4
[mbed-os-5.15] Added Wi-SUN Interface APIs
...
-info_get for Wi-SUN router.
-info_get for Wi-SUN BR.
-routing_table_get for Wi-SUN BR.
2020-06-18 16:40:30 +05:30
cyliangtw
c853aed2b0
M487, NUC472 EMAC code fulfill astyle
2020-06-18 16:16:10 +08:00
cyliangtw
16e447e4a6
NUC472 support EMAC bus reset as while bus error
2020-06-18 16:16:09 +08:00
cyliangtw
54b34172e6
Refine M487 EMAC bus reset
2020-06-18 16:16:08 +08:00
cyliangtw
a993582148
Resolve M487 EMAC bus error by bus reset
2020-06-18 16:16:07 +08:00
Felipe
dd546ed28e
WS Management API missing include
2020-06-17 22:53:17 -03:00
Anna Bridge
0515ed1f9f
Merge pull request #13072 from mikter/ws_certificate_set_change_5.15
...
[mbed-os-5.15] Allowed to set Wi-SUN certificates in DISCONNECTED state
2020-06-12 14:48:23 +01:00
Anna Bridge
82e2f9016c
Merge pull request #13080 from artokin/nanostack_release_12_3_0_to_5_15
...
[mbed-os-5.15] Nanostack release v12.3.0
2020-06-12 14:47:34 +01:00
Martin Kojtal
8529d5c832
Merge pull request #12893 from mikaleppanen/wisun_stats_5_15
...
Add Wi-SUN statistics interface (Mbed OS 5.15)
2020-06-09 09:21:56 +02:00