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