![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
LR Initial Publish
Dependencies: X_NUCLEO_IKS01A2 driver_mbed_TH02 mbed LoRaWAN-lib-v1_0_1 SX1272Lib
Fork of Training-Aug2018-SX1272-X-NUCLEO-IKS01A2 by
Diff: app/LoRaMacLayerService.h
- Revision:
- 0:6cc76d70e2a1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/LoRaMacLayerService.h Thu Apr 06 21:59:50 2017 +0000 @@ -0,0 +1,33 @@ +/* + / _____) _ | | +( (____ _____ ____ _| |_ _____ ____| |__ + \____ \| ___ | (_ _) ___ |/ ___) _ \ + _____) ) ____| | | || |_| ____( (___| | | | +(______/|_____)_|_|_| \__)_____)\____)_| |_| + (C)2015 Semtech + +Description: MAC Layer Services: MLME & MCPS + +License: Revised BSD License, see LICENSE.TXT file include in the project + +Maintainer: Uttam Bhat +*/ + +#ifndef __LORA_MAC_LAYER_SERVICE__ +#define __LORA_MAC_LAYER_SERVICE__ + +#include "board.h" +#include "LoRaMac.h" +#include "Common.h" +#include "LoRaEventProc.h" +#include "ComplianceTest.h" +#include "SerialDisplay.h" +#include "mbed.h" + + +void McpsConfirm( McpsConfirm_t *McpsConfirm ); +void McpsIndication( McpsIndication_t *McpsIndication ); +void MlmeConfirm( MlmeConfirm_t *MlmeConfirm ); + +#endif +