From f94418a12917498c54682e2034857826b281a00b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 30 Apr 2010 14:27:05 +0200 Subject: gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone --- openbsc/src/gsm_04_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gsm_04_11.c') diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c index 0c12f15f5..81cb77bac 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)); -- cgit v1.2.3