|
LoRaMAC
4.6.0
Documentation of the API
|
Go to the documentation of this file.
35 #ifndef __REGION_RU864_H__
36 #define __REGION_RU864_H__
48 #define RU864_MAX_NB_CHANNELS 8
53 #define RU864_NUMB_DEFAULT_CHANNELS 2
58 #define RU864_NUMB_CHANNELS_CF_LIST 5
63 #define RU864_TX_MIN_DATARATE DR_0
68 #define RU864_TX_MAX_DATARATE DR_7
73 #define RU864_RX_MIN_DATARATE DR_0
78 #define RU864_RX_MAX_DATARATE DR_7
83 #define RU864_DEFAULT_DATARATE DR_0
88 #define RU864_MIN_RX1_DR_OFFSET 0
93 #define RU864_MAX_RX1_DR_OFFSET 5
98 #define RU864_MIN_TX_POWER TX_POWER_7
103 #define RU864_MAX_TX_POWER TX_POWER_0
108 #define RU864_DEFAULT_TX_POWER TX_POWER_0
113 #define RU864_DEFAULT_MAX_EIRP 16.0f
118 #define RU864_DEFAULT_ANTENNA_GAIN 2.15f
123 #define RU864_DUTY_CYCLE_ENABLED 1
128 #define RU864_MAX_RX_WINDOW 3000 //TODO
130 #if ( RU864_DEFAULT_DATARATE > DR_5 )
131 #error "A default DR higher than DR_5 may lead to connectivity loss."
137 #define RU864_RX_WND_2_FREQ 869100000
142 #define RU864_RX_WND_2_DR DR_0
147 #define RU864_DEFAULT_UPLINK_DWELL_TIME 0
155 #define RU864_BEACON_CHANNEL_FREQ 869100000
160 #define RU864_PING_SLOT_CHANNEL_FREQ 868900000
165 #define RU864_BEACON_SIZE 17
170 #define RU864_RFU1_SIZE 1
175 #define RU864_RFU2_SIZE 0
180 #define RU864_BEACON_CHANNEL_DR DR_3
185 #define RU864_BEACON_CHANNEL_BW 0
190 #define RU864_PING_SLOT_CHANNEL_DR DR_3
195 #define RU864_PING_SLOT_CHANNEL_DR DR_3
200 #define RU864_MAX_NB_BANDS 1
206 #define RU864_BAND0 { 100 , RU864_MAX_TX_POWER, 0, 0, 0, 0, 0 } // 1.0 %
212 #define RU864_LC1 { 868900000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
218 #define RU864_LC2 { 869100000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
224 #define RU864_JOIN_CHANNELS ( uint16_t )( LC( 1 ) | LC( 2 ) )
229 static const uint8_t DataratesRU864[] = { 12, 11, 10, 9, 8, 7, 7, 50 };
234 static const uint32_t BandwidthsRU864[] = { 125000, 125000, 125000, 125000, 125000, 125000, 250000, 0 };
239 static const uint8_t MaxPayloadOfDatarateRU864[] = { 51, 51, 51, 115, 242, 242, 242, 242 };
445 #endif // __REGION_RU864_H__
LoRaMacStatus_t RegionRU864ChannelAdd(ChannelAddParams_t *channelAdd)
Adds a channel.
AlternateDrType_t
Definition: Region.h:756
PhyParam_t RegionRU864GetPhyParam(GetPhyParams_t *getPhy)
The function gets a value of a specific phy attribute.
LoRaMacStatus_t
Definition: LoRaMac.h:2345
bool RegionRU864RxConfig(RxConfigParams_t *rxConfig, int8_t *datarate)
Configuration of the RX windows.
void RegionRU864ApplyCFList(ApplyCFListParams_t *applyCFList)
The function parses the input buffer and sets up the channels of the CF list.
int8_t RegionRU864NewChannelReq(NewChannelReqParams_t *newChannelReq)
The function processes a Channel Request.
bool RegionRU864ChannelsRemove(ChannelRemoveParams_t *channelRemove)
Removes a channel.
bool RegionRU864Verify(VerifyParams_t *verify, PhyAttribute_t phyAttribute)
Verifies a parameter.
void RegionRU864ComputeRxWindowParameters(int8_t datarate, uint8_t minRxSymbols, uint32_t rxError, RxConfigParams_t *rxConfigParams)
PhyAttribute_t
Definition: Region.h:85
uint8_t RegionRU864LinkAdrReq(LinkAdrReqParams_t *linkAdrReq, int8_t *drOut, int8_t *txPowOut, uint8_t *nbRepOut, uint8_t *nbBytesParsed)
The function processes a Link ADR Request.
void RegionRU864InitDefaults(InitDefaultsParams_t *params)
Initializes the channels masks and the channels.
void RegionRU864RxBeaconSetup(RxBeaconSetup_t *rxBeaconSetup, uint8_t *outDr)
Sets the radio into beacon reception mode.
uint8_t RegionRU864RxParamSetupReq(RxParamSetupReqParams_t *rxParamSetupReq)
The function processes a RX Parameter Setup Request.
int8_t RegionRU864TxParamSetupReq(TxParamSetupReqParams_t *txParamSetupReq)
The function processes a TX ParamSetup Request.
uint8_t RegionRU864ApplyDrOffset(uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset)
Computes new datarate according to the given offset.
bool RegionRU864TxConfig(TxConfigParams_t *txConfig, int8_t *txPower, TimerTime_t *txTimeOnAir)
TX configuration.
void RegionRU864SetBandTxDone(SetBandTxDoneParams_t *txDone)
Updates the last TX done parameters of the current channel.
int8_t RegionRU864AlternateDr(int8_t currentDr, AlternateDrType_t type)
Alternates the datarate of the channel for the join request.
bool RegionRU864ChanMaskSet(ChanMaskSetParams_t *chanMaskSet)
Sets a channels mask.
int8_t RegionRU864DlChannelReq(DlChannelReqParams_t *dlChannelReq)
The function processes a DlChannel Request.
LoRaMacStatus_t RegionRU864NextChannel(NextChanParams_t *nextChanParams, uint8_t *channel, TimerTime_t *time, TimerTime_t *aggregatedTimeOff)
Searches and set the next random available channel.