aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt_rtp_hr_ietf.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-3/+3
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-28fmt_rtp_hr_ietf.c: Fix error encoding this formatHarald Welte1-1/+1
We used the wrong length constant during encoding of RTP-HR IETF style.
2017-05-28Add support for RTP with GSM-HR payload according to RFC5993Harald Welte1-0/+80
This is incompatible with the ETSI TS 101 318 format!