mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 00:11:59 +00:00
It just uses the viterbi equalizer and the sigproclib to generate and demodulate bursts and prints the bits, only useful for development. Change-Id: I852e34d9667d1f12f235f8b3da1fcc0d738b2db9
12 lines
231 B
Makefile
12 lines
231 B
Makefile
AM_CPPFLAGS = $(LIBOSMOCODING_CFLAGS)
|
|
AM_CFLAGS = -Wall
|
|
|
|
DIST_SUBDIRS = va-test
|
|
|
|
EXTRA_DIST = clockdump.sh matlab
|
|
|
|
noinst_PROGRAMS = osmo-prbs-tool
|
|
|
|
osmo_prbs_tool_SOURCES = prbs-tool.c
|
|
osmo_prbs_tool_LDADD = $(LIBOSMOCODING_LIBS)
|