logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran

Change-Id: I61f452208088dc7097165deecef7c058ebb4bd4e
This commit is contained in:
Harald Welte 2017-04-03 19:37:11 +02:00
parent d4089f4b07
commit 62d3296c14
1 changed files with 5 additions and 1 deletions

View File

@ -102,7 +102,11 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLSTATS -10 /*!< Statistics */
#define DLGSUP -11 /*!< Generic Subscriber Update Protocol */
#define DLOAP -12 /*!< Osmocom Authentication Protocol */
#define OSMO_NUM_DLIB 12 /*!< Number of logging sub-systems in libraries */
#define DLSS7 -13 /*!< Osmocom SS7 */
#define DLSCCP -14 /*!< Osmocom SCCP */
#define DLSUA -15 /*!< Osmocom SUA */
#define DLM3UA -16 /*!< Osmocom M3UA */
#define OSMO_NUM_DLIB 16 /*!< Number of logging sub-systems in libraries */
/*! Configuration of singgle log category / sub-system */
struct log_category {