aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 17:48:13 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 17:48:13 +0800
commitf6d0e06940d6430ef58ecd095702e8d1d323d605 (patch)
treecab9e0f2366e9e2b223cebf771b6e93047243ce7 /openbsc/src/gsm_04_08.c
parentd42c3f25a683ab64b957b713ad930244a04b372c (diff)
bsc_api: Set the l3h header from within the dtap method
This is fixing USSD which broke when the code was switched to use the BSC API.
Diffstat (limited to 'openbsc/src/gsm_04_08.c')
-rw-r--r--openbsc/src/gsm_04_08.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index f87406aed..e76a63a5a 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -99,7 +99,6 @@ static int gsm48_conn_sendmsg(struct msgb *msg, struct gsm_subscriber_connection
gh->proto_discr, gh->msg_type);
}
- msg->l3h = msg->data;
return gsm0808_submit_dtap(conn, msg, 0);
}