trxcon: move trxcon_inst_{alloc,free}() to a separate file
commit7d1a2247faecf67a9562a73612b079a12b638d45
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>
Fri, 11 Nov 2022 08:48:38 +0000 (11 15:48 +0700)
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>
Sat, 12 Nov 2022 15:09:55 +0000 (12 22:09 +0700)
tree2ac2543b77ca02e92d735c936aa46e9d1f8238d4
parenta7f399eb958eddd8658bb9fd7ffecf40872b8d56
trxcon: move trxcon_inst_{alloc,free}() to a separate file

Both functions are going to be part of the upcoming libtrxcon.

Change-Id: I98963a1da927581597f7a170239dfb8a87cba842
Related: OS#5599
src/host/trxcon/include/osmocom/bb/trxcon/trxcon.h
src/host/trxcon/src/Makefile.am
src/host/trxcon/src/trxcon_inst.c [new file with mode: 0644]
src/host/trxcon/src/trxcon_main.c