aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/iu_cs.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-11 20:22:46 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-20 11:22:59 +0200
commit69d3c26e43101475202643cf48e87b9c4789348c (patch)
tree7775054e5ad60c013dd922d45254bc7705c4ac24 /openbsc/src/libmsc/iu_cs.c
parent3f18cfce85f76dcf02f49825c9fa326629c20d66 (diff)
cosmetic: debug and error logging, comment tweaks
Diffstat (limited to 'openbsc/src/libmsc/iu_cs.c')
-rw-r--r--openbsc/src/libmsc/iu_cs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libmsc/iu_cs.c b/openbsc/src/libmsc/iu_cs.c
index 863a67893..391e577f1 100644
--- a/openbsc/src/libmsc/iu_cs.c
+++ b/openbsc/src/libmsc/iu_cs.c
@@ -60,6 +60,7 @@ static inline void log_subscribers(struct gsm_network *network)
break;
case IFACE_A:
DEBUGPC(DIUCS, " A");
+ /* TODO log A-interface connection details */
break;
case IFACE_UNKNOWN:
DEBUGPC(DIUCS, " ?");