Skip to content
Success

Changes

Summary

  1. libosmotrau: add CSD RA2 functions (details)
Commit db45f7bfe72ece387d1a9005ce9ac7045887fb68 by falcon
libosmotrau: add CSD RA2 functions

Rate adaption function RA2 for GSM CSD calls is defined in 3GPP TS
48.020 chapter 13.  While it is nothing but one special case of I.460
submultiplexing and we do have i460_mux infrastructure in Osmocom,
that fully-general I.460 infra is too heaviweight for CSD encoding
and decoding functions that need simple, single-input and single-output
RA2 packing and unpacking functions.

Right now ad hoc RA2 functions are used in the trau_rtp_conv module
and in OsmoBTS csd_v110; same functions will also be needed for the
upcoming RAA' unit test addition.  Add proper RA2 packing and unpacking
functions that can be used in all of these places.

Change-Id: I7b98b958651b3fc1a814d119d1b8644c91f98676
The file was modifiedinclude/Makefile.am
The file was addedsrc/trau/csd_ra2.c
The file was modifiedsrc/Makefile.am
The file was addedinclude/osmocom/trau/csd_ra2.h