From b99ed7ff187283eff83dfb647bdddd09bd9b8a59 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 13 Aug 2018 20:54:44 +0200 Subject: Add RSPRO support to IPA and logging definitions Change-Id: Iee79f5273f32cb9ce4bd7a984e7f0625542e776f --- include/osmocom/core/logging.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/osmocom/core') diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 8464043f..c60143d9 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -122,7 +122,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format, #define DLM3UA -16 /*!< Osmocom M3UA */ #define DLMGCP -17 /*!< Osmocom MGCP */ #define DLJIBUF -18 /*!< Osmocom Jitter Buffer */ -#define OSMO_NUM_DLIB 18 /*!< Number of logging sub-systems in libraries */ +#define DLRSPRO -19 /*!< Osmocom Remote SIM Protocol */ +#define OSMO_NUM_DLIB 19 /*!< Number of logging sub-systems in libraries */ /*! Configuration of single log category / sub-system */ struct log_category { -- cgit v1.2.3