mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
[tests] add traffic for Cert_5_3_06_RouterIdMask.py (#2295)
This commit is contained in:
@@ -59,6 +59,11 @@ RSSI = {'LINK_QULITY_0': -100, 'LINK_QULITY_1': -95, 'LINK_QULITY_2': -85, 'LINK
|
||||
SNIFFER_ID = int(os.getenv('SNIFFER_ID', 34))
|
||||
PANID = 0xface
|
||||
|
||||
MAX_NEIGHBOR_AGE = 100
|
||||
INFINITE_COST_TIMEOUT = 90
|
||||
|
||||
MAX_ADVERTISEMENT_INTERVAL = 32
|
||||
|
||||
def create_default_network_data_prefix_sub_tlvs_factories():
|
||||
return {
|
||||
network_data.TlvType.HAS_ROUTE: network_data.HasRouteFactory(
|
||||
|
||||
Reference in New Issue
Block a user