From e4cb3e039b78e03dc7115faac065830dada67a17 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 30 Jul 2010 02:12:02 +0800 Subject: sccp: Adjust the code to only depend on libosmocore * Introduce a method to set the value of the debug area to use and default it to -1. Turn the DSCCP enum into a local variable to make the log messages work. * Remove usage of openbsc and libbsc.a --- include/sccp/sccp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index a0cdf0b..b25e21f 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -174,4 +174,9 @@ struct sccp_parse_result { int sccp_determine_msg_type(struct msgb *msg); int sccp_parse_header(struct msgb *msg, struct sccp_parse_result *result); +/* + * osmocore logging features + */ +void sccp_set_log_area(int log_area); + #endif -- cgit v1.2.3