summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg2011-07-281-0/+1
| | | | | | | Support GSM FR codec only so far. Written-by: Andreas Eversberg <jolly@eversberg.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes include paths to get osmocom-bb working with the current libosmocore tree. Among all these renames, you can notice several tweaks that I added on purpose, and that require some explanation, they are: * hexdump() in osmocon.c and osmoload.c has been renamed to avoid clashing with hexdump() defined in libosmocore. * gsmmap now depends on libosmogsm. Actually I had to cleanup Makefile.am because I was experiencing weird linking problems, probably due to a bug in the autotools. With the change included in this patch, I got it compiled and linked here correctly. This patch has been tested with the phone Motorola C123 and the following images files: * firmware/board/compal_e88/hello_world.compalram.bin * firmware/board/compal_e88/layer1.compalram.bin Using the osmocon, bcch_scan and mobile tools. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* [PATCH] Added runtime selection of gps device.Dario Lombardo2011-03-091-1/+1
|
* Added gpsd support.Dario Lombardo2011-02-161-0/+1
|
* layer23: Split [2/2] -> The header filesSylvain Munaut2010-07-271-0/+4
| | | | | | | | | | This split the headers and adapt the source. We use osmocom/bb as a prefix because libosomore also uses osmocom and generic names such as misc & common could conflict in the future. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* layer23: Split [1/2] -> The source codeSylvain Munaut2010-07-271-0/+3
| | | | | | | | | We split into : - common: Everything that can be shared - mobile: The real spec compliant mobile phones - misc: Different test stuff Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* [layer23] Removed cloned VTY and replaced it by libosmovty.Andreas.Eversberg2010-06-261-0/+1
|
* Rename 'layer2' program to 'layer23' programHarald Welte2010-03-031-0/+27