aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2012-05-23osmo-bsc: Add VTY command show positionDaniel Willmann2-10/+45
2012-05-02bsc: Create a better error message for when RF commands are rejectedHolger Hans Peter Freyther1-1/+1
2012-05-02bsc vty: Provide a show mscs command to show the state of each MSCHolger Hans Peter Freyther1-0/+18
2012-05-02misc: Linking fixes for Ubuntu 11.10 CompilerHolger Hans Peter Freyther1-2/+3
2012-05-02bsc: Blind fix to deal with phones sending a dialplan of 0Holger Hans Peter Freyther1-2/+2
2012-05-02bsc: Do not re-start the grace timer when we are in the grace periodHolger Hans Peter Freyther1-0/+5
2012-05-02bsc: Simplify the trap sending by using the location state methodHolger Hans Peter Freyther1-17/+2
2012-05-02bsc: Send a TRAP with the locations on a MSC connectionHolger Hans Peter Freyther1-0/+41
2012-05-02bsc: Introduce an authenticated signal for the MSC connectionHolger Hans Peter Freyther1-0/+4
2012-05-02bsc: Auto RF Off in case of missing MSC connectionHolger Hans Peter Freyther2-2/+78
2012-05-02bsc: Use the BSC RF CTRL to change the RF state of the TRXsHolger Hans Peter Freyther2-11/+15
2012-05-02bsc: Fix crash that can occur on RF FailureHolger Hans Peter Freyther1-3/+12
2012-05-02audio: Make AMR multirate configurable for the osmo-bscHolger Hans Peter Freyther1-0/+51
2012-05-02audio: Make the BSC handle the new mr_config request of the BSC APIHolger Hans Peter Freyther2-0/+32
2012-05-02audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther1-1/+0
2012-05-02bsc: Put the full stop before the \n in the log messageHolger Hans Peter Freyther1-1/+1
2012-05-02bsc: Fix crash when the new route is not availableHolger Hans Peter Freyther1-1/+1
2012-05-02bsc: Add new SCCP connections to the tailHolger Hans Peter Freyther1-1/+1
2012-05-02msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther1-2/+4
2012-05-02bsc: Add VTY code for the local area prefixHolger Hans Peter Freyther1-0/+20
2012-05-02bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther1-0/+14
2012-05-02bsc: Add vty function for the MSC typeHolger Hans Peter Freyther1-0/+20
2012-05-02bsc: Inspect a CC Setup message and attempt to reroute the trafficHolger Hans Peter Freyther1-4/+115
2012-05-02bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther2-2/+24
2012-05-02bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther1-0/+2
2012-05-02bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther1-4/+67
2012-05-02bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther2-12/+11
2012-05-02bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2-20/+20
2012-05-02bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2-9/+33
2012-05-02bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther1-26/+53
2012-05-02bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther5-17/+84
2012-05-02bsc: Use the right connection for outgoing packetsHolger Hans Peter Freyther2-3/+11
2012-05-02bsc: Move more things to use osmo_msc_data* directlyHolger Hans Peter Freyther2-4/+2
2012-05-02bsc: Move the bsc_filter to use the osmo_bsc_sccp_conHolger Hans Peter Freyther2-7/+8
2012-05-02bsc: Move away from ->bsc.msc to use the selected MSCHolger Hans Peter Freyther2-14/+17
2012-05-02bsc: Stop using net->bsc->msc and get the right msc from somewhere elseHolger Hans Peter Freyther2-4/+7
2012-05-02bsc: Create a osmo_bsc_data and embed osmo_msc_dataHolger Hans Peter Freyther10-76/+85
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-26libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann1-2/+2
2011-08-26bsc: Add a null check and return earlyHolger Hans Peter Freyther1-0/+5
2011-08-26ctrl: Fix leak, check null pointerHolger Hans Peter Freyther1-0/+5
2011-08-26osmo-bsc: Whitespace change - fix indentation of struct value_stringDaniel Willmann1-2/+2
2011-08-26osmo-bsc: Include rf stati in the location-state TRAP as wellDaniel Willmann2-0/+88
2011-08-22osmo-bsc: Prepare to send more than just the location in the TRAPDaniel Willmann1-1/+19
2011-08-22osmo-bsc: Use NM_OPSTATE_* to check for operational attributesDaniel Willmann1-1/+1
2011-08-22ctrl: Do not allow to set the RF Lock for a single trxHolger Hans Peter Freyther1-38/+0
2011-08-22osmo-bsc: Move location command to bts node and use the bts locationDaniel Willmann1-38/+33
2011-08-22osmo-bsc: Change variable name to better reflect current/last locationDaniel Willmann1-15/+15