aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23osmo-bsc: Add VTY command show positionDaniel Willmann1-10/+3
2012-05-02bsc: Create a better error message for when RF commands are rejectedHolger Hans Peter Freyther1-1/+1
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: Use the BSC RF CTRL to change the RF state of the TRXsHolger Hans Peter Freyther1-6/+6
2012-05-02bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther1-2/+6
2012-05-02bsc: Create a osmo_bsc_data and embed osmo_msc_dataHolger Hans Peter Freyther1-1/+1
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 Willmann1-1/+64
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 Willmann1-0/+7
2011-08-22osmo-bsc: Prepare to send more than just the location in the TRAPDaniel Willmann1-1/+19
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
2011-08-22libctrl: Improve error handling if controlif setup failsDaniel Willmann1-4/+12
2011-08-22osmo-bsc: Put the control commands in osmo_bsc_ctrl.cDaniel Willmann1-0/+305