summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/host/layer23/README
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/host/layer23/README
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/host/layer23/README')
-rw-r--r--Src/osmocombb/src/host/layer23/README42
1 files changed, 0 insertions, 42 deletions
diff --git a/Src/osmocombb/src/host/layer23/README b/Src/osmocombb/src/host/layer23/README
deleted file mode 100644
index dd59823..0000000
--- a/Src/osmocombb/src/host/layer23/README
+++ /dev/null
@@ -1,42 +0,0 @@
-= OsmocomBB layer23 architecture =
-
-layer23 is an (incomplete) MS-side implementation of the L2 and L3 GSM
-protocols as described in GSM TS 04.06, 04.08 and others.
-
-== Interfaces ==
-
-L1 (on the phone) uses the L1CTL protocol to talk with layer23 (on the PC).
-
-L2 (inside layer23) uses the RSLms protocol to talk with the L3 (inside layer23)
-
-
-=== RSLms ===
-
-RSLms is modeled after the GSM TS 08.58 Radio Subsystem Link protocol. Despite
-being designed for the network side, RSL seems a good match for the L2/L3
-interface inside a MS, too.
-
-At least the RLL (Radio Link Layer) part of RSL is 100% as applicable to the MS
-side as it is for the ntwork side.
-
-==== Lower interface (L2 to RSLms) ====
-
-Layer2 calls rslms_sendmsg() with a msgb that has the msgb->l2h pointing to a
-RSL header (struct abis_rsl_common_hdr).
-
-==== Upper interface (L3 to RSLms) ====
-
-Layer3 calls rslms_recvmsg() with a msgb that has the msgb->l2h pointing to a
-RSL header (struct abis_rsl_common_hdr).
-
-There are utility functions like rslms_tx_rll_req() and rslms_tx_rsll_req_l3()
-for creating msgb's with the apropriate RSL/RLL headers.
-
-
-=== LAPDm ===
-
-LAPDm is the GSM TS 04.06 protocol
-
-The lower interface (to L1) is using L1CTL
-
-The upper interface (to L3) is using RSLms