aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-30tests: Move the RLCMACTest into the test directory and setup autotestzecke/misc/cleanupsHolger Hans Peter Freyther8-12/+130
2013-07-30tests: Create tests directory and move the VTY testing into thereHolger Hans Peter Freyther3-12/+18
2013-07-30bssgp: The method creates and the connects.. reflect that in the nameHolger Hans Peter Freyther3-3/+3
2013-07-30bitvector: Address compiler warnings about unsigned/signedHolger Hans Peter Freyther2-8/+9
2013-07-30pcu_l1_if.cpp: Remove unused method and commentHolger Hans Peter Freyther1-6/+0
2013-07-30femtobts: Remove code that is causing warnings with GCC 4.8Holger Hans Peter Freyther2-15/+0
2013-07-30csn1: Fix various printf/format issues pointed out by gccHolger Hans Peter Freyther1-4/+6
2013-07-30csn1: Remove unused code from the fileHolger Hans Peter Freyther1-38/+0
2013-07-30misc: Ignore the two osmo-pcu binaries and files created by vimHolger Hans Peter Freyther1-0/+5
2013-07-30misc: Move the parsing of the ms_class from RA Capabilities to a methodHolger Hans Peter Freyther1-32/+43
2013-07-30bssgp: Remove commented out code that is currently not used.Holger Hans Peter Freyther1-4/+0
2013-07-30bssgp: Reset the BVC and NSVC state in the destroy routineHolger Hans Peter Freyther1-0/+4
2013-07-30misc: Move the nsvc_unblocked into the struct osmo_pcuHolger Hans Peter Freyther1-5/+6
2013-07-30misc: Move the bvc_timer into the struct osmo_pcuHolger Hans Peter Freyther1-9/+9
2013-07-30misc: Remove the unused sgsn pointer from the compilation unitHolger Hans Peter Freyther1-1/+0
2013-07-30misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcuHolger Hans Peter Freyther4-24/+31
2013-07-30misc: Introduce a struct osmo_pcu and move things into it.Holger Hans Peter Freyther1-24/+32
2013-07-27misc: Add an option exit/quit when the BSSGP is supposed to be destroyedHolger Hans Peter Freyther6-6/+23
2013-07-27misc: Remove if (timer_pending) stop_timer idiom from the codeHolger Hans Peter Freyther2-6/+3
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg7-11/+185
2013-05-09Allow to enable realtime priority for the BTS processAndreas Eversberg1-1/+22
2013-04-24We shouldn't include the VTY tests in make check by default.Ivan Kluchnikov1-2/+2
2013-04-06Added conditional python-based tests for VTY/config handlingKat4-0/+56
2013-03-19Make the code handle SIGTERM.Holger Hans Peter Freyther1-0/+1
2013-03-17Fix: Correctly display SGSN remote IP at debuggingAndreas Eversberg1-1/+4
2013-03-17Introduce new file for various measurementsAndreas Eversberg8-49/+271
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg7-11/+14
2013-03-16Use default 'alpha' value of 0Andreas Eversberg1-1/+1
2013-03-10PCU: respect the PCU-side "local port" as configured via L1 IFHarald Welte3-7/+11
2013-03-01Fixed decoding and encoding of CSN_RECURSIVE_TARRAY, CSN_RECURSIVE_TARRAY_1, ...Ivan Kluchnikov1-4/+4
2013-02-04Fixed memory leaks caused by not freeing msgb in udp_read_cb() function.Ivan Kluchnikov1-0/+1
2013-01-25Fixed closing of PDCH when enabling sysmo-bts' direct DSP accessAndreas Eversberg2-2/+2
2013-01-23misc: Use the $enableval in the macro and not "yes"Holger Hans Peter Freyther1-2/+2
2013-01-17pcu_main: Add '-V' to obtain the (compile) version of osmo-pcu0.1.00.1Harald Welte1-1/+6
2013-01-17VTY: complete the copyright messageHarald Welte1-1/+2
2013-01-16Use PCU's talloc context to allocate libosmogb instancesAndreas Eversberg1-2/+2
2013-01-16Free each fl1h (sysmo-bts' layer 1 handler) when closing BTS<->PCU socketAndreas Eversberg2-1/+10
2013-01-16Fixed memory leaks caused by not freeing bitvectorAndreas Eversberg2-0/+5
2013-01-16Use global PCU's talloc context for all talloc callsAndreas Eversberg2-1/+5
2013-01-15Various fixes for multi slot allocation algotihmAndreas Eversberg1-19/+44
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg4-37/+37
2013-01-14Adding missing initialization of logging to RLCMACTest.cppAndreas Eversberg1-0/+9
2013-01-11add missing examples/Makefile.amHarald Welte1-0/+4
2013-01-11install osmo-pcu.cfg to /etc/osmocom/Harald Welte2-1/+2
2013-01-11add example configuration file as per Andreas' suggestionHarald Welte1-0/+6
2013-01-11make sure to register NS protocol to the VTYHarald Welte1-0/+1
2012-12-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg12-10/+1285
2012-12-18Fix: Align TLLI to 32 bit margin, before converting itAndreas Eversberg1-1/+3
2012-12-18Fix of debug names and initial log levelsAndreas Eversberg1-7/+7
2012-12-18Doc: Update on README and tbf.txtAndreas Eversberg2-4/+2