Commit Graph

5 Commits

Author SHA1 Message Date
Ivan Kluchnikov b172b1b18d Fixed handling of LLC-PDU Length Indicator.
Added implementation of Length Indicator, which consists of two octets.
2012-06-07 01:51:49 +04:00
Ivan Kluchnikov 3fa42b21ee Fixed length of BSSGP header. 2012-06-04 19:07:25 +04:00
Ivan Kluchnikov a21f275035 Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block function. 2012-05-24 22:35:19 +04:00
Ivan Kluchnikov a9f1ff2b64 Modified PCU debugging/logging system. Now we use functions from osmocom logging system. 2012-05-24 22:25:06 +04:00
Ivan Kluchnikov 8ee6051b72 Separation of GPRS PCU application from main OpenBTS code and changing PCU architecture (First step).
1. pcu - main program for  GPRS PCU.
2. gprs_rlcmac - RLC/MAC layer implementation for PCU. Added list for TBF, TBF allocation, establishment, release.
3. gprs_bssgp_pcu - BSSGP protocol implementation for PCU.
4. pcu_l1_if - interface for communication PCU application with OpenBTS.
2012-03-05 19:24:57 +04:00