summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-04-26 02:55:30 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-04-26 02:55:30 +0200
commitade79a00838801dbcd95efd026d18b15eb1e1e3c (patch)
tree6b08d76dcee3abe022770fee6fd52b16d322c79e /src/target/firmware/board
parentf0059596a20bfa406a500ca5d6b34bf88d333ed3 (diff)
src: use new libosmogsm and include/osmocom/[gsm|core] path to headers
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>
Diffstat (limited to 'src/target/firmware/board')
-rw-r--r--src/target/firmware/board/compal/rf_power.c2
-rw-r--r--src/target/firmware/board/gta0x/rf_power.c2
-rw-r--r--src/target/firmware/board/pirelli_dpl10/rf_power.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/target/firmware/board/compal/rf_power.c b/src/target/firmware/board/compal/rf_power.c
index 71033aea..fbbe65a3 100644
--- a/src/target/firmware/board/compal/rf_power.c
+++ b/src/target/firmware/board/compal/rf_power.c
@@ -21,7 +21,7 @@
*/
#include <stdint.h>
-#include <osmocore/utils.h>
+#include <osmocom/core/utils.h>
/* GSM900 ARFCN 33, Measurements by Steve Markgraf / May 2010 */
const int16_t dbm2apc_gsm900[] = {
diff --git a/src/target/firmware/board/gta0x/rf_power.c b/src/target/firmware/board/gta0x/rf_power.c
index 645c8a39..1c896f74 100644
--- a/src/target/firmware/board/gta0x/rf_power.c
+++ b/src/target/firmware/board/gta0x/rf_power.c
@@ -21,7 +21,7 @@
*/
#include <stdint.h>
-#include <osmocore/utils.h>
+#include <osmocom/core/utils.h>
/* GSM900 ARFCN 33, Measurements by Steve Markgraf / May 2010 */
/* FIXME those are from compal ... need real GTA calibration */
diff --git a/src/target/firmware/board/pirelli_dpl10/rf_power.c b/src/target/firmware/board/pirelli_dpl10/rf_power.c
index 34e74097..9b89847d 100644
--- a/src/target/firmware/board/pirelli_dpl10/rf_power.c
+++ b/src/target/firmware/board/pirelli_dpl10/rf_power.c
@@ -21,7 +21,7 @@
*/
#include <stdint.h>
-#include <osmocore/utils.h>
+#include <osmocom/core/utils.h>
/* GSM900 ARFCN 33, Measurements by Steve Markgraf / May 2010 */
/* FIXME those are from the Compal phones, do measurements with the DP-L10 */