aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-05 15:07:25 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:07 +0100
commit195d2dc72423069d6192140a65b6fff76ace79fa (patch)
tree1739ef24fc363a16c928b6df42f7944bb66224ca /openbsc/src/gprs/sgsn_main.c
parent315abfd46b7de3923d8d111322f56aab88f7fd27 (diff)
migrate WIP osmo-iuh hack to use system-installed libosm-ranap.so
this means we no longer try to link to hard-coded files outside of the openbsc.git repository.
Diffstat (limited to 'openbsc/src/gprs/sgsn_main.c')
-rw-r--r--openbsc/src/gprs/sgsn_main.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 0ee304aa7..6cae131bf 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -234,7 +234,6 @@ static void handle_options(int argc, char **argv)
extern int asn_debug;
-#include "hnbgw.h"
/* default categories */
static struct log_info_cat gprs_categories[] = {
[DMM] = {
@@ -284,9 +283,14 @@ static struct log_info_cat gprs_categories[] = {
.description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DSUA] = {
+ .name = "DSUA",
+ .description = "SCCP User Adaptation (SUA)",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
[DRANAP] = {
.name = "DRANAP",
- .description = "RAN Application Part",
+ .description = "RAN Application Part (RANAP)",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
};