source: ntrip/trunk/BNC/CHANGELOG.md@ 10881

Last change on this file since 10881 was 10804, checked in by stuerze, 3 months ago

minor changes

File size: 11.0 KB
Line 
1# Changelog
2## 2.13.6
3- ADDED: **Multi-Frequency PPP capability**
4- ADDED: **Ambiguity Resolution (PPP with AR)** using the Best Integer Equivariant algorithm (BIE) as algorithm for the ambiguity resolution
5- FIXED: Bug for finding client certificates
6
7## 2.13.5 (2025-10-11)
8- FIXED: The serial port is introduced as case sensitive and supports a wider range of interfaces with it
9
10## 2.13.4 (2025-09-02)
11- ADDED: **NtripServer Functionallity:** BNC can upload streams in any format to another caster installation
12
13## 2.13.3 (2025-07-18)
14- FIXED: Bug in RINEX QC (RINEX version 2)
15- FIXED: Bug in RTNET upload
16- ADDED: Orbit and attitude correction in combination approach
17- ADDED: RTCM message 1230 (on-change) and the size of each RTCM message in scanRTCM()
18- CHANGED: Bind all outPorts to localHost
19
20## 2.13.2 (2025-03-21)
21- FIXED: Bug in SBAS health check
22- FIXED: BUG in reading the RTNET format [(#198)](https://software.rtcm-ntrip.org/ticket/198)
23- FIXED: Bug in writing code biases into a SSR file
24- FIXED: Bug in GLO ephemeris RTCM3 encoder
25- FIXED: Bug in BDT methods
26- FIXED: Obs types from skl file can be used now to write them into RINEX version 3 AND 4 observation files as configured
27- FIXED: **Bug in IGS SSR Epoch Time (BDS and GLO)**, which is defined as follows: Full seconds since the beginning of the week of continuous time scale with no offset from GPS, Galileo, QZSS, SBAS, **UTC leap seconds from GLONASS, -14 s offset from BDS**
28- ADDED: 24:00 epoch in orbit and clock product files
29- ADDED: Nav Type considerred in all applications: GPS/QZSS/NavIC: LNAV, GLONASS: FDMA_M, Galileo: I/NAV, BDS: D1/D2, SBAS: SBASL1
30- ADDED: Service CRS and RTCM CRS message encodung and decoding
31- ADDED: Data field range checks within RTCM3 ephemeris decoders mainly regarding TOC and TOE
32- ADDED: Decoder string 'ZERO2FILE': Using this, BNC allows to by-pass its decoders and directly save the input in daily log files
33- CHANGED: Decoder string 'ZERO' means now that the raw data are forwarded only
34- CHANGED: According to the Galileo OS SDD v1.3 SHS=2 now leads to a newly-defined "EOM" status that means that the satellite signal may be used for PNT [(#185)](https://software.rtcm-ntrip.org/ticket/185)
35- CHANGED: Obsolete qt-class members are replaced
36- CHNAGED: from common receiver clock + ISBs to system specific receiver clocks in PPP mode
37- CHANGED: 'IRNSS' replaced by 'NavIC'
38
39## 2.13.1 (2024-04-30)
40- FIXED: Health status of Galileo satellites is now determined by the combination of HS, DVS and SISA [(#174)](https://software.rtcm-ntrip.org/ticket/174)
41- FIXED: Bug regarding the reading of the RINEX Version 4 Navigation files
42- FIXED: Bug regarding the flexibel usage of any port in secure mode
43- ADDED: A check in PPP and combination mode if stored ephemerides are still valid [(#176)](https://software.rtcm-ntrip.org/ticket/176)
44- ADDED: A SIGHUP signal to BNC will result into a reload of its configuration file [(#179)](https://software.rtcm-ntrip.org/ticket/179)
45- ADDED: The possibility to exclude satellites or satellite systems for individual ACs from the combination.
46- ADDED: The possibility to ignore orbit corrections from an indiviul AC that differ by more than 'Maximal Orb Displacement' meters from the average of all orbit corrections per satellite.
47- CHANGED: hDOP and vDOP values are computed from the variances of the NEU components of the receiver position estimates
48- CHANGED: Sampling interval for Manual NMEA can be used now in the Auto NMEA option as well [(#122)](https://software.rtcm-ntrip.org/ticket/122)
49
50## 2.13.0 (2023-12-01)
51- ADDED: **RINEX Version 4 Support** (in navigation files currently the EPH message type is considered only)
52- ADDED: **PPP Client Upgrade**
53- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of two frequencies
54- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of one frequency
55- ADDED: Ionospheric constraints in form of pseudo observations can be added
56- ADDED: **Ntrip Version 2.0 Upload including TLS**
57- ADDED: **Multi-GNSS Satellite Clock Combination**
58- ADDED: Individual code biases will be considered before satellite clocks are combined
59- ADDED: Satellite clock combination result includes code biases
60- ADDED: Ephemerides upload for different systems in parallel
61- ADDED: **Multi-GNSS SP3, Clock RINEX and SINEX Bias** support
62- ADDED: QC multipath analysis for more than two signals
63- ADDED: Transition from Qt4 to **Qt5**
64
65
66## 2.12.19 (2022-04-04)
67- CHANGED: Minimum combination sampling interval
68
69
70## 2.12.18 (2021-09-28)
71- FIXED: Bug in ephemeris check
72- ADDED: Satellite antenna phase center correction
73- CHANGED: Some OSM updates to force https usage and another crossOriginKeyword
74- CHANGED: Signal usage in BDS PPP
75
76
77## 2.12.17 (2021-04-20)
78- FIXED: Bug in SSR GLONASS upload
79- FIXED: Redundant output concerning unhealthy satellites
80- ADDED: One more line with satellite health flags for the GLONASS navigation message as defined in RINEX v. 3.05
81
82
83## 2.12.16 (2021-02-25)
84- FIXED: Bug in IRNSS ephemeris encoding / decoding
85- FIXED: Bug in RTCM3coDecoder regrading SSR format
86- FIXED: Bug regarding consideration of incoming ephemerides
87- FIXED: Bug regarding latency check
88- FIXED: Relativistic effects are adapted with respect to the respective GNSS ICD
89- FIXED: Bug regarding the generation of combined SSR orbit and clock messages
90- FIXED: Bug within ephemeris check
91- ADDED: Check to prevent the same eph data sets with different TOC values
92- CHANGED: A priori coordinates within examples are updated
93- CHANGED: Changes to prevent erroneous ephemeris data sets from usage in combination
94- CHANGED: Small format adaptations regarding latency check
95- CHANGED: Range of MSM messages enlarged to 1237
96- CHANGED: PPP map now with OSM only
97
98
99## 2.12.15 (2020-11-10)
100- FIXED: Cleanup of the example configurations
101- FIXED: Bug regarding long mountpoint names in latency check and latency plots
102- FIXED: Bug in clock rinex header line
103- ADDED: Ephemeris checks and related debugging output
104- ADDED: Check if orbit and clock corrections are out of range
105- CHANGED: Cleanup of the relativistic effects w.r.t. IGS-SSR
106
107## 2.12.14 (2020-09-04)
108- ADDED: Encoding and decoding of IGS-SSR messages
109- ADDED: B2b/7D BDS in signal mapping for MSM
110- CHANGED: IRNSS experimental in official ephemeris message number
111- CHANGED: Lock Time Indicator is replaced by cycle slip counter in feed engine output
112
113## 2.12.13 (2020-06-09)
114- FIXED: QZSS fit Interval is specified as flag in RINEX 3.04
115- CHANGED: BDS SSR IOD is changed from 24 into 8 bit
116- CHANGED: BDS and QZSS SSR signal and tracking mode is adapted
117
118## 2.12.12 (2020-01-21)
119- ADDED: GPS and QZSS fit Interval in hours
120- CHANGED: Epehmeris check
121
122## 2.12.11 (2019-11-08)
123- CHANGED:: Harmonization of RTCM3 Signal ID Mapping and RTCM SSR Signal and Tracking Mode Identifiers for BDS and QZSS
124
125## 2.12.10 (2019-10-02)
126- FIXED: Multiple message indicator in SSR messages
127- FIXED: GLONASS message frame time written into RINEX files
128- ADDED: IRNSS ephemeris support in RTCM3 Encoder
129- ADDED: IRNSS MSM and ephemeris support in RTCM3 Decoder
130- CHANGED: RTCM signal mapping IDs for GLONASS
131- CHANGED: RTCM signal mapping IDs for BDS based on RTCM BDSWG proposal from 9/2019 as far as consistent with RINEX v 3.04
132- CHANGED: Up to 64 BDS prn codes are supported now
133
134
135## 2.12.9 (2019-05-20)
136- FIXED: Method to read the RTNET data buffer
137- FIXED: Typo in rtnet2ssr transition for ssr upload
138- CHANGED: Number of possible phase biases for SSR upload are enlarged to 100
139- CHANGED: Missing phase biases are added within rtnet2ssr transition for ssr upload
140
141
142## 2.12.8 (2019-05-06)
143- FIXED: Bug with respect to GLONASS upload
144- FIXED: Bug in NMEA output
145- CHANGED: Transformation parameters from ITRF2014 into DFREF91
146- CHANGED: Transformation parameters from ITRF2014 into ETRF2000
147- CHANGED: GLONASS ephemerides validity is now up to 2 hours.
148- CHANGED: Check with respect to wrong observation epochs
149
150
151## 2.12.7 (2019-04-03)
152- FIXED: Bug in NMEA checksum
153- FIXED: Bug in RINEX file concatenation
154- FIXED: Bug in RTCM3 ephemeris message for QZSS
155- FIXED: Bug in RTCM3 ephemeris message for BDS and SBAS
156- FIXED: RINEX version 3 filenames for re-sampled files
157- FIXED: Bug in reqc ephemeris check
158- FIXED: Bug in RINEX file concatenation
159- FIXED: Bug in ephemeris upload
160- FIXED: Bug in ephemeris check
161- FIXED: Bug in latency check
162- FIXED: Galileo geocentric gravitational constant is corrected
163- FIXED: Encoding/decoding of all missing parameters in MT 1020
164- FIXED: Bug in RTCM3 MSM Decoder
165- ADDED: Updates regarding RINEX Version 3.04
166- ADDED: Lock time in seconds as an optional feed engine output
167- ADDED: Two more polynomial coefficients of the SSR clock correction message
168- ADDED: One more parameter to describe the SSR URA
169- ADDED: Decoding of receiver descriptor in MT 1033
170- ADDED: Satellite health check
171- ADDED: IRNSS support in RINEX QC
172- CHANGED: Parameters for transformation of orbit and clock corrections from ITRF 2014 into ETRF2000 and DREF91,
173- CHANGED: No updated transformation parameters for NDA83 available, hence deleted
174- CHANGED: Allow 10 Hz observation data processing and re-sampling
175- CHANGED: SSR SBAS and BDS satellite IDs with respect to the proposal
176- CHANGED: Transformation of orbit and clock corrections into ETRF2000, NDA83 or DREF91 is done temporarily via ITRF2008
177
178
179## 2.12.6 (2017-09-26)
180- FIXED:: GPS SSR Orbit IOD has to be GPS IODE, not IODC
181
182## 2.12.5 (2017-08-30)
183- CHANGED: RTCM message number for BDS is updated
184
185## 2.12.4 (2017-04-10)
186- CHANGED: SIRGAS2000 transformation parameters adjusted to IGb14
187- CHANGED: Transformation parameters for ITRF2005 to GDA94 removed
188- CHANGED: Transformation parameters for ITRF2008 to SIRGAS95 removed
189- CHANGED: Transformation parameters for ITRF2014 to GDA2020 added
190
191## 2.12.3 (2016-09-05)
192- FIXED: Check regarding wrong observation epochs is done during latency check as well to prevent erroneous latencies
193- FIXED: Map generation from sourcetable entry
194- FIXED: Re-implementation of the well proven approach (from BNC version 2.11) on how to wait for clock corrections in PPP mode
195- FIXED: Some NMEA components in PPP output: Time stamp is now UTC, hDop value instead pDop value
196- FIXED: RINEX 2.11 ephemeris output for an unknown transmission time
197- ADDED: Number of allowed SSR biases is enlarged,
198 -ADDED: Some future GLONASS signal and tracking mode identifiers
199- ADDED: Data source information as comment within RINEX navigation file header
200- ADDED: Frequency specific signal priorities are for RINEX v3 to RINEX v2 conversion
201- ADDED: Consideration of provider ID changes in SSR streams during PPP analysis
202- CHANGED: Small adaptations in qwtpolar sources to allow a successful compilation of BNC on a Raspberry Pi
203- CHANGED: The real satellite visibility is considered, if the expected observations are computed in RINEX QC
204
205
206## 2.12.2 (2016-05-18)
207- FIXED: Wrong RINEX v2 header line excluded
208- ADDED: Expected observations in RINEX QC
209- ADDED: Limits for spherical harmonics/degree order extended
210
211## 2.12.1 (2016-04-21)
212- FIXED: RINEX v2 file naming for observation files
213- CHANGED: Release number is now part of BNC version
214
215## 2.12.0 (2016-04-19)
216
Note: See TracBrowser for help on using the repository browser.