aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-03-06RBS2000: Automatically connect/start/configure/enable most MOsHarald Welte3-18/+48
2011-03-06OM2000: Make sure we fill the nsd->bts member for NM state eventsHarald Welte1-0/+2
2011-03-06OM2000: First attempt in automatically configuring most MOsHarald Welte2-1/+103
2011-03-06OML: Include a pointer to the BTS in NM STATE CHANGE signalsHarald Welte3-0/+6
2011-03-06OM2000: Move IS conn group list generation out of VTY codeHarald Welte3-52/+40
2011-03-06OM2000: Track the Operational Info and MO stateHarald Welte4-1/+169
2011-03-06OM2000: Remove "is-conf-req" from VTY, use "configuration-request"Harald Welte1-7/+5
2011-03-06OM2000: Process MO STATE and ACCORDANCE INFOHarald Welte1-1/+91
2011-03-06OM2000: Fix configuration of TCH timeslotsHarald Welte1-4/+3
2011-03-06OM2000: Fix configuration of Timing Function (missing timing src)Harald Welte1-0/+3
2011-03-05OM2000: More work on the TS configuration requestHarald Welte1-1/+27
2011-03-05OM2000: Route TS config requests to the right TRXHarald Welte1-1/+10
2011-03-05OM2000: TLV parser definitions for more DEI'sHarald Welte1-0/+40
2011-03-05OM2000: Consider OP_INFO_REJ and TEST_REQ_REJ as NACKHarald Welte1-0/+2
2011-03-05OM2000: Add channel combination specific DIEs for TS config requestHarald Welte1-16/+78
2011-03-05OM2000: Handle (Dis)Connect Reject in NACK handlerHarald Welte1-1/+3
2011-03-05OM2000: Print result/reason code when receiving a rejectHarald Welte1-1/+90
2011-03-05OM2000: fix generation of frequency list DIEHarald Welte1-10/+15
2011-03-05HSL: Make sure not to send HSL specific OML init on non-HSL BTSHarald Welte1-1/+2
2011-03-05OM2000: Make sure to set the Associated SO to 255 in case of RX/TXHarald Welte1-1/+1
2011-03-05OM2000 VTY: Don't send RX configuration request to TXHarald Welte1-1/+1
2011-03-05Fix Makefile.am for builddir != srcdir0.9.13Harald Welte1-1/+1
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 Welte4-1/+43
2011-03-05OM2000: Add support for sending TX, RX and TS configuration requestsHarald Welte3-13/+244
2011-03-04fix path of bscconfig.h include fileHarald Welte7-7/+7
2011-03-04Fix build of bsc-nat testHarald Welte1-8/+10
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 Welte12-11/+706
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte91-45/+69
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 Welte10-10/+15
2011-03-03Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcpHarald Welte12-11/+16
2011-03-03re-structure the OpenBSC directory layoutHarald Welte91-84/+428
2011-03-03remove a3a8 file that is not usedHarald Welte1-269/+0
2011-02-28misc: Fix the make distcheck of the sources.0.9.12Holger Hans Peter Freyther2-1/+3
2011-02-28mgcp: Fix make distcheck due a copy 'n pasted Makefile.amHolger Hans Peter Freyther1-2/+0
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 Freyther2-9/+18
2011-02-28mgcp: Allocate the endpoints for the E1 trunks as well.Holger Hans Peter Freyther4-38/+61
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 Freyther6-4/+140
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