Attention is currently required from: daniel, msuraev.
2 comments:
Patchset:
Also, do we really need to support multiple gpsd versions with this? […]
I thought so too at first, but it was noted in a related code review that we do need to have backwards compatibility to multiple gpsd versions:
https://gitea.sysmocom.de/sysmocom/gpsdate/pulls/1#issuecomment-68
Also there's already code in this file supporting other gpsd versions.
File src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c:
Patch Set #3, Line 174: #if GPSD_API_MAJOR_VERSION >= 9 && GPSD_API_MINOR_VERSION >= 0
I don't think there're negative minor versions so we can simply check the major version alone 😊
True, the "&& GPSD_API_MINOR_VERSION >= 0" part doesn't do anything - removed it.
To view, visit change 30638. To unsubscribe, or for help writing mail filters, visit settings.