Support network diagnostic feature. (#652)

* support network diagnostic

* add network diagnostic THCI implementation
This commit is contained in:
Buke Po
2016-09-23 21:06:08 -07:00
committed by Jonathan Hui
parent 61dcf6cf58
commit d283c29f23
22 changed files with 2311 additions and 17 deletions
+1
View File
@@ -87,6 +87,7 @@ typedef enum otLogRegion
kLogRegionMem = 8, ///< Memory
kLogRegionNcp = 9, ///< NCP
kLogRegionMeshCoP = 10, ///< Mesh Commissioning Protocol
kLogRegionNetDiag = 11, ///< Network Diagnostic
} otLogRegion;
/**