Index: /trunk/BNC/bncnetqueryudp.cpp
===================================================================
--- /trunk/BNC/bncnetqueryudp.cpp	(revision 1731)
+++ /trunk/BNC/bncnetqueryudp.cpp	(revision 1732)
@@ -121,15 +121,10 @@
                       + "Host: " + _url.host().toAscii() + "\r\n"
                       + "Ntrip-Version: Ntrip/2.0\r\n"
-                      + "User-Agent: NTRIP BNC/" BNCVERSION "\r\n"
-                      + "Connection: close\r\n"
-                      + userAndPwd
-                      + "\r\n";
+                      + "User-Agent: NTRIP BNC/" BNCVERSION "\r\n";
+    if (!gga.isEmpty()) {
+      reqStr += "Ntrip-GGA: " + gga + "\r\n";
+    }
+    reqStr += userAndPwd + "Connection: close\r\n\r\n";
     
-////    // NMEA string to handle VRS stream
-////    // --------------------------------
-////    if (!gga.isEmpty()) {
-////      reqStr += gga + "\r\n";
-////    }
-
     char rtpbuffer[12 + reqStr.size()];
     rtpbuffer[0]  = 128;
Index: /trunk/BNC/todo.txt
===================================================================
--- /trunk/BNC/todo.txt	(revision 1731)
+++ /trunk/BNC/todo.txt	(revision 1732)
@@ -6,6 +6,4 @@
 BNC
 =========================
-(1) Pure UDP protocol not yet implemented.
+(1) GW: Keep an eye on www.igs-ip.net/PENC0.
 
-(2) GW: Keep an eye on www.igs-ip.net/PENC0.
-
