aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/logging.h')
-rw-r--r--include/osmo-bts/logging.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/osmo-bts/logging.h b/include/osmo-bts/logging.h
index 601fb2f5..e63b0cfa 100644
--- a/include/osmo-bts/logging.h
+++ b/include/osmo-bts/logging.h
@@ -9,19 +9,17 @@ enum {
DOML,
DRLL,
DRR,
- DMM,
- DCC,
- DSMS,
DMEAS,
DPAG,
- DLAPDM,
DL1C,
- DSAP,
+ DL1P,
DABIS,
DRTP,
DSUM,
};
-extern const struct log_info log_info;
+extern const struct log_info bts_log_info;
+
+int bts_log_init(const char *category_mask);
#endif /* _LOGGING_H */