aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-30 02:12:02 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-30 02:12:02 +0800
commite4cb3e039b78e03dc7115faac065830dada67a17 (patch)
tree201230f1260a349f31bed07f7d518fd127c476b7 /include
parent30cc096640a4d10ba9db64e101042a15822644ec (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h5
1 files changed, 5 insertions, 0 deletions
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