summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-09 07:53:23 +0200
committerHarald Welte <laforge@gnumonks.org>2010-04-09 07:53:23 +0200
commita599e1a9caf8f6c08f155072a6a4890bd4c7e175 (patch)
treea4663eb85a887006985ca938425fb61793267a33 /src/shared/libosmocore/src
parent7ed483c8a7afb77c887ebbc88e8b49d02aa56474 (diff)
libosmocore: don't make local changes in this repository
All changes to libosmocore need to be committed to git://git.osmocom.org/libosmocore.git first, and then imported by means of git-subtree.
Diffstat (limited to 'src/shared/libosmocore/src')
-rw-r--r--src/shared/libosmocore/src/gsm48.c4
-rw-r--r--src/shared/libosmocore/src/gsm48_ie.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/libosmocore/src/gsm48.c b/src/shared/libosmocore/src/gsm48.c
index adaeba33..5761c67b 100644
--- a/src/shared/libosmocore/src/gsm48.c
+++ b/src/shared/libosmocore/src/gsm48.c
@@ -97,10 +97,10 @@ static const struct value_string rr_cause_names[] = {
};
/* FIXME: convert to value_string */
-static const char *cc_state_names[33] = {
+static const char *cc_state_names[32] = {
"NULL",
"INITIATED",
- "MM_CONNECTION_PEND",
+ "illegal state 2",
"MO_CALL_PROC",
"CALL_DELIVERED",
"illegal state 5",
diff --git a/src/shared/libosmocore/src/gsm48_ie.c b/src/shared/libosmocore/src/gsm48_ie.c
index 3c2a1f7b..4ca5fb80 100644
--- a/src/shared/libosmocore/src/gsm48_ie.c
+++ b/src/shared/libosmocore/src/gsm48_ie.c
@@ -2,7 +2,7 @@
* 3GPP TS 04.08 version 7.21.0 Release 1998 / ETSI TS 100 940 V7.21.0 */
/* (C) 2008 by Harald Welte <laforge@gnumonks.org>
- * (C) 2009-2010 by Andreas Eversberg
+ * (C) 2008-2010 by Andreas Eversberg
*
* All Rights Reserved
*