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/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/6057
signal.h: Remove unused/dead signal definitions
Change-Id: Iba5be82e11fa1d5e5514bc86d8ec23cda24ae4c9
Related: OS#2528
---
M include/osmocom/msc/signal.h
1 file changed, 0 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/57/6057/1
diff --git a/include/osmocom/msc/signal.h b/include/osmocom/msc/signal.h
index 29b6a59..e854a64 100644
--- a/include/osmocom/msc/signal.h
+++ b/include/osmocom/msc/signal.h
@@ -37,8 +37,6 @@
SS_SMS,
SS_SUBSCR,
SS_SCALL,
- SS_MSC,
- SS_CCCH,
};
/* SS_PAGING signals */
@@ -100,18 +98,6 @@
struct gsm_sms *sms;
/* int paging result. Only the ones with > 0 */
int paging_result;
-};
-
-/* MSC signals */
-enum signal_msc {
- S_MSC_LOST,
- S_MSC_CONNECTED,
- S_MSC_AUTHENTICATED,
-};
-
-struct bsc_msc_data;
-struct msc_signal_data {
- struct bsc_msc_data *data;
};
#endif
--
To view, visit https://gerrit.osmocom.org/6057
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba5be82e11fa1d5e5514bc86d8ec23cda24ae4c9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>