diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/logging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index b3685b81..7c8a7ef5 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -141,6 +141,13 @@ enum logging_filters { _LOGGING_FILTER_COUNT }; +/*! \brief Compatibility with older libosmocore versions */ +#define LOG_FILTER_ALL (1<<LOGGING_FILTER_ALL) +/*! \brief Compatibility with older libosmocore versions */ +#define GPRS_CTX_NSVC LOGGING_CTX_GB_NSVC +/*! \brief Compatibility with older libosmocore versions */ +#define GPRS_CTX_BVC LOGGING_CTX_GB_BVC + struct log_target; /*! \brief Log filter function */ |