blob: a8081af6da1eaa97c2503423b2ceca8050c53d2d [file] [log] [blame]
Harald Weltee72cf552016-04-28 07:18:49 +02001#pragma once
2
3#include <osmocom/core/logging.h>
4
5enum {
6 DMAIN,
7 DDB,
8 DGSUP,
9 DAUC,
Harald Welte95b96d42018-07-29 12:47:39 +020010 DSS,
Oliver Smithbf7deda2019-11-20 10:56:35 +010011 DMSLOOKUP,
Neels Hofmeyrb2553eb2019-11-20 02:36:45 +010012 DLU,
Neels Hofmeyr647c1062019-11-20 03:35:37 +010013 DDGSM,
Harald Weltee72cf552016-04-28 07:18:49 +020014};
15
16extern const struct log_info hlr_log_info;