Implemented burst framenumber filter. Issue #100
diff --git a/include/grgsm/flow_control/CMakeLists.txt b/include/grgsm/flow_control/CMakeLists.txt
index e701592..1063aae 100644
--- a/include/grgsm/flow_control/CMakeLists.txt
+++ b/include/grgsm/flow_control/CMakeLists.txt
@@ -21,5 +21,6 @@
 # Install public header files
 ########################################################################
 install(FILES
-    burst_timeslot_splitter.h DESTINATION include/grgsm/flow_control
+    burst_timeslot_splitter.h
+    burst_fnr_filter.h DESTINATION include/grgsm/flow_control
 )