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
+3
View File
@@ -126,6 +126,9 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
case kLogRegionMeshCoP:
LOG_PRINTF("MCOP ");
break;
case kLogRegionNetDiag:
LOG_PRINTF("NDG ");
}
va_start(args, aFormat);