[PATCH] osmo-msc[master]: dissolve libcommon-cs: mv a_reset.c to libmsc

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
Thu Mar 22 16:12:11 UTC 2018


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

dissolve libcommon-cs: mv a_reset.c to libmsc

Change-Id: I2936dadf1ec91b39796b6012d5e6c5db39e0bd34
---
M src/libcommon-cs/Makefile.am
M src/libmsc/Makefile.am
R src/libmsc/a_reset.c
3 files changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/src/libcommon-cs/Makefile.am b/src/libcommon-cs/Makefile.am
index 58fd524..10608ab 100644
--- a/src/libcommon-cs/Makefile.am
+++ b/src/libcommon-cs/Makefile.am
@@ -18,5 +18,4 @@
 noinst_LIBRARIES = libcommon-cs.a
 
 libcommon_cs_a_SOURCES = \
-	a_reset.c \
 	common_cs.c
diff --git a/src/libmsc/Makefile.am b/src/libmsc/Makefile.am
index c6f4d78..3173da5 100644
--- a/src/libmsc/Makefile.am
+++ b/src/libmsc/Makefile.am
@@ -28,6 +28,7 @@
 libmsc_a_SOURCES = \
 	a_iface.c \
 	a_iface_bssap.c \
+	a_reset.c \
 	msc_vty.c \
 	db.c \
 	gsm_04_08.c \
diff --git a/src/libcommon-cs/a_reset.c b/src/libmsc/a_reset.c
similarity index 100%
rename from src/libcommon-cs/a_reset.c
rename to src/libmsc/a_reset.c

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2936dadf1ec91b39796b6012d5e6c5db39e0bd34
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