aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo_bsc: Fix bts_connection_status signal always appearing as downdaniel/controlifDaniel Willmann2011-11-041-1/+3
* osmo_bsc: Command bts_connection_status with TRAPSDaniel Willmann2011-11-031-0/+73
* osmo_bsc: Introduce command msc_connection_status and send TRAPs for itDaniel Willmann2011-11-032-2/+65
* nat: Change the ctrl command pathDaniel Willmann2011-08-261-13/+12
* libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2011-08-263-13/+5
* bsc: Add a null check and return earlyHolger Hans Peter Freyther2011-08-261-0/+5
* ctrl: Fix leak, check null pointerHolger Hans Peter Freyther2011-08-261-0/+5
* libctrl: Fix a compiler warningDaniel Willmann2011-08-261-1/+1
* osmo-bsc: Whitespace change - fix indentation of struct value_stringDaniel Willmann2011-08-261-2/+2
* osmo-bsc: Include rf stati in the location-state TRAP as wellDaniel Willmann2011-08-263-0/+113
* osmo-bsc: Prepare to send more than just the location in the TRAPDaniel Willmann2011-08-221-1/+19
* osmo-bsc: Use NM_OPSTATE_* to check for operational attributesDaniel Willmann2011-08-221-1/+1
* ctrl: Use strtol instead of atoi to detect conversion errorsDaniel Willmann2011-08-221-10/+27
* ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann2011-08-221-12/+28
* ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann2011-08-221-6/+18
* ctrl: Add a function to create the cmdHolger Hans Peter Freyther2011-08-222-0/+13
* ctrl: Do not allow to set the RF Lock for a single trxHolger Hans Peter Freyther2011-08-221-38/+0
* osmo-bsc: Move location command to bts node and use the bts locationDaniel Willmann2011-08-221-38/+33
* osmo-bsc: Change variable name to better reflect current/last locationDaniel Willmann2011-08-221-15/+15
* osmo-nitb: Fix a warning about undefined referenceDaniel Willmann2011-08-221-0/+1
* gsm_data: Include a structure for the geographical location in gsm_btsDaniel Willmann2011-08-222-0/+20
* libctrl: Improve error handling if controlif setup failsDaniel Willmann2011-08-226-17/+50
* osmo-bsc: Put the control commands in osmo_bsc_ctrl.cDaniel Willmann2011-08-224-269/+308
* libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann2011-08-224-27/+27
* nat: Fix error in get_next_free_bsc_idDaniel Willmann2011-08-221-15/+20
* osmo-bsc: Change the net.location formatDaniel Willmann2011-08-221-19/+36
* libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann2011-08-221-1/+3
* libctrl: Bind control interface to localhostDaniel Willmann2011-08-221-1/+1
* osmo-bsc: Only send a TRAP if the location changesDaniel Willmann2011-08-221-3/+14
* osmo-bsc: Allow location tstamp to be zero if fix is invalidDaniel Willmann2011-08-221-2/+2
* contrib/bsc_control.py: Patch by Holger to handle connection resetsDaniel Willmann2011-08-221-0/+4
* osmo-nitb: Update control interface API in osmo-nitbDaniel Willmann2011-08-221-1/+1
* nat: Add support for traps to the natDaniel Willmann2011-08-221-0/+7
* osmo-bsc: Add support for traps to the location commandDaniel Willmann2011-08-221-1/+23
* libctrl: Add trap helper functionDaniel Willmann2011-07-282-0/+15
* libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann2011-07-282-0/+16
* libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann2011-07-286-17/+26
* libctrl: Keep track of connections in struct ctrl_handleDaniel Willmann2011-07-281-1/+11
* libctrl: Use DCTRL as logging destination in libctrlDaniel Willmann2011-07-282-28/+28
* TRAU: Properly initialize idle framesDieter Spaar2011-07-271-3/+29
* BSC VTY: Accept MNC of 0-999, as 0 is a valid MNCDieter Spaar2011-07-271-1/+1
* RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan()Dieter Spaar2011-07-271-1/+1
* LLC: Fix format stringDieter Spaar2011-07-271-1/+1
* GPRS: Fix buffer overflow in case of very long MS RA CAP IEHarald Welte2011-07-272-4/+10
* smsqueue: There was a race/bug with a booting phone, paging and LUHolger Hans Peter Freyther2011-07-251-10/+44
* fix some header file related issues preventing lcr from compilingHarald Welte2011-07-232-5/+7
* Merge branch 'daniel/controlif'Holger Hans Peter Freyther2011-07-194-15/+80
|\
| * osmo-bsc: Only keep the newest of subsequent invalid positionsDaniel Willmann2011-07-191-1/+12
| * osmo_bsc: Track the last three locations.Daniel Willmann2011-07-191-7/+47
| * osmo-bsc: Add valid field to location commandDaniel Willmann2011-07-191-6/+13