﻿__group__	ticket	summary	component	version	milestone	type	owner	status	created	_changetime	_description	_reporter
Active Tickets	213	BNC 2.13.4 macOS build blocked by Gatekeeper and crashes due to invalid code signature (Code 2, CODESIGNING)	BNC	BNC 2.2		defect	stuerze	new	2026-02-14T15:10:22+01:00	2026-02-17T11:29:47+01:00	"Dear BNC Development Team,
I would like to report an issue with the macOS build of BNC 2.13.4.
On macOS 26.3 (Apple Silicon, M2), the application initially shows the system warning:
“bnc.app is damaged and can’t be opened. You should move it to the Trash.”
After manually removing the quarantine attribute, the application no longer shows the “damaged” message, but it immediately crashes on launch with:

Termination Reason: Namespace CODESIGNING, Code 2
Exception Type: SIGKILL (Code Signature Invalid)
The crash report also shows the bundle identifier as:
com.yourcompany.bnc

As a temporary workaround, I was able to run the application by re-signing it locally using:
codesign --force --deep --sign - /Applications/bnc.app

After applying an ad-hoc signature, the application launches and runs normally.
It appears the distributed macOS build may not be properly signed and/or notarized. On current macOS versions, this results in Gatekeeper blocking the application and the system terminating the process at launch.
Could you please confirm whether the macOS build is intended to be signed and notarized for distribution?
Best regards,
Arda Yeşil"	ardayesil@…
Active Tickets	201	Connect BKG NtripCaster to LDAP using LDAP authentication	Professional Caster			defect	stoecker	new	2025-03-06T13:54:40+01:00	2025-03-11T11:13:31+01:00	"Dear BKG team,

We are trying to integrate our BKG NtripCaster V2.0.47 with an LDAP server using simple LDAP authentication (i.e. providing the bind DN and bind password) but we don't know if the BKG supports the LDAP bind authentication and in this case how to configure it. We have tried several options using the configuration ldap parameters included in the ntripcaster.conf but we couldn't make it work.

For us this is relevant as, due to cybersecurity constraints, the anonymous access to the LDAP server is not permitted and we need to integrate our external caster with a LDAP directory for managing the access of external users to our Galileo Ntrip service.

Thank you in advance!!
Jorge
"	jrocamora@…
Active Tickets	205	BKG NTRIP client seems not to open com ports with higher numbers, e.g. COM11 or COM17	BNC			defect	stuerze	new	2025-04-03T13:45:46+02:00	2025-07-01T14:30:44+02:00	"We are using the BKG client to provide correction data streams to uBlox f9P receivers. We now faced the issue that it seems we can not open serial connections for com ports with higher numbers, e.g. COM17. This has been observed on multiple PCs.

The issue was discovered after we changed the test PC which needed re-installation of GNSS receivers (leading to different com port mapping for the same receivers compared to the old PC). The BKG client version was 12.xxx but we also now updated to the recent version.

On the PC multiple GNSS receivers are connected and the correct ports are used, i.e. RTCM corrections can be provided on this ports theoretically. While we can successfully open the connection to ports like COM4. Stopping the client and using the same settings for higher ports (multiple receivers are connected at same time with same settings) leads to the connection is not being accepted.

In the below example we automatically try to open the connection which fails. Than we manually just change the com port number from 17 (receiver 1) to Com5 (another receiver) and it immediately works (the name of the file coincidentally has ""...Com5.bnc"" in it on, on another PC it is between com11 not working and com4 working).


25-04-03 11:29:59 ========== Start BNC v2.13.2 (WIN32) ==========
25-04-03 11:29:59 Panel 'Serial Output' active
25-04-03 11:29:59 RS01: Cannot open serial port

25-04-03 11:29:59 RS01: Get data in RTCM 3.x format
25-04-03 11:29:59 Configuration read: tests/Gnss/RTK/BNC_Template_NTRIP_viaPort4022ToCom5.bnc, 1 stream(s)
25-04-03 11:32:09 ========== Start BNC v2.13.2 (WIN32) ==========
25-04-03 11:32:09 Panel 'Serial Output' active
25-04-03 11:32:09 RS01: Get data in RTCM 3.x format
25-04-03 11:32:09 Configuration read: tests/Gnss/RTK/BNC_Template_NTRIP_viaPort4022ToCom5.bnc, 1 stream(s) "	carsten.stoeber@…
Active Tickets	206	BNC for IPAD	Other			defect	wiese	assigned	2025-04-16T07:16:52+02:00	2025-06-06T09:34:00+02:00	is there a BNC that will run on Apple IPAD from what i can tell there is none on the download page. Thanks	nick.townsend@…
Active Tickets	215	Difference observed with BNC RT latency	Other			defect	stuerze	assigned	2026-04-15T09:19:57+02:00	2026-05-04T17:08:36+02:00	"We observe a difference of latency in RTCM real time logs between BNC 2.12.17 and last BNC 2.13.4.

If a RT RTCM MSM7 flow doesn’t contain 1127 packet (MSM7 Beidou) and 1042 packet (Beidou ephemeris),
-	When using BNC 2.13.4, latency looks good :
26-04-14 15:15:00 SAG100FRA1 Observations: Mean latency 0.27 sec, min 0.06, max 0.50, rms 0.29, 900 epochs, 0 gaps
-	When using BNC 2.12.17 latency is increased of 1 second which looks abnormal (local network test conditions for this log) :
26-04-14 15:45:01 SAG100FRA1 Observations: Mean latency 1.27 sec, min 1.07, max 1.57, rms 1.28, 900 epochs, 0 gaps
If we add this Beidou packets, latency is the same for both versions.
Are you aware of that and if yes, can you tell us in which version it was fixed? Is it mentioned in changelog?

Thank you

CNES REGINA Team
Thierry Lawrence
regina.operation@cnes.fr"	regina.operation@…
Active Tickets	170	structured logging	BNC			enhancement	stuerze	new	2023-12-07T09:11:23+01:00	2023-12-07T09:11:23+01:00	"Currently the logfiles are not easy to parse, as they are not structured. Nowadays the logs are often JSON formated or key=value pairs separated by spaces.
JSON example line: {{{{""level"":""debug"",""time"":""2023-12-07T08:03:47.162"",""sender"":""SCP"",""message"":""executed command \""/usr/local/bin/myHooks\"", elapsed: 1.007732187s, error: <nil>""}}}}

To facilitate the monitoring purposes with BNC, this should be introduced.
To discuss: 
- as new log to not break existing workflows?
- new log with metrics only?
- write to port instead of file?
- ...

See #168 and #108."	wiese
Active Tickets	195	BNC Analyze Elevation cut-off angle	Other			enhancement	team	new	2025-01-28T17:34:50+01:00	2025-02-28T10:55:13+01:00	"Hi BKG Team

It would be very interesting to be able to set an elevation cut-off angle for the analysis module. 
Similarly for the Edit module, being able to filter all observations below a certain threshold would be really cool."	sgonnet@…
Active Tickets	196	Users.aut modification	Professional Caster			enhancement	stoecker	new	2025-02-07T14:54:18+01:00	2025-05-14T15:08:51+02:00	"Hi,

We are currently working on a project based on your Professional Caster and have a question regarding the users.aut configuration file. 

From our understanding reading the manual, adding N users does not require a restart of the caster since a rehash can be commanded; however, editing a username or removing an existing user are actions that require this restart.

Is it possible to not restart the Caster after a user has been removed for the change to take place? In case that the current version does not allow it, is this a functionality planned to be included in the future?

Thanks in advance!
"	mvargasp
Active Tickets	217	Add more context to “Not authorized” connection log entries	Professional Caster			enhancement	stoecker	new	2026-05-13T21:32:54+02:00	2026-05-13T21:32:54+02:00	"Could it be possible to add more context to “Not authorized” connection log entries (e.g. URI, username)?

E.g.:

''[13/May/2026:16:51:23] [884764:Connection Handler] Kicking unknown 884758 [localhost] [Not authorized], connected for 0 seconds''

Thanks in advance!
Kind regards,
Jorge"	jrocamora@…
Active Tickets	210	"help on ""14_SaveSp3.bnc"""	BNC			task	stuerze	reopened	2025-05-30T00:00:21+02:00	2025-06-06T23:48:51+02:00	"HI,

This is a question that I need help with BNC 2.13.2.
I wanted to save corrections to SP3 file in CoM, and I'm using example config file ""14_SaveSp3.bnc"".
My question is that the example is using APC correction ""SSRA00BKG1"", so BNC is using ""igs20.atx"" to convert orbits to CoM?
What if I use CoM correction ""SSRC00BKG1"", and still check the ""CoM"" box, will BNC try to convert orbits to CoM again? (which will be wrong)

Best Regards,
Gary"	garyli@…
Active Tickets	216	Galileo HAS corrections vary from ones, recieved via E6B signal	BNC	BNC 2.1		defect	stuerze	new	2026-05-01T19:54:35+02:00	2026-05-12T16:57:01+02:00	"A discrepancy has been observed in the Galileo High Accuracy Service (HAS) orbit corrections when comparing data distributed via BNC Ntrip Caster against data received directly from the Galileo E6B Signal-in-Space (SIS).

The issue affects the radial component of the orbit corrections. The streams recieved through BNC show a measurable offset in the radial component (orbit correction) compared to the same data, recieved via SIS. This affects whole Galileo constellation (~8-10cm offset) and several GPS satellites (~65-70cm offset). Two files with corrections are attached.
Thank you in advance.
With regards,
Vladyslav Kerker."	vladyslav.v.kerker@…
