summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/README.building
diff options
context:
space:
mode:
authorTom2011-08-16 15:41:46 +0200
committerTom2011-08-16 15:41:46 +0200
commitf910171deda0933e506cf3ffc216ee8daa418c24 (patch)
treedddee7cdad41fc4f3d8c1de95148d0a2daac1193 /Src/osmocombb/src/README.building
parentanother system info 2 description (diff)
downloadimsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.tar.gz
imsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.tar.xz
imsi-catcher-detection-f910171deda0933e506cf3ffc216ee8daa418c24.zip
corrected spelling mistake and added 2 new papers for gsm specs
Diffstat (limited to 'Src/osmocombb/src/README.building')
-rw-r--r--Src/osmocombb/src/README.building30
1 files changed, 0 insertions, 30 deletions
diff --git a/Src/osmocombb/src/README.building b/Src/osmocombb/src/README.building
deleted file mode 100644
index 328c9ed..0000000
--- a/Src/osmocombb/src/README.building
+++ /dev/null
@@ -1,30 +0,0 @@
-== How to build OsmocomBB? ==
-
-=== Prerequisites ===
-
-We assume you are building on a GNU/Linux host system such as Debian
-GNU/Linux. Successful builds have also been reported using MacOS X
-and the Cygwin environment for MS Windows, but we do not officially support
-this.
-
- # Get a GNU toolchain (gcc/binutils) for ARM (e.g. from http://gnuarm.com/)
- # Set your path to include the arm-elf-* executables of your toolchain
- # call 'make' in this (the src) subdirectory
-
-=== Details ===
-
-The master Makefile will build:
-
- * libosmocore for the host (x86 or whatever you use)
- * libosmocore for the target (ARM)
- * osmocon and layer23 executables for the host (linking libosmocore)
- * the actual target firmware images (in src/target/firmware/board/*/*.bin)
-
-== Transmitting ==
-
-For safety reasons, all code that can enable the transmitter on the phone is
-disabled in the default builds. Plese check the src/target/firmware/Makefile
-for the "#CFLAGS += -DCONFIG_TX_ENABLE" line.
-
-Please notice that GSM operates in licensed spectrum and in most jurisdictions
-you will need a license from a regulatory authority to transmit.