[PATCH] osmo-msc[master]: drop some dead definitions (gsm_data.h, gsup_client.c)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Apr 3 00:13:56 UTC 2018


Review at  https://gerrit.osmocom.org/7610

drop some dead definitions (gsm_data.h, gsup_client.c)

Change-Id: Icad01d0ad8fa68293160bc56543b9c3dcafc50bb
---
M include/osmocom/msc/gsm_data.h
M src/libgsupclient/gsup_client.c
2 files changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/10/7610/1

diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index f61a6cf..1e5d567 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -359,9 +359,6 @@
 	char text[SMS_TEXT_SIZE];
 };
 
-extern void *tall_bsc_ctx;
-extern int ipacc_rtp_direct;
-
 struct gsm_subscriber_connection *msc_subscr_con_allocate(struct gsm_network *network);
 void msc_subscr_con_free(struct gsm_subscriber_connection *conn);
 
diff --git a/src/libgsupclient/gsup_client.c b/src/libgsupclient/gsup_client.c
index 9051b31..1f395ee 100644
--- a/src/libgsupclient/gsup_client.c
+++ b/src/libgsupclient/gsup_client.c
@@ -33,8 +33,6 @@
 #include <errno.h>
 #include <string.h>
 
-extern void *tall_bsc_ctx;
-
 static void start_test_procedure(struct gsup_client *gsupc);
 
 static void gsup_client_send_ping(struct gsup_client *gsupc)

-- 
To view, visit https://gerrit.osmocom.org/7610
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icad01d0ad8fa68293160bc56543b9c3dcafc50bb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list