aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-14 08:34:24 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-14 08:34:24 +0200
commit77fa4d2386896899e6419b54e18b6593a597e680 (patch)
tree8c94a07970032cdd20c4ca344948be60b9e08556
parent9be8752541c336db877e2c8580c99af3504dfa00 (diff)
bsc_msc_ip.c: Fix the source comment...
This file is the bsc_msc_ip process to communicate with a MSC and to implement the GSM 08.08 spec.
-rw-r--r--openbsc/src/bsc_msc_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 7dc821e2b..33be59439 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -1,4 +1,4 @@
-/* A hackish minimal BSC (+MSC +HLR) implementation */
+/* The BSC Process to handle GSM08.08 (A-Interface) */
/* (C) 2008-2009 by Harald Welte <laforge@gnumonks.org>
* (C) 2009 by Holger Hans Peter Freyther <zecke@selfish.org>