Osmocom Packet control Unit (PCU): Network-side GPRS (RLC/MAC); BTS- or BSC-colocated https://osmocom.org/projects/osmopcu
Go to file
Ivan Kluchnikov 5c2f9fbfa3 Added RLC/MAC application.
- Segmentation of upper layer PDUs into RLC data blocks and re-assembly of RLC data blocks into upper layer PDUs.
 - Segmentation of RLC/MAC control messages into RLC/MAC control blocks and re-assembly of RLC/MAC control messages from RLC/MAC control blocks.
 - NS and BSSGP protocol implementation for communication with OpenSGSN.
 - UDPSocket for communication with OpenBTS.
2012-02-05 02:28:42 +04:00
GPRSSocket.cpp Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
GPRSSocket.h Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
Makefile.am Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
RLCMAC.cpp Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
RLCMACTest.cpp Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
bssgp.cpp Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
bssgp.h Added RLC/MAC application. 2012-02-05 02:28:42 +04:00
csn1.cpp Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
csn1.h Moved CSN1 and RLC/MAC code to new GPRS directory. 2011-12-21 13:17:53 +03:00
gsm_rlcmac.cpp Added function for decoding GPRS RLC/MAC uplink data block. 2012-02-05 01:42:57 +04:00
gsm_rlcmac.h Added function for decoding GPRS RLC/MAC uplink data block. 2012-02-05 01:42:57 +04:00