Index: /trunk/rtcm3torinex/lib/rtcm3torinex.c
===================================================================
--- /trunk/rtcm3torinex/lib/rtcm3torinex.c	(revision 3652)
+++ /trunk/rtcm3torinex/lib/rtcm3torinex.c	(revision 3653)
@@ -1271,4 +1271,9 @@
                 {
                   int k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1];
+                  if(!k && extsat[count] < 14)
+                  {
+                    k = handle->Main.GLOFreq[RTCM3_MSM_NUMSAT-i-1]
+                    = 100+extsat[count]-7;
+                  }
                   if(k)
                   {
