MultiTech / mDot_Channel_Plans

The channel plans in this library can be used as starting points for new channel plans and used as a reference for implementation.

Information

To use source version of a channel plan, first remove the Channel Plans folder from libmDot-Custom library.

Not all plans are complete to LoRaWAN specifications.

AS923 and KR920 have the default channels defined and can accept in channels in the Join Accept message or from New Channel MAC commands.

Channel Set must match those expected by the network server in order for ADR to work

AS923 regional settings can be adjusted by the network server using Tx Param Setup MAC command to set max EIRP and dwell time for uplinks.

inc/ChannelPlans.h

Committer:
jreiss
Date:
2017-01-18
Revision:
11:829f8c2ec1c3
Child:
13:996f1663d12e

File content as of revision 11:829f8c2ec1c3:

#include "CustomChannelPlan_AS923.h"
#include "CustomChannelPlan_AU915.h"
#include "CustomChannelPlan_US915.h"
#include "CustomChannelPlan_EU868.h"
#include "CustomChannelPlan_KR920.h"
#include "CustomChannelPlan_NZ918.h"
#include "CustomChannelPlan_IN865.h"


#define CP_AS923 1
#define CP_AU915 2
#define CP_US915 3
#define CP_EU868 4
#define CP_KR920 5
#define CP_IN865 6