Skip to content

Commit

Permalink
FW-456. fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
changtengfei committed Jan 15, 2016
1 parent 94f925a commit 9f05ff4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/common/03oos_sniffer/03oos_sniffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#include "03oos_sniffer.h"
#include "openserial.h"
#include "idmanager.h"
#include "sixtop.h"
#include "processIE.h"
#include "neighbors.h"

//=========================== defines =========================================

Expand Down Expand Up @@ -160,6 +163,9 @@ void task_uploadPacket(){
void openbridge_triggerData(void){return;}

void sixtop_setEBPeriod(uint8_t ebPeriod){return;}
void sixtop_addORremoveCellByInfo(uint8_t code,open_addr_t* neighbor,cellInfo_ht* cellInfo){return;}
void sixtop_request(uint8_t code,open_addr_t* neighbor, uint8_t numCells){return;}
void sixtop_setHandler(six2six_handler_t handler){return;}
void ieee154e_setSingleChannel(uint8_t channel){return;}
void icmpv6rpl_setDIOPeriod(uint16_t dioPeriod) {return;}
void icmpv6rpl_setDAOPeriod(uint16_t daoPeriod) {return;}
Expand All @@ -171,6 +177,7 @@ void icmpv6rpl_writeDODAGid(uint8_t* dodagid) {return;}
void ieee154e_setIsAckEnabled(bool isEnabled) {return;}
void ieee154e_getAsn(uint8_t* array) {return;}
void neighbors_updateMyDAGrankAndNeighborPreference(void) {return;}
bool neighbors_getPreferredParentEui64(open_addr_t* neighbor){return TRUE;}
void schedule_startDAGroot(void) {return;}

bool debugPrint_asn(void) {return TRUE;}
Expand Down

0 comments on commit 9f05ff4

Please sign in to comment.