summaryrefslogtreecommitdiffstats
path: root/src/trau_frame.c
Commit message (Collapse)AuthorAgeFilesLines
* trau_frame: Add doxygen documentationHarald Welte2011-08-211-1/+19
|
* TRAU: Properly initialize idle framesDieter Spaar2011-08-211-3/+29
| | | | | | This is particularly important in case of the Nokia BTS, as they seem to drop the RF/signalling channel if they don't get proper TRAU frames.
* update to comply with libosmocore namespace fixesHarald Welte2011-07-191-6/+6
| | | | | This updates the code and brings it in sync to libosmocore git commit 892e621fec571c7cba3573caa0d328ed1b25d8ee
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-051-1/+0Star
| | | | | I can send patches to improve it later, better not to waste much time at it by now so port libosmo-abis upon it.
* include: remove internal definition that are now in libosmocorePablo Neira Ayuso2011-06-091-0/+1
| | | | | Still in one separate patch for libosmocore, but they may become part of mainline soon.
* src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso2011-06-071-3/+2Star
| | | | | | Harald prefers short paths. This patch also remove commented includes in several files.
* missing logging header in trau_frame.cPablo Neira Ayuso2011-06-051-0/+1
|
* initial commit of libosmo-abisPablo Neira Ayuso2011-06-051-0/+260
still many things to get fixed