aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Install the pcuif_proto.h header fileHarald Welte1-2/+4
2016-10-17EGPRS: Add EPDAN CRBB Tree based decodingPravin Kumarvel1-2/+4
2016-05-20Add support for NuRAN Wireless Litecell 1.5 BTSYves Godin1-0/+24
2016-05-17Enable subdir-objects automake optionYves Godin1-0/+1
2016-05-17Restructure sourcesMax1-20/+29
2016-04-22Rename define for direct hw accessMax1-1/+1
2015-12-15edge: Add GprsCodingScheme classJacob Erlbeck1-2/+4
2015-11-13remove obsolete OpenBTS PCU interface supportHarald Welte1-8/+1
2015-11-12rename sysmo_sock.cpp to osmobts_sock.cppHarald Welte1-2/+2
2015-07-21llc: Add CoDel AQM implementationJacob Erlbeck1-2/+4
2015-06-22build: Add -lrt to AM_LDFLAGSJacob Erlbeck1-0/+1
2015-06-08vty: Add a file for C++ functionsJacob Erlbeck1-0/+2
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck1-2/+0
2015-05-20ms: Add MS storage classJacob Erlbeck1-0/+2
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck1-1/+2
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck1-0/+2
2015-03-29pcu: Add pcu_utils.h to Makefile.amJacob Erlbeck1-1/+2
2014-08-12tbf: Split out UL/DL TBF methods into separate filesDaniel Willmann1-0/+2
2013-11-19rlc: Start to move things out of the tbf into the rlcHolger Hans Peter Freyther1-1/+2
2013-11-07llc: Move the llc structure to a new header fileHolger Hans Peter Freyther1-1/+2
2013-11-07llc: Move the llc code out of the tbf.cpp into a new dedicated oneHolger Hans Peter Freyther1-1/+2
2013-10-30tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbfHolger Hans Peter Freyther1-1/+0
2013-10-30pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdchHolger Hans Peter Freyther1-2/+5
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther1-1/+2
2013-10-30sba: Move the sba code to a dedicated fileHolger Hans Peter Freyther1-1/+2
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther1-1/+2
2013-10-30ta: Move timing advance related code into the ta.cpp fileHolger Hans Peter Freyther1-1/+2
2013-10-30encoding: Move the functions into the encoding classHolger Hans Peter Freyther1-1/+2
2013-10-30encoding: Move encoding routines into a separate fileHolger Hans Peter Freyther1-1/+2
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther1-2/+4
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-1/+2
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-1/+2
2013-10-30alloc: Move the two timeslot alloc algorithms to a dedicated fileHolger Hans Peter Freyther1-0/+1
2013-10-18tbf: Begin to add some structure to the tbf codeHolger Hans Peter Freyther1-2/+4
2013-08-02tests: Move the RLCMACTest into the test directory and setup autotestHolger Hans Peter Freyther1-9/+2
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-0/+1
2012-12-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg1-1/+34
2012-07-25misc: Add the libosmocore CFLAGS to the CPPFLAGSHolger Hans Peter Freyther1-1/+1
2012-07-22Makefile.am: Actually install the pcu during 'make install'Harald Welte1-1/+3
2012-07-22Makefile.am: rename executable name from pcu to osmo-pcuHarald Welte1-3/+3
2012-07-13logging: Add vty to allow definition/storage of debug levelsAndreas Eversberg1-2/+4
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-9/+9
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte1-18/+3
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-0/+2
2012-06-26Merge branch 'jolly'Ivan Kluchnikov1-3/+14
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-1/+8
2012-06-23Adding more OpenBSC object files to Makefile.amAndreas Eversberg1-1/+8
2012-06-18remove dependencies to openbsc/osmoggsn internalsHarald Welte1-10/+2
2012-06-14Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o filesHarald Welte1-13/+0
2012-06-14Add auto-foo (partial cleanup, master makefile/configure.acHarald Welte1-11/+7