Moved qa utilities to a separate directory
diff --git a/include/grgsm/qa_utils/CMakeLists.txt b/include/grgsm/qa_utils/CMakeLists.txt
new file mode 100644
index 0000000..e0b5579
--- /dev/null
+++ b/include/grgsm/qa_utils/CMakeLists.txt
@@ -0,0 +1,28 @@
+# Copyright 2011,2012 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+
+########################################################################
+# Install public header files
+########################################################################
+install(FILES
+    burst_sink_qa.h
+    burst_source_qa.h
+    message_source.h
+    message_sink.h DESTINATION include/grgsm/qa_utils
+)
diff --git a/include/grgsm/misc_utils/burst_sink_qa.h b/include/grgsm/qa_utils/burst_sink_qa.h
similarity index 100%
rename from include/grgsm/misc_utils/burst_sink_qa.h
rename to include/grgsm/qa_utils/burst_sink_qa.h
diff --git a/include/grgsm/misc_utils/burst_source_qa.h b/include/grgsm/qa_utils/burst_source_qa.h
similarity index 100%
rename from include/grgsm/misc_utils/burst_source_qa.h
rename to include/grgsm/qa_utils/burst_source_qa.h
diff --git a/include/grgsm/misc_utils/message_sink.h b/include/grgsm/qa_utils/message_sink.h
similarity index 100%
rename from include/grgsm/misc_utils/message_sink.h
rename to include/grgsm/qa_utils/message_sink.h
diff --git a/include/grgsm/misc_utils/message_source.h b/include/grgsm/qa_utils/message_source.h
similarity index 100%
rename from include/grgsm/misc_utils/message_source.h
rename to include/grgsm/qa_utils/message_source.h