aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-01 18:28:42 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-01 18:28:42 +0000
commitcf5b3597edeb277ca1ca56d460c08495abbdd24a (patch)
tree62bd82ebbabc49881f9a212b2f68c6e6164f38df /include
parent3cf7c3ff89f75d405a3e7ac250a449b0dc1a9e38 (diff)
add verbose reporting of RR STATUS cause
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_04_08.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 6f9bd769a..8d0061261 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -461,7 +461,7 @@ enum gsm48_rr_cause {
GSM48_RR_CAUSE_HNDOVER_IMP = 0x06,
GSM48_RR_CAUSE_CHAN_MODE_UNACCT = 0x07,
GSM48_RR_CAUSE_FREQ_NOT_IMPL = 0x08,
- GSM48_RR_CAUSE_CALL_ClEARED = 0x41,
+ GSM48_RR_CAUSE_CALL_CLEARED = 0x41,
GSM48_RR_CAUSE_SEMANT_INCORR = 0x5f,
GSM48_RR_CAUSE_INVALID_MAND_INF = 0x60,
GSM48_RR_CAUSE_MSG_TYPE_N = 0x61,