Home
last modified time | relevance | path

Searched refs:band (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/region/
DRegionCommon.c76 static uint16_t GetDutyCycle( Band_t* band, bool joined, SysTime_t elapsedTimeSinceStartup ) in GetDutyCycle() argument
78 uint16_t dutyCycle = band->DCycle; in GetDutyCycle()
97 static uint16_t SetMaxTimeCredits( Band_t* band, bool joined, SysTime_t elapsedTimeSinceStartup, in SetMaxTimeCredits() argument
100 uint16_t dutyCycle = band->DCycle; in SetMaxTimeCredits()
105 dutyCycle = GetDutyCycle( band, joined, elapsedTimeSinceStartup ); in SetMaxTimeCredits()
127 band->TimeCredits = maxCredits; in SetMaxTimeCredits()
133 band->MaxTimeCredits = maxCredits; in SetMaxTimeCredits()
138 static uint16_t UpdateTimeCredits( Band_t* band, bool joined, bool dutyCycleEnabled, in UpdateTimeCredits() argument
142 uint16_t dutyCycle = SetMaxTimeCredits( band, joined, elapsedTimeSinceStartup, in UpdateTimeCredits()
164 ( band->LastMaxCreditAssignTime != observation ) || in UpdateTimeCredits()
[all …]
DRegionEU868.c46 static bool VerifyRfFreq( uint32_t freq, uint8_t *band ) in VerifyRfFreq() argument
57 *band = 2; in VerifyRfFreq()
61 *band = 0; in VerifyRfFreq()
65 *band = 1; in VerifyRfFreq()
69 *band = 5; in VerifyRfFreq()
73 *band = 3; in VerifyRfFreq()
77 *band = 4; in VerifyRfFreq()
374 uint8_t band = 0; in RegionEU868Verify() local
375 return VerifyRfFreq( verify->Frequency, &band ); in RegionEU868Verify()
692 uint8_t band = 0; in RegionEU868RxParamSetupReq() local
[all …]
DRegionCommon.h427 void RegionCommonSetBandTxDone( Band_t* band, TimerTime_t lastTxAirTime, bool joined, SysTime_t ela…
/loramac-node-3.6.0-3.5.0/
DCHANGELOG.md161 - Fixed join back-off by not storing band usage on the NVM memory.
541 - Fixed US band in order to pass the LoRaWAN certification
555 - Added a function to verify the RX frequency of window 2 for US band
564 - Updated maximum payload size for US band
565 - Update data rate offset table for US band
573 - Remove the `TxPower` limitation for US band on `LoRaMacMibSetRequestConfirm` function. The power …
622 - Fixed Tx power setting loss for repeated join requests on US band
665 …ixed `SRV_MAC_NEW_CHANNEL_REQ` MAC command by adding a fix to the `macIndex` variable on US915 band
711 - Added the limitation of output power according to the number of enabled channels for US915 band
727 - Added support for the US915 band (Normal mode and hybrid mode. Hybrid mode is a temporary configu…
[all …]