fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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(-)

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-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged