fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/34148 )
Change subject: README.md: upade the list of libraries ......................................................................
README.md: upade the list of libraries
Change-Id: I0572e9435330c15469f6609505867c21be9c3483 --- M README.md 1 file changed, 16 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/48/34148/1
diff --git a/README.md b/README.md index c857f66..b88c581 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@
This project is a home for several libraries providing common GPRS routines:
-* libosmo-csn1 - CSN.1 (Concrete Syntax Notation 1) codec, -* libosmo-gprs-llc - LLC (Logical Link Control) layer, -* libosmo-gprs-rlcmac - RLC/MAC message definitions. + +* libosmo-csn1 - CSN.1 (Concrete Syntax Notation 1) codec; +* libosmo-gprs-rlcmac - RLC/MAC as per 3GPP TS 44.060, TS 44.018; +* libosmo-gprs-llc - LLC (Logical Link Control) as per 3GPP TS 44.064; +* libosmo-gprs-gmm - GMM (GPRS Mobility Management) as per 3GPP TS 24.008 section 9.4; +* libosmo-gprs-sm - SM (GPRS Session Management) as per 3GPP TS 24.008 section 9.5; +* libosmo-gprs-sndcp - SNDCP (Subnetwork Dependent Convergence Protocol) as per 3GPP TS 44.065.
Homepage --------