aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-06-11 17:54:56 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-06-11 17:55:55 +0200
commit9ac453759cb9480244aa00ae4a1665c352a547f2 (patch)
treee69a2aa520561dabad8bc52c8fb2585a99c02e14
parente6b45d81648feb89bbada6d141400d61037a7e31 (diff)
misc: Fix the spelling of frame in the RLM cause strings
-rw-r--r--src/gsm/rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c
index 5693b4f0..e27f84a5 100644
--- a/src/gsm/rsl.c
+++ b/src/gsm/rsl.c
@@ -394,7 +394,7 @@ static const struct value_string rsl_rlm_cause_strs[] = {
{ RLL_CAUSE_SFRM_INC_PARAM, "S-Frame with incorrect parameters" },
{ RLL_CAUSE_IFRM_INC_MBITS, "I-Frame with incorrect use of M bit" },
{ RLL_CAUSE_IFRM_INC_LEN, "I-Frame with incorrect length" },
- { RLL_CAUSE_FRM_UNIMPL, "Fraeme not implemented" },
+ { RLL_CAUSE_FRM_UNIMPL, "Frame not implemented" },
{ RLL_CAUSE_SABM_MF, "SABM command, multiple frame established state" },
{ RLL_CAUSE_SABM_INFO_NOTALL, "SABM frame with information not allowed in this state" },
{ 0, NULL },