summaryrefslogtreecommitdiff
path: root/cesar/bsu/bsu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/bsu.h')
-rw-r--r--cesar/bsu/bsu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cesar/bsu/bsu.h b/cesar/bsu/bsu.h
index cedb08a40c..bec3d49e11 100644
--- a/cesar/bsu/bsu.h
+++ b/cesar/bsu/bsu.h
@@ -167,6 +167,15 @@ bsu_update_nid (bsu_t *ctx, u64 nid);
void
bsu_avln_remove (bsu_t *ctx, u64 nid, u8 snid, mac_t mac);
+/**
+ * Update the tracking after a CCo change (Handover case)
+ * \param ctx the module context.
+ * \param tei the new CCo's TEI to track.
+ * \param mac_addr_track the new CCo's Mac address to track.
+ */
+void
+bsu_update_tracking (bsu_t *ctx, u8 tei, mac_t mac_addr_track);
+
END_DECLS
#endif /* bsu_bsu_h */