aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-26libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann3-13/+5
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-26libctrl: Fix a compiler warningDaniel Willmann1-1/+1
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 Willmann3-0/+113
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: Use strtol instead of atoi to detect conversion errorsDaniel Willmann1-10/+27
2011-08-22ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann1-12/+28
2011-08-22ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann1-6/+18
2011-08-22ctrl: Add a function to create the cmdHolger Hans Peter Freyther2-0/+13
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-22osmo-nitb: Fix a warning about undefined referenceDaniel Willmann1-0/+1
2011-08-22gsm_data: Include a structure for the geographical location in gsm_btsDaniel Willmann2-0/+20
2011-08-22libctrl: Improve error handling if controlif setup failsDaniel Willmann6-17/+50
2011-08-22osmo-bsc: Put the control commands in osmo_bsc_ctrl.cDaniel Willmann4-269/+308
2011-08-22libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann4-27/+27
2011-08-22nat: Fix error in get_next_free_bsc_idDaniel Willmann1-15/+20
2011-08-22osmo-bsc: Change the net.location formatDaniel Willmann1-19/+36
2011-08-22libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann1-1/+3
2011-08-22libctrl: Bind control interface to localhostDaniel Willmann1-1/+1
2011-08-22osmo-bsc: Only send a TRAP if the location changesDaniel Willmann1-3/+14
2011-08-22osmo-bsc: Allow location tstamp to be zero if fix is invalidDaniel Willmann1-2/+2
2011-08-22contrib/bsc_control.py: Patch by Holger to handle connection resetsDaniel Willmann1-0/+4
2011-08-22osmo-nitb: Update control interface API in osmo-nitbDaniel Willmann1-1/+1
2011-08-22nat: Add support for traps to the natDaniel Willmann1-0/+7
2011-08-22osmo-bsc: Add support for traps to the location commandDaniel Willmann1-1/+23
2011-07-28libctrl: Add trap helper functionDaniel Willmann2-0/+15
2011-07-28libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann2-0/+16
2011-07-28libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann6-17/+26
2011-07-28libctrl: Keep track of connections in struct ctrl_handleDaniel Willmann1-1/+11
2011-07-28libctrl: Use DCTRL as logging destination in libctrlDaniel Willmann2-28/+28
2011-07-27TRAU: Properly initialize idle framesDieter Spaar1-3/+29
2011-07-27BSC VTY: Accept MNC of 0-999, as 0 is a valid MNCDieter Spaar1-1/+1
2011-07-27RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan()Dieter Spaar1-1/+1
2011-07-27LLC: Fix format stringDieter Spaar1-1/+1
2011-07-27GPRS: Fix buffer overflow in case of very long MS RA CAP IEHarald Welte2-4/+10
2011-07-25smsqueue: There was a race/bug with a booting phone, paging and LUHolger Hans Peter Freyther1-10/+44
2011-07-23fix some header file related issues preventing lcr from compilingHarald Welte2-5/+7
2011-07-19Merge branch 'daniel/controlif'Holger Hans Peter Freyther4-15/+80
2011-07-19osmo-bsc: Only keep the newest of subsequent invalid positionsDaniel Willmann1-1/+12
2011-07-19osmo_bsc: Track the last three locations.Daniel Willmann1-7/+47
2011-07-19osmo-bsc: Add valid field to location commandDaniel Willmann1-6/+13