[PATCH] osmo-msc[master]: remove dead ctrl.h header file

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
Wed Jan 24 23:38:35 UTC 2018


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

remove dead ctrl.h header file

Change-Id: I3ea0d98580085982ec0f20165c0ddcfd439e7419
Related: OS#2528
---
M include/osmocom/msc/Makefile.am
D include/osmocom/msc/ctrl.h
M src/osmo-msc/msc_main.c
3 files changed, 0 insertions(+), 6 deletions(-)


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

diff --git a/include/osmocom/msc/Makefile.am b/include/osmocom/msc/Makefile.am
index 7e86b12..ec231d0 100644
--- a/include/osmocom/msc/Makefile.am
+++ b/include/osmocom/msc/Makefile.am
@@ -4,7 +4,6 @@
 	bsc_api.h \
 	common.h \
 	common_cs.h \
-	ctrl.h \
 	db.h \
 	debug.h \
 	gsm_04_08.h \
diff --git a/include/osmocom/msc/ctrl.h b/include/osmocom/msc/ctrl.h
deleted file mode 100644
index c5ac210..0000000
--- a/include/osmocom/msc/ctrl.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-
-struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net,
-					const char *bind_addr, uint16_t port);
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index 9fa98f3..a4b833e 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -57,7 +57,6 @@
 #include <osmocom/ctrl/control_if.h>
 #include <osmocom/ctrl/control_vty.h>
 #include <osmocom/ctrl/ports.h>
-#include <osmocom/msc/ctrl.h>
 #include <osmocom/msc/smpp.h>
 #include <osmocom/sigtran/osmo_ss7.h>
 #include <osmocom/mgcp_client/mgcp_client.h>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ea0d98580085982ec0f20165c0ddcfd439e7419
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list