Index: /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h
===================================================================
--- /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h	(revision 8820)
+++ /trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h	(revision 8821)
@@ -108,5 +108,5 @@
   CLOCKORBIT_NUMQZSS=10,
   CLOCKORBIT_NUMSBAS=38,
-  CLOCKORBIT_NUMBDS=63,
+  CLOCKORBIT_NUMBDS=65,
   CLOCKORBIT_NUMBIAS=100,
   CLOCKORBIT_NUMIONOLAYERS=4,
@@ -375,5 +375,5 @@
 
 /* return size of resulting data or 0 in case of an error */
-size_t MakeClockOrbit(const struct ClockOrbit *co, enum ClockOrbitType type,
+size_t MakeClockOrbit(/*const*/ struct ClockOrbit *co, enum ClockOrbitType type,
        int moremessagesfollow, char *buffer, size_t size);
 size_t MakeCodeBias(const struct CodeBias *b, enum CodeBiasType type,
Index: /trunk/BNC/src/t_prn.h
===================================================================
--- /trunk/BNC/src/t_prn.h	(revision 8820)
+++ /trunk/BNC/src/t_prn.h	(revision 8821)
@@ -11,5 +11,5 @@
   static const unsigned MAXPRN_QZSS = 10;
   static const unsigned MAXPRN_SBAS = 38;
-  static const unsigned MAXPRN_BDS = 63;
+  static const unsigned MAXPRN_BDS = 65;
   static const unsigned MAXPRN_IRNSS = 7;
   static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
