test harness

Dependencies:   LoRaWAN-NAMote72-Application-Demo LoRaWAN-lib2 SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed

Fork of LoRaWAN-NAMote72-Application-Demo by Semtech

app/LoRaMacLayerService.h

Committer:
billvs
Date:
2017-11-08
Revision:
16:3aa2e2bf34c3
Parent:
0:69f2e28d12c1

File content as of revision 16:3aa2e2bf34c3:

/*
 / _____)             _              | |
( (____  _____ ____ _| |_ _____  ____| |__
 \____ \| ___ |    (_   _) ___ |/ ___)  _ \
 _____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
    (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