compat: add compatibility definitions for old MM_MODEM_BAND_EUTRAN_* values

Those Roman numeral suffixes in MM_MODEM_BAND_EUTRAN_* were replaced
with 1, 2, 3, ..., etc. This patch adds a compatibility header,
ModemManager-compat.h, to alias the old MM_MODEM_BAND_EUTRAN_* values to
the new values.
This commit is contained in:
Ben Chan
2017-06-28 08:30:21 -07:00
committed by Aleksander Morgado
parent 989ade7b8c
commit 3d800c2f49
6 changed files with 518 additions and 0 deletions

View File

@@ -37,6 +37,9 @@
/* Public header with errors */
#include <ModemManager-errors.h>
/* Public header with compability types and methods */
#include <ModemManager-compat.h>
/* Public header with version info */
#include <ModemManager-version.h>