GSM Audio Pocket Knife
Go to file
Vadim Yanitskiy 90ba826c6b 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
2023-03-13 04:19:23 +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/fetch_sources.py: convert to Python 3 2022-12-06 04:04:03 +07:00
m4 Initial skeleton import 2010-10-24 10:22:06 +02:00
src Run struct_endianness.py 2023-02-20 09:45:04 +01: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 Init automake test environment 2017-12-31 12:21:00 +01: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.