Attention is currently required from: laforge, fixeria.
8 comments:
File utils/Makefile.am:
You wouldn't need these relative paths if you used `$(top_srcdir)`.
Done
Patch Set #10, Line 2: AM_CPPFLAGS = -Wall $(STD_DEFINES_AND_INCLUDES) -I${srcdir}/../Transceiver52M/arch/common -I${srcdir}/../Transceiver52M/device/common -I${srcdir}/../Transceiver52M
Also, for the sake of readability, one item per line please.
Done
Patch Set #10, Line 3: lpthread
This is actually not a compiler flag, so `LDADD` is a better fit. […]
Done
Patch Set #10, Line 4: LIBOSMOCODING_CFLAGS
Is libosmocoding also needed by your new tool? If not, move it to `osmo_prbs_tool_CFLAGS`.
Done
Patch Set #10, Line 13: burst-gen
Add `osmo-` prefix for consistency with `osmo-prbs-tool`?
Done
Patch Set #10, Line 15: burst_gen_SOURCES = va-test/burst-gen.cpp ${srcdir}/../Transceiver52M/grgsm_vitac/grgsm_vitac.cpp ${srcdir}/../Transceiver52M/grgsm_vitac/viterbi_detector.cc
Same here, one file per line please.
Done
Patch Set #10, Line 17: ../Transceiver52M/libtransceiver_common.la \
tabs vs spaces
Done
File utils/va-test/burst-gen.cpp:
Patch Set #10, Line 524: int main()
doesn't compiler warn about missing `return (int)`?
No, see https://en.cppreference.com/w/cpp/language/main_function 4)
To view, visit change 33945. To unsubscribe, or for help writing mail filters, visit settings.