mobile: rename voice.[ch] to tch.[ch]
commitefe2c7b7bd12729335a795ddb255c87e4d6722f7
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>
Mon, 23 Oct 2023 16:38:38 +0000 (23 23:38 +0700)
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>
Fri, 3 Nov 2023 06:34:02 +0000 (3 13:34 +0700)
tree6ccddc60433a6020120a93883fe8d519caf1dea1
parentb6083dcd13655f3826ceae5022b2253a352d55a0
mobile: rename voice.[ch] to tch.[ch]

Also take a chance to change the 'tch_' prefix for all functions.

Change-Id: I05e1ae777add73672db61565c77c68d8ab2b08f0
Related: OS#4396
src/host/layer23/include/osmocom/bb/mobile/Makefile.am
src/host/layer23/include/osmocom/bb/mobile/tch.h [new file with mode: 0644]
src/host/layer23/include/osmocom/bb/mobile/voice.h [deleted file]
src/host/layer23/src/mobile/Makefile.am
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gapk_io.c
src/host/layer23/src/mobile/gsm44068_gcc_bcc.c
src/host/layer23/src/mobile/gsm48_cc.c
src/host/layer23/src/mobile/tch.c [moved from src/host/layer23/src/mobile/voice.c with 85% similarity]