Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
Revision 12:504203733f11, committed 2016-08-05
- Comitter:
- ubhat
- Date:
- Fri Aug 05 20:45:12 2016 +0000
- Parent:
- 11:d91e8e471ad0
- Commit message:
- Revert to Revision 9
Changed in this revision
| app/ComplianceTest.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mac/LoRaWAN-lib.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/app/ComplianceTest.cpp Fri Jul 29 05:07:18 2016 +0000
+++ b/app/ComplianceTest.cpp Fri Aug 05 20:45:12 2016 +0000
@@ -14,7 +14,6 @@
*/
#include "ComplianceTest.h"
-#include "LoRaDeviceStateProc.h"
void PrepareComplianceTestFrame( McpsIndication_t *McpsIndication )
@@ -83,21 +82,6 @@
LoRaMacMlmeRequest( &mlmeReq );
}
break;
- case 6: // (ix)
- {
- IsTxConfirmed = LORAWAN_CONFIRMED_MSG_ON;
- AppPort = LORAWAN_APP_PORT;
- AppDataSize = LORAWAN_APP_DATA_SIZE;
- ComplianceTest.DownLinkCounter = 0;
- ComplianceTest.Running = false;
-
- MibRequestConfirm_t mibReq;
- mibReq.Type = MIB_ADR;
- mibReq.Param.AdrEnable = LORAWAN_ADR_ON;
- LoRaMacMibSetRequestConfirm( &mibReq );
- DeviceState = DEVICE_STATE_INIT;
- }
- break;
default:
break;
}
--- a/mac/LoRaWAN-lib.lib Fri Jul 29 05:07:18 2016 +0000 +++ b/mac/LoRaWAN-lib.lib Fri Aug 05 20:45:12 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Semtech/code/LoRaWAN-lib/#c16969e0f70f +http://developer.mbed.org/teams/Semtech/code/LoRaWAN-lib/#d7a34ded7c87
