aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-05Makefile: Add libmsc subdirectory to fix 'distcheck'Harald Welte1-1/+1
2011-03-05OM2000: Add support for configuring the TF (Timing Function)Harald Welte2-0/+41
2011-03-05OM2000: Add support for sending TX, RX and TS configuration requestsHarald Welte2-13/+229
2011-03-04fix path of bscconfig.h include fileHarald Welte7-7/+7
2011-03-04Some more SR1.0.1 related fixesHarald Welte1-0/+12
2011-03-04fix erroneous modification of DTX parameter introduced in previous HSL commitHarald Welte1-1/+1
2011-03-04Make sure not to feed BSSGP messages into RSLHarald Welte1-1/+2
2011-03-04Implement the HSL SR1.0.1 protocolHarald Welte4-5/+12
2011-03-04[HSL] initial support for the HSL 2.75G FemtocellHarald Welte11-11/+702
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte85-19/+37
2011-03-04really delete a3a8 codeHarald Welte1-269/+0
2011-03-03bsc_mgcp: use top_builddir instead of top_srcdirHarald Welte1-1/+1
2011-03-03Move 'Gb' protocol stack into its own src/gb subdirectoryHarald Welte9-10/+14
2011-03-03Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcpHarald Welte11-10/+14
2011-03-03re-structure the OpenBSC directory layoutHarald Welte89-70/+407
2011-03-03remove a3a8 file that is not usedHarald Welte1-269/+0
2011-02-28misc: Fix the make distcheck of the sources.openbsc/0.9.120.9.12Holger Hans Peter Freyther1-0/+2
2011-02-28mgcp: Only allow transcoding on the virtual trunkHolger Hans Peter Freyther2-2/+3
2011-02-28mgcp: Fix the static allocation of E1 trunks for the BTS/NET sideHolger Hans Peter Freyther1-9/+14
2011-02-28mgcp: Allocate the endpoints for the E1 trunks as well.Holger Hans Peter Freyther2-36/+56
2011-02-28mgcp: Look up the E1 trunks through the trunk configurationHolger Hans Peter Freyther1-4/+15
2011-02-28mgcp: Implement find_trunk to find the E1 trunks as well.Holger Hans Peter Freyther1-4/+26
2011-02-28mgcp: Make show mgcp print the new trunks we have.Holger Hans Peter Freyther1-0/+11
2011-02-28mgcp: Introduce a trunk config for multiple trunks.Holger Hans Peter Freyther3-4/+133
2011-02-28mgcp: Update the commands to work on more than the virtual trunkHolger Hans Peter Freyther1-25/+58
2011-02-28mgcp: Prepare the show mgcp command to work on multiple trunksHolger Hans Peter Freyther1-7/+15
2011-02-28mgcp: Introduce a mgcp_trunk_config enum for endpoint configsHolger Hans Peter Freyther5-75/+92
2011-02-28nat: For debugging make it possible to set the last used endpointHolger Hans Peter Freyther1-0/+27
2011-02-27nat: Fix some corruption in the test caseHolger Hans Peter Freyther1-0/+5
2011-02-27nat: Change number of multiplexes to the max-endpointsHolger Hans Peter Freyther3-12/+35
2011-02-26nat: Allocate endpoints from multiple multiplexes.Holger Hans Peter Freyther2-13/+36
2011-02-26nat: Start making the number of multiplexes configurableHolger Hans Peter Freyther2-2/+15
2011-02-26nat: Allocate the endpoint status dynamicallyHolger Hans Peter Freyther3-9/+33
2011-02-24Use shorter vty_app_info->name for all appsHarald Welte4-4/+4
2011-02-24sms: introduce new command to trigger the sending process for specific subscr...Nico Golde1-0/+19
2011-02-24rf: Delay execution of commandsHolger Hans Peter Freyther1-18/+35
2011-02-24rf: Verify that the requested mode is entered and drop OML in errorHolger Hans Peter Freyther1-0/+31
2011-02-24rf: Remember the last command requested on the RF CMD interfaceHolger Hans Peter Freyther2-0/+13
2011-02-24oml: Parse probable cause and additional text in failure reportsDieter Spaar1-0/+14
2011-02-24misc: Compile fixes due 4d54d0b883dcf85cd92290dd4cea51754c70b621Holger Hans Peter Freyther2-3/+4
2011-02-19BSC: Fix empty neighbor list in case of manual SI/SI5 modeHarald Welte1-3/+3
2011-02-19Fix various compiler warnings all over the codeHarald Welte9-11/+13
2011-02-19Install programs into $(prefix)/bin, not /sbinHarald Welte3-4/+4
2011-02-18bsc: Use msg->data and msg->len for the hexdump, pick a better nameHolger Hans Peter Freyther1-3/+3
2011-02-18nat: If the number starts with 00 turn it into a international numberHolger Hans Peter Freyther1-1/+6
2011-02-18nat: Add extra size check for the number and fail if it does not fitHolger Hans Peter Freyther1-0/+6
2011-02-18bsc: core-mobile-country-code and core-mobile-network-code range is too smallHolger Hans Peter Freyther1-2/+2
2011-02-18LOGGING: make sure to make the 'logging filter' compatible with vty log cfgHarald Welte3-18/+15
2011-02-15Allow configuration of SI5 neighbor list != SI2 neighbor listHarald Welte3-13/+66
2011-02-14add example openbsc.cfg for RBS2308 with 4TRXHarald Welte1-0/+221