Forked LoRaWAN-lib for Legacy Gateway testing

Fork of LoRaWAN-lib by Miguel Luis

Revision:
8:2d237e069df2
Parent:
2:14a5d6ad92d5
--- a/LoRaMacTest.h	Tue Jul 05 13:24:54 2016 +0000
+++ b/LoRaMacTest.h	Wed Mar 22 12:38:38 2017 +0000
@@ -66,6 +66,16 @@
  */
 void LoRaMacTestSetDutyCycleOn( bool enable );
 
+/*!
+ * \brief   Sets the channel index
+ *
+ * \details This is a test function. It shall be used for testing purposes only.
+ *          Changing this attribute may lead to a non-conformance LoRaMac operation.
+ *
+ * \param   [IN] channel - Channel index
+ */
+void LoRaMacTestSetChannel( uint8_t channel );
+
 /*! \} defgroup LORAMACTEST */
 
 #endif // __LORAMACTEST_H__