Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c45 BeaconInfo_t Info; member
575 ComplianceTestState.ClassBStatus.Info = mlmeIndication->BeaconInfo; in LmhpComplianceOnMlmeIndication()
590 uint32_t frequency = ComplianceTestState.ClassBStatus.Info.Frequency / 100; in SendBeaconRxStatusInd()
600 ….DataBuffer[ComplianceTestState.DataBufferSize++] = ComplianceTestState.ClassBStatus.Info.Datarate; in SendBeaconRxStatusInd()
601 …[ComplianceTestState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Rssi ); in SendBeaconRxStatusInd()
602 …lianceTestState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Rssi >> 8 ); in SendBeaconRxStatusInd()
603 …r[ComplianceTestState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Snr ); in SendBeaconRxStatusInd()
604 …ComplianceTestState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Param ); in SendBeaconRxStatusInd()
605 …nceTestState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Time.Seconds ); in SendBeaconRxStatusInd()
606 …stState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.Time.Seconds >> 8 ); in SendBeaconRxStatusInd()
[all …]
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/
DLmHandlerMsgDisplay.c396 printf( "\n###### ===== BEACON %8lu ==== ######\n", params->Info.Time.Seconds ); in DisplayBeaconUpdate()
397 printf( "GW DESC : %d\n", params->Info.GwSpecific.InfoDesc ); in DisplayBeaconUpdate()
399 PrintHexBuffer( params->Info.GwSpecific.Info, 6 ); in DisplayBeaconUpdate()
401 printf( "FREQ : %lu\n", params->Info.Frequency ); in DisplayBeaconUpdate()
402 printf( "DATA RATE : DR_%d\n", params->Info.Datarate ); in DisplayBeaconUpdate()
403 printf( "RX RSSI : %d\n", params->Info.Rssi ); in DisplayBeaconUpdate()
404 printf( "RX SNR : %d\n", params->Info.Snr ); in DisplayBeaconUpdate()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c110 .Info =
120 .Info = { 0 },
928 BeaconParams.Info.Time.Seconds = 0; in MlmeIndication()
929 BeaconParams.Info.GwSpecific.InfoDesc = 0; in MlmeIndication()
930 memset1( BeaconParams.Info.GwSpecific.Info, 0, 6 ); in MlmeIndication()
943 BeaconParams.Info = mlmeIndication->BeaconInfo; in MlmeIndication()
950 BeaconParams.Info = mlmeIndication->BeaconInfo; in MlmeIndication()
DLmHandler.h72 BeaconInfo_t Info; member
/loramac-node-3.6.0-3.5.0/cmake/
Dlaunch.json.in18 "serverStarted": "Info\\ :\\ [\\w\\d\\.]*:\\ hardware",
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.h407 uint8_t Info[6]; member
DLoRaMacClassB.c1342 …memcpy1( Ctx.LoRaMacClassBParams.MlmeIndication->BeaconInfo.GwSpecific.Info, &payload[phyParam.Bea… in LoRaMacClassBRxBeacon()