summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/src/trxcon_inst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/src/trxcon_inst.c')
-rw-r--r--src/host/trxcon/src/trxcon_inst.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host/trxcon/src/trxcon_inst.c b/src/host/trxcon/src/trxcon_inst.c
index da4d6180..65e63b3a 100644
--- a/src/host/trxcon/src/trxcon_inst.c
+++ b/src/host/trxcon/src/trxcon_inst.c
@@ -27,6 +27,7 @@
#include <osmocom/bb/trxcon/trxcon_fsm.h>
#include <osmocom/bb/l1sched/l1sched.h>
#include <osmocom/bb/l1sched/logging.h>
+#include <osmocom/bb/l1gprs.h>
extern int g_logc_l1c;
extern int g_logc_l1d;
@@ -53,6 +54,9 @@ void trxcon_set_log_cfg(const int *logc, unsigned int logc_num)
case TRXCON_LOGC_SCHD:
schd = logc[i];
break;
+ case TRXCON_LOGC_GPRS:
+ l1gprs_logging_init(logc[i]);
+ break;
}
}