mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49:51 +00:00
[mle] enable sending MLE Link Request on Adv timeout by default (#6713)
The `OPENTHREAD_CONFIG_MLE_SEND_LINK_REQUEST_ON_ADV_TIMEOUT` feature has been incorporated into the Thread 1.2.1 draft specification.
This commit is contained in:
@@ -125,6 +125,7 @@ class Cert_9_2_15_PendingPartition(thread_cert.TestCase):
|
||||
|
||||
self.nodes[ROUTER2].reset()
|
||||
self._setUpRouter2()
|
||||
self.simulator.go(100)
|
||||
|
||||
self.nodes[COMMISSIONER].send_mgmt_pending_set(
|
||||
pending_timestamp=20,
|
||||
@@ -133,7 +134,7 @@ class Cert_9_2_15_PendingPartition(thread_cert.TestCase):
|
||||
mesh_local='fd00:0db7::',
|
||||
panid=PANID_FINAL,
|
||||
)
|
||||
self.simulator.go(101)
|
||||
self.simulator.go(100)
|
||||
|
||||
self.nodes[ROUTER2].start()
|
||||
self.simulator.go(5)
|
||||
|
||||
Reference in New Issue
Block a user