fixeria has uploaded this change for review.

View Change

trxcon: cosmetic: rename trxcon.c to trxcon_main.c

Change-Id: Idc5f4217dd31b5bdcb364600f7b97d1f60e1ab6f
Related: OS#5599
---
M src/host/trxcon/src/Makefile.am
R src/host/trxcon/src/trxcon_main.c
2 files changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/95/30095/1
diff --git a/src/host/trxcon/src/Makefile.am b/src/host/trxcon/src/Makefile.am
index 3af004d..1ec4d76 100644
--- a/src/host/trxcon/src/Makefile.am
+++ b/src/host/trxcon/src/Makefile.am
@@ -43,7 +43,7 @@
trx_if.c \
logging.c \
trxcon_fsm.c \
- trxcon.c \
+ trxcon_main.c \
$(NULL)

trxcon_LDADD = \
diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon_main.c
similarity index 100%
rename from src/host/trxcon/src/trxcon.c
rename to src/host/trxcon/src/trxcon_main.c

To view, visit change 30095. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Idc5f4217dd31b5bdcb364600f7b97d1f60e1ab6f
Gerrit-Change-Number: 30095
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange