[reference-device] send fake ADDR_NTF.ntf (#5537)

This commit is contained in:
Simon Lin
2020-09-24 20:31:25 -07:00
committed by GitHub
parent ce336257ee
commit cd80f94a81
7 changed files with 99 additions and 4 deletions
+5
View File
@@ -1866,6 +1866,11 @@ class NodeImpl:
return router_table
def send_address_notification(self, dst: str, target: str, mliid: str):
cmd = f'fake /a/an {dst} {target} {mliid}'
self.send_command(cmd)
self._expect("Done")
class Node(NodeImpl, OtCli):
pass