tests: use -no-install libtool flag to avoid ./lt-* scripts

This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed.  By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree.  Libtool is usually able to considerably
speed up the link process for such executables.

Change-Id: Ib5402f99805437ad1ea49792b99434b57b616a2f
1 file changed
tree: a17e24e4eacd49f14055ee96ed3d0dcf87fc8dca
  1. contrib/
  2. include/
  3. libgsmhr/
  4. m4/
  5. src/
  6. tests/
  7. .gitignore
  8. .gitreview
  9. configure.ac
  10. git-version-gen
  11. gpl-3.0.txt
  12. libosmogapk.pc.in
  13. Makefile.am
  14. README.md
README.md

gapk - GSM Audio Pocket Knife

The GSM Audio Picket Knife is a tool that can help you to convert codec frames of all codecs in GSM networks between a variety of different formats / representations.

It is part of the Osmocom Open Source Mobile Communications project.

GIT Repository

You can clone from the official gapk.git repository using

git clone https://gitea.osmocom.org/osmocom/gapk.git

There is a web interface at https://gitea.osmocom.org/osmocom/gapk.

Documentation

Unfortunately none.

Mailing List

Discussions related to gapk are happening on the openbsc@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.