aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-08-02tests: Create tests directory and move the VTY testing into thereHolger Hans Peter Freyther1-12/+1
2013-04-06Added conditional python-based tests for VTY/config handlingKat1-0/+13
2013-01-11install osmo-pcu.cfg to /etc/osmocom/Harald Welte1-1/+1
2012-06-14Add auto-foo (partial cleanup, master makefile/configure.acHarald Welte1-0/+3
2012-06-14move everything to src/ subdirectoryHarald Welte1-89/+0
The code corresponds to commit a9aa4777cc1144897a77dfb6c5c3d7325705251e in openbts-p2.8.git (Tue Jun 12 18:14:49 2012 +0400)
2012-05-24Added PCU debugging/logging support code based on osmocom logging system.Ivan Kluchnikov1-5/+10
2012-04-30Additional functions for Osmocom bit vector abstraction.Ivan Kluchnikov1-2/+4
2012-04-12Added gsm_timer.h and gsm_timer.cpp files to Makefile.am.Ivan Kluchnikov1-2/+4
2012-03-05Separation of GPRS PCU application from main OpenBTS code and changing PCU ↵Ivan Kluchnikov1-9/+11
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-02-05Added RLC/MAC application.Ivan Kluchnikov1-4/+37
- 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-01-05Fixed GPRS/Makefile.am. Libgprs.la for RLCMACTest was lost.Ivan Kluchnikov1-1/+3
2011-12-21Moved CSN1 and RLC/MAC code to new GPRS directory.Ivan Kluchnikov1-0/+43