fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30095 )
Change subject: trxcon: cosmetic: rename trxcon.c to trxcon_main.c ......................................................................
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