Change in osmo-msc[master]: move subscr_conn.c to ran_conn.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
Fri Nov 30 02:45:48 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/12031


Change subject: move subscr_conn.c to ran_conn.c
......................................................................

move subscr_conn.c to ran_conn.c

subscr_conn.c exclusively defines ran_conn related things. Rename the file.

Change-Id: I6aa6b335842116c717a554c981083a914724ee21
---
M src/libmsc/Makefile.am
R src/libmsc/ran_conn.c
2 files changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/libmsc/Makefile.am b/src/libmsc/Makefile.am
index 90bbbf8..9183ff9 100644
--- a/src/libmsc/Makefile.am
+++ b/src/libmsc/Makefile.am
@@ -44,13 +44,13 @@
 	mncc_sock.c \
 	msc_ifaces.c \
 	msc_mgcp.c \
+	ran_conn.c \
 	rrlp.c \
 	silent_call.c \
 	sms_queue.c \
 	transaction.c \
 	osmo_msc.c \
 	ctrl_commands.c \
-	subscr_conn.c \
 	$(NULL)
 if BUILD_IU
 libmsc_a_SOURCES += \
diff --git a/src/libmsc/subscr_conn.c b/src/libmsc/ran_conn.c
similarity index 99%
rename from src/libmsc/subscr_conn.c
rename to src/libmsc/ran_conn.c
index 5fab1c6..9b63f16 100644
--- a/src/libmsc/subscr_conn.c
+++ b/src/libmsc/ran_conn.c
@@ -25,7 +25,7 @@
 #include <osmocom/core/fsm.h>
 #include <osmocom/core/signal.h>
 
-#include <osmocom/msc/osmo_msc.h>
+#include <osmocom/msc/ran_conn.h>
 #include <osmocom/msc/vlr.h>
 #include <osmocom/msc/debug.h>
 #include <osmocom/msc/transaction.h>

-- 
To view, visit https://gerrit.osmocom.org/12031
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6aa6b335842116c717a554c981083a914724ee21
Gerrit-Change-Number: 12031
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181130/0608718d/attachment.htm>


More information about the gerrit-log mailing list