aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt_gsm.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31Add an 'osmo_gapk' prefix to the exposed symbolsVadim Yanitskiy1-1/+1
To avoid a naming conflict between libosmogapk and other projects during linkage, all the exposed symbols should have an unique prefix. Let's use 'osmo_gapk' for that.
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-2/+2
To be able to use the library, external applications need to know, which symbols are exposed. This information is provided by header files, which are being installed to a system's ${includedir} since this change.
2017-05-29fmt_gsm: document that this format is also used for RTPv0.4Harald Welte1-1/+1
2017-05-28prepare gapk for dealing with variable-length framesHarald Welte1-9/+14
The existing architecture was modelled around fixed-length codec frame sizes, which of course fails with multi-rate codecs such as AMR.
2017-05-27add some more comments throughout the codeHarald Welte1-0/+2
2010-11-05format: Add support for classic .gsm file/frame formatSylvain Munaut1-0/+59
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>