Attention is currently required from: laforge, tnt, pespin.
Hello laforge, tnt, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bts/+/32174
to look at the new patch set (#2).
Change subject: contrib/ber: Avoid regenerating codec_bit_class.h every build ......................................................................
contrib/ber: Avoid regenerating codec_bit_class.h every build
Automatic generation of a header file using a C program built during build of osmo-bts creates several problems when cross-compiling.
The generated header file is only 59 lines long, so let's have it generated in order to avoid having to call the helper program every time.
A Makefile target is added to easily regenerate the file manually in case it's needed: make -C contrib/ber/ update_codec_bit_class_h
Fixes: acf0f0f0bb715b795c5bc5de6ddf2aa62458af10 Change-Id: I97efdb4ee00537fcae191b4267d0211d582ef372 --- M .gitignore M contrib/ber/Makefile.am A contrib/ber/codec_bit_class.h 3 files changed, 83 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/74/32174/2