aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libabis: Enable TCP keepalive by default on all BTS connectionsdaniel/wip-msc-local-call-routing2Daniel Willmann2011-11-041-1/+26
* bsc vty: Provide a show mscs command to show the state of each MSCHolger Hans Peter Freyther2011-11-041-0/+18
* misc: Linking fixes for Ubuntu 11.10 CompilerHolger Hans Peter Freyther2011-11-047-18/+27
* vty: Document more VTY parameters of a commandHolger Hans Peter Freyther2011-11-041-33/+55
* bsc: Blind fix to deal with phones sending a dialplan of 0Holger Hans Peter Freyther2011-11-041-2/+2
* bsc: Drop the BTS instead of exiting the applicationHolger Hans Peter Freyther2011-11-041-7/+12
* bsc: Fix a crash in case we get a NACK from the BTS for a new channelHolger Hans Peter Freyther2011-11-041-2/+6
* misc: Include the control_cmd.h to fix make distcheckHolger Hans Peter Freyther2011-11-041-1/+1
* bsc: Do not re-start the grace timer when we are in the grace periodHolger Hans Peter Freyther2011-11-041-0/+5
* bsc: Simplify the trap sending by using the location state methodHolger Hans Peter Freyther2011-11-041-17/+2
* bsc: Send a TRAP with the locations on a MSC connectionHolger Hans Peter Freyther2011-11-041-0/+39
* bsc: Introduce an authenticated signal for the MSC connectionHolger Hans Peter Freyther2011-11-042-0/+5
* bsc: Auto RF Off in case of missing MSC connectionHolger Hans Peter Freyther2011-11-045-2/+83
* bsc: Use the BSC RF CTRL to change the RF state of the TRXsHolger Hans Peter Freyther2011-11-043-11/+16
* bsc: Crash fix for the osmo-nitb/MNCC codeHolger Hans Peter Freyther2011-11-041-1/+2
* bsc: Fix crash that can occur on RF FailureHolger Hans Peter Freyther2011-11-041-3/+12
* audio: Make AMR multirate configurable for the osmo-bscHolger Hans Peter Freyther2011-11-041-0/+51
* audio: Make the BSC handle the new mr_config request of the BSC APIHolger Hans Peter Freyther2011-11-045-0/+47
* audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther2011-11-041-14/+19
* audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther2011-11-042-4/+2
* audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2011-11-043-6/+0
* mgcp: Make CRCX deal better with UDP retransmissionsHolger Hans Peter Freyther2011-11-041-24/+44
* mgcp: FreeSWITCH requiresn us to provide the o= and t= paramHolger Hans Peter Freyther2011-11-041-3/+5
* bsc: Put the full stop before the \n in the log messageHolger Hans Peter Freyther2011-11-041-1/+1
* bsc: Fix crash when the new route is not availableHolger Hans Peter Freyther2011-11-041-1/+1
* bsc: Add new SCCP connections to the tailHolger Hans Peter Freyther2011-11-041-1/+1
* msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther2011-11-041-2/+4
* bsc: Add VTY code for the local area prefixHolger Hans Peter Freyther2011-11-041-0/+20
* bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther2011-11-041-0/+14
* bsc: Add vty function for the MSC typeHolger Hans Peter Freyther2011-11-041-0/+20
* bsc: Inspect a CC Setup message and attempt to reroute the trafficHolger Hans Peter Freyther2011-11-042-4/+122
* bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther2011-11-043-2/+25
* bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther2011-11-042-0/+9
* bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther2011-11-041-4/+67
* bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther2011-11-043-13/+12
* bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2011-11-043-20/+21
* bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2011-11-043-10/+35
* bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther2011-11-043-26/+56
* bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther2011-11-047-28/+96
* bsc: Use the right connection for outgoing packetsHolger Hans Peter Freyther2011-11-042-3/+11
* bsc: Move more things to use osmo_msc_data* directlyHolger Hans Peter Freyther2011-11-043-5/+3
* bsc: Move the bsc_filter to use the osmo_bsc_sccp_conHolger Hans Peter Freyther2011-11-042-7/+8
* bsc: Move away from ->bsc.msc to use the selected MSCHolger Hans Peter Freyther2011-11-043-15/+20
* bsc: Stop using net->bsc->msc and get the right msc from somewhere elseHolger Hans Peter Freyther2011-11-042-4/+7
* bsc: Create a osmo_bsc_data and embed osmo_msc_dataHolger Hans Peter Freyther2011-11-0415-92/+112
* misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther2011-11-046-33/+42
* osmo_bsc: Fix bts_connection_status signal always appearing as downdaniel/controlifDaniel Willmann2011-11-041-1/+3
* osmo_bsc: Command bts_connection_status with TRAPSDaniel Willmann2011-11-031-0/+73
* osmo_bsc: Introduce command msc_connection_status and send TRAPs for itDaniel Willmann2011-11-032-2/+65
* nat: Change the ctrl command pathDaniel Willmann2011-08-261-13/+12