GSM Audio Pocket Knife
Go to file
Vadim Yanitskiy 166a189c4f src/Makefile.am: fix building with --enable-gsmhr
In change [1] I moved libraries from _LDFLAGS to _LIBADD, but I did
not notice that there was another problem: when building with gsmhr,
the content of _LIBADD gets overwritten in a conditional block.

Do not overwrite but append libgsmhr.la to _LIBADD.

Change-Id: Ib46b1f6555b13e0937a8d6fe6e2ad70ed9d06d58
Fixes: [1] 08c1edb986
2023-03-16 00:56:21 +07:00
contrib contrib: integrate RPM spec 2020-05-19 15:21:45 +02:00
include Make RTP payload type configurable 2018-07-09 22:16:45 +07:00
libgsmhr libgsmhr: make use of unused LIBVERSION variable 2023-03-13 04:29:54 +07:00
m4 Initial skeleton import 2010-10-24 10:22:06 +02:00
src src/Makefile.am: fix building with --enable-gsmhr 2023-03-16 00:56:21 +07:00
tests tests: use -no-install libtool flag to avoid ./lt-* scripts 2023-03-13 04:19:23 +07:00
.gitignore contrib: integrate RPM spec 2020-05-19 15:21:45 +02:00
.gitreview Add git-review config 2017-12-29 21:48:18 +01:00
Makefile.am Makefile.am: remove unused AM_CPPFLAGS variable 2023-03-13 04:24:41 +07:00
README.md update git URLs (git -> https; gitea) 2022-10-18 17:13:54 +07:00
configure.ac configure: fix warning: AC_OUTPUT should be used without arguments 2022-08-04 20:07:23 +07:00
git-version-gen add git-version-gen to auto-generate version from git repo tags 2015-11-05 21:25:32 +01:00
gpl-3.0.txt Initial skeleton import 2010-10-24 10:22:06 +02:00
libosmogapk.pc.in Add a pkg-config manifest for libosmogapk 2017-12-31 12:20:59 +01:00

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.