Andrey Skvortsov 833428fc14 data: enable BeiDou and QZSS constellations for GNSS
Tracking more GNSS constellations increases position availability,
especially when sky view is limited or small antennas are used.

BeiDou has global availability, modem does support A-GPS data for
BeiDou. When BeiDou is enabled, its satellites are used in fix
according to PQGSA messages in NMEA stream.

Galileo constellation is kept disabled, since modem doesn't support
assistance data for Galileo. When enabled, Galileo satellites usually
don't participate in the fix.

xtra2.bin contains assistance data only for GPS and GLONASS.
xtra3grc.bin – XTRA 3.0 files, providing GPS, GLO, and BDS assistance
data (protected by a digital signature). Switching to XTRA 3.0 files
is recommended to close CVE-2016-5341.
2025-08-30 19:35:55 +03:00
2022-02-19 15:05:31 +01:00
2024-10-30 11:59:45 +01:00
2024-11-12 13:10:43 +01:00
2020-12-10 15:03:29 +01:00
2020-12-10 15:03:29 +01:00
2025-01-14 18:11:11 +07:00

eg25-manager - Quectel EG25 management daemon

eg25-manager is a daemon for managing the Quectel EG25 modem found on the Pine64 PinePhone.

It implements the following features:

  • cleanly power on/off the modem
  • configure/check essential parameters (such as the audio format) on startup
  • monitor the modem state through ModemManager
  • put the modem in low-power mode when suspending the system, and restore it back to normal behavior when resuming
  • monitor the modem state on resume and recover it if needed

Dependencies

eg25-manager requires the following development libraries:

  • libglib2.0-dev
  • libgpiod-dev (>= 2.0)
  • libmm-glib-dev

Building

eg25-manager uses meson as its build system. Building and installing eg25-manager is as simple as running the following commands:

$ meson ../eg25-build
$ ninja -C ../eg25-build
# ninja -C ../eg25-build install

Configuration

eg25-manager uses device-specific configuration files, named after the device-tree compatible field. These files are installed to /usr/share/eg25-manager. They can be copied to /etc/eg25-manager then modified, that way they won't be overwritten during an upgrade.

Running

eg25-manager is usually run as a systemd service, but can also be manually started from the command-line (requires root privileges):

# eg25manager

License

eg25-manager is licensed under the GPLv3+.

Description
Manager daemon for the Quectel EG25 mobile broadband modem
Readme 433 KiB
Languages
C 97.3%
Meson 2.6%
Shell 0.1%