summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
Diffstat (limited to 'cesar')
-rw-r--r--cesar/cp/beacon/src/beacon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/cp/beacon/src/beacon.c b/cesar/cp/beacon/src/beacon.c
index d62ea3bbf6..81434af017 100644
--- a/cesar/cp/beacon/src/beacon.c
+++ b/cesar/cp/beacon/src/beacon.c
@@ -262,6 +262,7 @@ cp_beacon_fill_share_memory (cp_t *ctx)
beacon->bmis.relocation.present = false;
beacon->bmis.aclsc.present = false;
beacon->bmis.cns.present = false;
+ beacon->bmis.mac_address_present.present = true;
return beacon;
}
@@ -793,7 +794,7 @@ cp_beacon_process_tracked_avln (cp_t *ctx, cp_beacon_desc_t *beacon_desc,
dbg_assert (ctx);
dbg_assert (beacon_desc);
dbg_assert (net);
-
+ memset (&beacon_data, 0, sizeof (bsu_beacon_t));
bsu_params_t *bsu_params = &beacon_desc->payload->bsu_params;
bsu_beacon_read ((pb_beacon_t*)beacon_desc, &beacon_data, &type,