aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 08:02:08 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 08:02:08 +0800
commit13441a1c50ceaec752a09a4df6a43e72334bacb0 (patch)
treeae4cf718ae692311130e65470edb24b059cbce66 /openbsc
parent8ff74e8c24866e888652a70c0d9a21b2f2dad18c (diff)
gsm48: Typo fix.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index f8602a330..17457736a 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -609,7 +609,7 @@ static int gsm48_rx_mm_serv_req(struct msgb *msg)
struct gsm48_hdr *gh = msgb_l3(msg);
struct gsm48_service_request *req =
(struct gsm48_service_request *)gh->data;
- /* unfortunately in Phase1 the classmar2 length is variable */
+ /* unfortunately in Phase1 the classmark2 length is variable */
u_int8_t classmark2_len = gh->data[1];
u_int8_t *classmark2 = gh->data+2;
u_int8_t mi_len = *(classmark2 + classmark2_len);