Index: branches/BNC_2.12/src/bncutils.h
===================================================================
--- branches/BNC_2.12/src/bncutils.h	(revision 9371)
+++ branches/BNC_2.12/src/bncutils.h	(revision 9372)
@@ -155,4 +155,8 @@
 ///////////////////////////////////////////////////////////////////
 unsigned long CRC24(long size, const unsigned char *buf);
+
+// Extracts k bits from position p and returns the extracted value as integer
+///////////////////////////////////////////////////////////////////
+int bitExtracted(int number, int k, int p);
 
 // RTCM3 GPS EPH encoding
