Index: trunk/BNC/src/bncantex.cpp
===================================================================
--- trunk/BNC/src/bncantex.cpp	(revision 7140)
+++ trunk/BNC/src/bncantex.cpp	(revision 7141)
@@ -139,5 +139,9 @@
       if      (line.indexOf("TYPE / SERIAL NO") == 60) {
         if (line.indexOf("BLOCK I") == 0 ||
-            line.indexOf("GLONASS") == 0) {
+            line.indexOf("GLONASS") == 0 ||
+            line.indexOf("QZSS") == 0 ||
+            line.indexOf("BEIDOU") == 0 ||
+            line.indexOf("GALILEO") == 0 ||
+            line.indexOf("IRNSS") == 0 ){
           newAntMap->antName = line.mid(20,3);
         }
@@ -291,5 +295,4 @@
 
   t_antMap* map = _maps[antNameQ];
-
   if (map->frqMap.find(frqType) == map->frqMap.end()) {
     found = false;
