Skip to content

Commit

Permalink
FW-492. initialize sf0 module and add sf0_setSelfBandwidth function t…
Browse files Browse the repository at this point in the history
…o sniffer project.
  • Loading branch information
changtengfei committed Jul 4, 2016
1 parent 864dcd6 commit b58b441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/openstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "schedule.h"
#include "sixtop.h"
#include "neighbors.h"
#include "sf0.h"
//-- 03a-IPHC
#include "openbridge.h"
#include "iphc.h"
Expand Down Expand Up @@ -64,6 +65,7 @@ void openstack_init(void) {
schedule_init();
sixtop_init();
neighbors_init();
sf0_init();
//-- 03a-IPHC
openbridge_init();
iphc_init();
Expand Down
2 changes: 2 additions & 0 deletions projects/common/03oos_sniffer/03oos_sniffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "sixtop.h"
#include "processIE.h"
#include "neighbors.h"
#include "sf0.h"

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

Expand Down Expand Up @@ -181,6 +182,7 @@ 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;}
void sf0_setSelfBandwidth(uint8_t numPacketPerSlotFrame){return;}

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

0 comments on commit b58b441

Please sign in to comment.