mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
remove any reference to 'struct gsm_bts_link'
This commit is contained in:
@@ -105,11 +105,6 @@ typedef int gsm_cbfn(unsigned int hooknum,
|
|||||||
} while(0);
|
} while(0);
|
||||||
|
|
||||||
|
|
||||||
/* communications link with a BTS */
|
|
||||||
struct gsm_bts_link {
|
|
||||||
struct gsm_bts *bts;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Real authentication information containing Ki */
|
/* Real authentication information containing Ki */
|
||||||
enum gsm_auth_algo {
|
enum gsm_auth_algo {
|
||||||
AUTH_ALGO_NONE,
|
AUTH_ALGO_NONE,
|
||||||
|
|||||||
@@ -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)
|
if (((strlen(response_text) * 7) % 8) != 0)
|
||||||
response_len += 1;
|
response_len += 1;
|
||||||
|
|
||||||
msg->bts_link = in_msg->bts_link;
|
|
||||||
msg->lchan = in_msg->lchan;
|
msg->lchan = in_msg->lchan;
|
||||||
|
|
||||||
/* First put the payload text into the message */
|
/* 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 msgb *msg = gsm48_msgb_alloc();
|
||||||
struct gsm48_hdr *gh;
|
struct gsm48_hdr *gh;
|
||||||
|
|
||||||
msg->bts_link = in_msg->bts_link;
|
|
||||||
msg->lchan = in_msg->lchan;
|
msg->lchan = in_msg->lchan;
|
||||||
|
|
||||||
/* First insert the problem code */
|
/* First insert the problem code */
|
||||||
|
|||||||
Reference in New Issue
Block a user