[PATCH] libosmocore[master]: core/conv: rename viterbi_gen.c to viterbi_generic.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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon May 29 13:49:00 UTC 2017


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

core/conv: rename viterbi_gen.c to viterbi_generic.c

Let's avoid confusion with generated files which have
ending with _gen.* as well.

Change-Id: I3ecd8f9e73c05236f2cdc186f58b3d0ba552283f
---
M src/Makefile.am
R src/viterbi_generic.c
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/81/2781/1

diff --git a/src/Makefile.am b/src/Makefile.am
index a0aa5a0..e3a0f00 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@
 			 conv.c application.c rbtree.c strrb.c \
 			 loggingrb.c crc8gen.c crc16gen.c crc32gen.c crc64gen.c \
 			 macaddr.c stat_item.c stats.c stats_statsd.c prim.c \
-			 viterbi.c viterbi_gen.c sercomm.c
+			 viterbi.c viterbi_generic.c sercomm.c
 
 if HAVE_SSE3
 libosmocore_la_SOURCES += viterbi_sse.c
diff --git a/src/viterbi_gen.c b/src/viterbi_generic.c
similarity index 100%
rename from src/viterbi_gen.c
rename to src/viterbi_generic.c

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ecd8f9e73c05236f2cdc186f58b3d0ba552283f
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list