summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc
diff options
context:
space:
mode:
authorNicolas Schodet2012-07-05 14:37:47 +0200
committerNicolas Schodet2012-07-24 15:30:13 +0200
commit5e67d916c6cf0d409b30116ef65b3ec4135c387c (patch)
tree482c9a8f11a275019c0f9fdbc4d3edbf5f172add /cesar/bsu/inc
parenta270c1d337517068b1afb45b2a69fa6ed8c98d94 (diff)
cesar/bsu: add stats for neighbor networks, closes #3159
Diffstat (limited to 'cesar/bsu/inc')
-rw-r--r--cesar/bsu/inc/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 02f64e30a2..54c165d9c6 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -42,6 +42,10 @@ struct bsu_stats_t
u32 ntb_offset_tck;
/** Current frequency error in q30. */
uint frequency_error_q30;
+ /** Number of beacon received from a neighbor network. */
+ uint neighbor_beacon_nb;
+ /** Last MAC received from a neighbor network. */
+ mac_t neighbor_beacon_last_mac;
};
typedef struct bsu_stats_t bsu_stats_t;
#endif