aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/README
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-06-10 05:40:52 +0800
committerHarald Welte <laforge@gnumonks.org>2009-06-10 05:40:52 +0800
commit13e10daa330ea2b699c9aa9d14b3adbd01111fd6 (patch)
treebf9144f9cf625baab472492b3047970cab14ef83 /openbsc/README
parentf7c43524cfc6e30a0223d3aaff89fe955d6e5146 (diff)
move openbsc into its own subdirectory
Diffstat (limited to 'openbsc/README')
-rw-r--r--openbsc/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/openbsc/README b/openbsc/README
new file mode 100644
index 000000000..88715f50a
--- /dev/null
+++ b/openbsc/README
@@ -0,0 +1,18 @@
+About OpenBSC
+=============
+
+OpenBSC is a minimalistic implementation of the GSM Network, with particular
+emphasis on the functionality typically provided by the BSC, MSC, HLR, VLR.
+
+Its only current interface is a mISDN based E1 interface utilizing the A-bis
+protocol between BSC and BTS. In other words, you can connect an existing
+GSM Base Transceiver Station (BTS) through E1 to OpenBSC.
+
+So far, it has only been tested with the Siemens microBTS BS-11. Test reports
+with other BTS are appreciated!
+
+This project is still in its early days, and there are lots of areas where it
+doesn't behave as per GSM spec.
+
+December 29, 2008
+ Harald Welte <laforge@gnumonks.org>