LoRaMAC  4.4.6
Documentation of the API
RegionIN865.h
Go to the documentation of this file.
1 
37 #ifndef __REGION_IN865_H__
38 #define __REGION_IN865_H__
39 
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif
44 
45 #include "region/Region.h"
46 
50 #define IN865_MAX_NB_CHANNELS 16
51 
55 #define IN865_NUMB_DEFAULT_CHANNELS 3
56 
60 #define IN865_NUMB_CHANNELS_CF_LIST 5
61 
65 #define IN865_TX_MIN_DATARATE DR_0
66 
70 #define IN865_TX_MAX_DATARATE DR_7
71 
75 #define IN865_RX_MIN_DATARATE DR_0
76 
80 #define IN865_RX_MAX_DATARATE DR_7
81 
85 #define IN865_DEFAULT_DATARATE DR_0
86 
90 #define IN865_MIN_RX1_DR_OFFSET 0
91 
95 #define IN865_MAX_RX1_DR_OFFSET 7
96 
100 #define IN865_MIN_TX_POWER TX_POWER_10
101 
105 #define IN865_MAX_TX_POWER TX_POWER_0
106 
110 #define IN865_DEFAULT_TX_POWER TX_POWER_0
111 
115 #define IN865_DEFAULT_MAX_EIRP 30.0f
116 
120 #define IN865_DEFAULT_ANTENNA_GAIN 2.15f
121 
125 #define IN865_DUTY_CYCLE_ENABLED 0
126 
130 #define IN865_MAX_RX_WINDOW 3000
131 
132 #if ( IN865_DEFAULT_DATARATE > DR_5 )
133 #error "A default DR higher than DR_5 may lead to connectivity loss."
134 #endif
135 
139 #define IN865_RX_WND_2_FREQ 866550000
140 
144 #define IN865_RX_WND_2_DR DR_2
145 
149 #define IN865_DEFAULT_UPLINK_DWELL_TIME 0
150 
151 /*
152  * CLASS B
153  */
157 #define IN865_BEACON_CHANNEL_FREQ 866550000
158 
162 #define IN865_PING_SLOT_CHANNEL_FREQ 866550000
163 
167 #define IN865_BEACON_SIZE 19
168 
172 #define IN865_RFU1_SIZE 1
173 
177 #define IN865_RFU2_SIZE 3
178 
182 #define IN865_BEACON_CHANNEL_DR DR_4
183 
187 #define IN865_BEACON_CHANNEL_BW 0
188 
192 #define IN865_PING_SLOT_CHANNEL_DR DR_4
193 
197 #define IN865_MAX_NB_BANDS 1
198 
203 #define IN865_BAND0 { 1 , IN865_MAX_TX_POWER, 0, 0, 0, 0, 0 } // 100.0 %
204 
209 #define IN865_LC1 { 865062500, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
210 
215 #define IN865_LC2 { 865402500, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
216 
221 #define IN865_LC3 { 865985000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
222 
226 #define IN865_JOIN_CHANNELS ( uint16_t )( LC( 1 ) | LC( 2 ) | LC( 3 ) )
227 
231 static const uint8_t DataratesIN865[] = { 12, 11, 10, 9, 8, 7, 7, 50 };
232 
236 static const uint32_t BandwidthsIN865[] = { 125000, 125000, 125000, 125000, 125000, 125000, 250000, 0 };
237 
241 static const uint8_t MaxPayloadOfDatarateIN865[] = { 51, 51, 51, 115, 242, 242, 242, 242 };
242 
246 static const int8_t EffectiveRx1DrOffsetIN865[] = { 0, 1, 2, 3, 4, 5, -1, -2 };
247 
256 
263 
270 
280 bool RegionIN865Verify( VerifyParams_t* verify, PhyAttribute_t phyAttribute );
281 
288 void RegionIN865ApplyCFList( ApplyCFListParams_t* applyCFList );
289 
297 bool RegionIN865ChanMaskSet( ChanMaskSetParams_t* chanMaskSet );
298 
312 void RegionIN865ComputeRxWindowParameters( int8_t datarate, uint8_t minRxSymbols, uint32_t rxError, RxConfigParams_t *rxConfigParams );
313 
323 bool RegionIN865RxConfig( RxConfigParams_t* rxConfig, int8_t* datarate );
324 
336 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
337 
345 uint8_t RegionIN865LinkAdrReq( LinkAdrReqParams_t* linkAdrReq, int8_t* drOut, int8_t* txPowOut, uint8_t* nbRepOut, uint8_t* nbBytesParsed );
346 
354 uint8_t RegionIN865RxParamSetupReq( RxParamSetupReqParams_t* rxParamSetupReq );
355 
363 int8_t RegionIN865NewChannelReq( NewChannelReqParams_t* newChannelReq );
364 
374 int8_t RegionIN865TxParamSetupReq( TxParamSetupReqParams_t* txParamSetupReq );
375 
383 int8_t RegionIN865DlChannelReq( DlChannelReqParams_t* dlChannelReq );
384 
392 int8_t RegionIN865AlternateDr( int8_t currentDr, AlternateDrType_t type );
393 
406 LoRaMacStatus_t RegionIN865NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTime_t* time, TimerTime_t* aggregatedTimeOff );
407 
416 
424 bool RegionIN865ChannelsRemove( ChannelRemoveParams_t* channelRemove );
425 
432 
444 uint8_t RegionIN865ApplyDrOffset( uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset );
445 
451  void RegionIN865RxBeaconSetup( RxBeaconSetup_t* rxBeaconSetup, uint8_t* outDr );
452 
455 #ifdef __cplusplus
456 }
457 #endif
458 
459 #endif // __REGION_IN865_H__
AlternateDrType_t
AlternateDrType_t
Definition: Region.h:747
Region.h
Region implementation.
GetPhyParams_t
Definition: Region.h:412
LoRaMacStatus_t
LoRaMacStatus_t
Definition: LoRaMac.h:2227
RegionIN865LinkAdrReq
uint8_t RegionIN865LinkAdrReq(LinkAdrReqParams_t *linkAdrReq, int8_t *drOut, int8_t *txPowOut, uint8_t *nbRepOut, uint8_t *nbBytesParsed)
The function processes a Link ADR Request.
ChanMaskSetParams_t
Definition: Region.h:547
ContinuousWaveParams_t
Definition: Region.h:827
NextChanParams_t
Definition: Region.h:762
RegionIN865ChannelAdd
LoRaMacStatus_t RegionIN865ChannelAdd(ChannelAddParams_t *channelAdd)
Adds a channel.
RxBeaconSetup_t
Definition: Region.h:858
RegionIN865NewChannelReq
int8_t RegionIN865NewChannelReq(NewChannelReqParams_t *newChannelReq)
The function processes a Channel Request.
RegionIN865ChanMaskSet
bool RegionIN865ChanMaskSet(ChanMaskSetParams_t *chanMaskSet)
Sets a channels mask.
RegionIN865DlChannelReq
int8_t RegionIN865DlChannelReq(DlChannelReqParams_t *dlChannelReq)
The function processes a DlChannel Request.
RegionIN865AlternateDr
int8_t RegionIN865AlternateDr(int8_t currentDr, AlternateDrType_t type)
Alternates the datarate of the channel for the join request.
NewChannelReqParams_t
Definition: Region.h:698
RegionIN865InitDefaults
void RegionIN865InitDefaults(InitDefaultsParams_t *params)
Initializes the channels masks and the channels.
TxParamSetupReqParams_t
Definition: Region.h:713
RegionIN865GetPhyParam
PhyParam_t RegionIN865GetPhyParam(GetPhyParams_t *getPhy)
The function gets a value of a specific phy attribute.
PhyAttribute_t
PhyAttribute_t
Definition: Region.h:84
RegionIN865SetBandTxDone
void RegionIN865SetBandTxDone(SetBandTxDoneParams_t *txDone)
Updates the last TX done parameters of the current channel.
RegionIN865NextChannel
LoRaMacStatus_t RegionIN865NextChannel(NextChanParams_t *nextChanParams, uint8_t *channel, TimerTime_t *time, TimerTime_t *aggregatedTimeOff)
Searches and set the next random available channel.
ChannelAddParams_t
Definition: Region.h:801
RegionIN865TxParamSetupReq
int8_t RegionIN865TxParamSetupReq(TxParamSetupReqParams_t *txParamSetupReq)
The function processes a TX ParamSetup Request.
RxConfigParams_t
Definition: Region.h:562
RegionIN865SetContinuousWave
void RegionIN865SetContinuousWave(ContinuousWaveParams_t *continuousWave)
Sets the radio into continuous wave mode.
ApplyCFListParams_t
Definition: Region.h:532
DlChannelReqParams_t
Definition: Region.h:732
RegionIN865RxParamSetupReq
uint8_t RegionIN865RxParamSetupReq(RxParamSetupReqParams_t *rxParamSetupReq)
The function processes a RX Parameter Setup Request.
TxConfigParams_t
Definition: Region.h:609
RegionIN865ComputeRxWindowParameters
void RegionIN865ComputeRxWindowParameters(int8_t datarate, uint8_t minRxSymbols, uint32_t rxError, RxConfigParams_t *rxConfigParams)
RegionIN865RxBeaconSetup
void RegionIN865RxBeaconSetup(RxBeaconSetup_t *rxBeaconSetup, uint8_t *outDr)
Sets the radio into beacon reception mode.
RegionIN865TxConfig
bool RegionIN865TxConfig(TxConfigParams_t *txConfig, int8_t *txPower, TimerTime_t *txTimeOnAir)
TX configuration.
RegionIN865ApplyCFList
void RegionIN865ApplyCFList(ApplyCFListParams_t *applyCFList)
The function parses the input buffer and sets up the channels of the CF list.
RegionIN865Verify
bool RegionIN865Verify(VerifyParams_t *verify, PhyAttribute_t phyAttribute)
Verifies a parameter.
InitDefaultsParams_t
Definition: Region.h:476
SetBandTxDoneParams_t
Definition: Region.h:449
RegionIN865ApplyDrOffset
uint8_t RegionIN865ApplyDrOffset(uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset)
Computes new datarate according to the given offset.
RxParamSetupReqParams_t
Definition: Region.h:679
VerifyParams_t
Definition: Region.h:495
PhyParam_t
Definition: Region.h:381
RegionIN865ChannelsRemove
bool RegionIN865ChannelsRemove(ChannelRemoveParams_t *channelRemove)
Removes a channel.
RegionIN865RxConfig
bool RegionIN865RxConfig(RxConfigParams_t *rxConfig, int8_t *datarate)
Configuration of the RX windows.
ChannelRemoveParams_t
Definition: Region.h:816