aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-30 14:27:05 +0200
committerHarald Welte <laforge@gnumonks.org>2010-04-30 14:27:05 +0200
commite9dd9b047590064eec1c618475ece7f9627e0312 (patch)
tree58d7a536ff348c7c0e4058fa70d7a866c6106290 /openbsc/src/gsm_04_11.c
parent52e8da6ea134944d1b9dae48f6f280cbe9fcb212 (diff)
gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone
Diffstat (limited to 'openbsc/src/gsm_04_11.c')
-rw-r--r--openbsc/src/gsm_04_11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index 511ad47e7..3492f1f3b 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -675,7 +675,7 @@ static int gsm411_rx_rp_ud(struct msgb *msg, struct gsm_trans *trans,
GSM411_RP_CAUSE_INV_MAND_INF);
return -EIO;
}
- msg->smsh = tpdu;
+ msg->l4h = tpdu;
DEBUGP(DSMS, "DST(%u,%s)\n", dst_len, hexdump(dst, dst_len));