From 41cdaf520d3e11a89f49dcc3ee5e0655e8ec56d6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 1 May 2010 15:19:14 +0800 Subject: remove any reference to 'struct gsm_bts_link' --- openbsc/src/gsm_04_80.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbsc/src') diff --git a/openbsc/src/gsm_04_80.c b/openbsc/src/gsm_04_80.c index 2112e3f99..ef10b1702 100644 --- a/openbsc/src/gsm_04_80.c +++ b/openbsc/src/gsm_04_80.c @@ -257,7 +257,6 @@ int gsm0480_send_ussd_response(const struct msgb *in_msg, const char *response_t if (((strlen(response_text) * 7) % 8) != 0) response_len += 1; - msg->bts_link = in_msg->bts_link; msg->lchan = in_msg->lchan; /* First put the payload text into the message */ @@ -304,7 +303,6 @@ int gsm0480_send_ussd_reject(const struct msgb *in_msg, struct msgb *msg = gsm48_msgb_alloc(); struct gsm48_hdr *gh; - msg->bts_link = in_msg->bts_link; msg->lchan = in_msg->lchan; /* First insert the problem code */ -- cgit v1.2.3