aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/cscn_main.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/osmo-cscn/cscn_main.c
parent3f18cfce85f76dcf02f49825c9fa326629c20d66 (diff)
cosmetic: debug and error logging, comment tweaks
Diffstat (limited to 'openbsc/src/osmo-cscn/cscn_main.c')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index de651f4ed..2031c12c2 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -332,7 +332,7 @@ static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gpr
static int rx_iu_event(struct ue_conn_ctx *ctx, enum iu_event_type type,
void *data)
{
- DEBUGP(DIUCS, "got Iu-CS event %u\n", type);
+ DEBUGP(DIUCS, "got IuCS event %u\n", type);
return iucs_rx_ranap_event(cscn_network, ctx, type, data);
}
@@ -489,7 +489,7 @@ TODO: we probably want some of the _net_ ctrl commands from bsc_base_ctrl_cmds_i
/* Set up A-Interface */
/* TODO: implement A-Interface and remove above legacy stuff. */
- /* Set up Iu-CS */
+ /* Set up IuCS */
iu_init(tall_cscn_ctx, "127.0.0.1", 14001, rcvmsg_iu_cs, rx_iu_event);
if (cscn_cmdline_config.daemonize) {