aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-bsc: Add VTY command to set the locationdaniel/ow-vty-cmdsDaniel Willmann2012-06-042-1/+50
* osmo-bsc_nat: Add VTY command to query position and state of BTSesDaniel Willmann2012-06-041-0/+221
* osmo-bsc: Add ctrl cmd bts RF stateDaniel Willmann2012-05-231-0/+38
* osmo-bsc: Add callback functionality for commandsDaniel Willmann2012-05-232-8/+27
* osmo-bsc: Add VTY command show positionDaniel Willmann2012-05-234-10/+54
* bsc: Do not forward GSM RR messages to the MSCHolger Hans Peter Freyther2012-05-021-0/+2
* bsc: Allow to run a mixed TCH/H, TCH/F configurationHolger Hans Peter Freyther2012-05-021-4/+22
* libabis: Enable TCP keepalive by default on all BTS connectionsDaniel Willmann2012-05-021-1/+26
* abis: Do not leak the line in case of no BTS being identifiedHolger Hans Peter Freyther2012-05-021-0/+1
* bsc: Create a better error message for when RF commands are rejectedHolger Hans Peter Freyther2012-05-021-1/+1
* bsc vty: Provide a show mscs command to show the state of each MSCHolger Hans Peter Freyther2012-05-021-0/+18
* misc: Linking fixes for Ubuntu 11.10 CompilerHolger Hans Peter Freyther2012-05-027-18/+27
* vty: Document more VTY parameters of a commandHolger Hans Peter Freyther2012-05-021-33/+55
* bsc: Blind fix to deal with phones sending a dialplan of 0Holger Hans Peter Freyther2012-05-021-2/+2
* bsc: Drop the BTS instead of exiting the applicationHolger Hans Peter Freyther2012-05-021-7/+12
* bsc: Fix a crash in case we get a NACK from the BTS for a new channelHolger Hans Peter Freyther2012-05-021-2/+6
* misc: Include the control_cmd.h to fix make distcheckHolger Hans Peter Freyther2012-05-021-1/+1
* bsc: Do not re-start the grace timer when we are in the grace periodHolger Hans Peter Freyther2012-05-021-0/+5
* bsc: Simplify the trap sending by using the location state methodHolger Hans Peter Freyther2012-05-021-17/+2
* bsc: Send a TRAP with the locations on a MSC connectionHolger Hans Peter Freyther2012-05-021-0/+41
* bsc: Introduce an authenticated signal for the MSC connectionHolger Hans Peter Freyther2012-05-022-0/+5
* bsc: Auto RF Off in case of missing MSC connectionHolger Hans Peter Freyther2012-05-025-2/+83
* bsc: Use the BSC RF CTRL to change the RF state of the TRXsHolger Hans Peter Freyther2012-05-023-11/+16
* bsc: Crash fix for the osmo-nitb/MNCC codeHolger Hans Peter Freyther2012-05-021-1/+2
* bsc: Fix crash that can occur on RF FailureHolger Hans Peter Freyther2012-05-021-3/+12
* audio: Make AMR multirate configurable for the osmo-bscHolger Hans Peter Freyther2012-05-021-0/+51
* audio: Make the BSC handle the new mr_config request of the BSC APIHolger Hans Peter Freyther2012-05-025-0/+47
* audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther2012-05-021-14/+19
* audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther2012-05-022-4/+2
* audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2012-05-023-6/+0
* mgcp: Make CRCX deal better with UDP retransmissionsHolger Hans Peter Freyther2012-05-021-24/+44
* mgcp: FreeSWITCH requiresn us to provide the o= and t= paramHolger Hans Peter Freyther2012-05-021-3/+5
* bsc: Put the full stop before the \n in the log messageHolger Hans Peter Freyther2012-05-021-1/+1
* bsc: Fix crash when the new route is not availableHolger Hans Peter Freyther2012-05-021-1/+1
* bsc: Add new SCCP connections to the tailHolger Hans Peter Freyther2012-05-021-1/+1
* msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther2012-05-021-2/+4
* bsc: Add VTY code for the local area prefixHolger Hans Peter Freyther2012-05-021-0/+20
* bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther2012-05-021-0/+14
* bsc: Add vty function for the MSC typeHolger Hans Peter Freyther2012-05-021-0/+20
* bsc: Inspect a CC Setup message and attempt to reroute the trafficHolger Hans Peter Freyther2012-05-022-4/+122
* bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther2012-05-023-2/+25
* bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther2012-05-022-0/+9
* bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther2012-05-021-4/+67
* bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther2012-05-023-13/+12
* bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2012-05-023-20/+21
* bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2012-05-023-10/+35
* bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther2012-05-023-26/+56
* bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther2012-05-027-28/+96
* bsc: Use the right connection for outgoing packetsHolger Hans Peter Freyther2012-05-022-3/+11
* bsc: Move more things to use osmo_msc_data* directlyHolger Hans Peter Freyther2012-05-023-5/+3