aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-02sms_queue: It is a bad idea to detach a subscriber on failed deliveryHolger Hans Peter Freyther1-13/+0
2012-10-30mgcp: Fix the log message. This is inside the MDCX printing routineHolger Hans Peter Freyther1-1/+1
2012-10-29nat: Make MGCP helper routine static as it is internal to the MGCP codeHolger Hans Peter Freyther1-1/+1
2012-10-29nat: Document the high level goal of the MGCP/NAT routinesHolger Hans Peter Freyther1-2/+26
2012-10-27Set byte order defines when compiled on OSXTobias Engel2-2/+14
2012-10-22si: Partially implement the range encoding for the SI.Holger Hans Peter Freyther4-220/+418
2012-10-18libbsc: fix message leaks on several error pathsPablo Neira Ayuso1-5/+9
2012-10-18Allow setting of Control Channel Description parameters via VTYAndreas Eversberg3-4/+66
2012-10-09bsc: Do not print "SI 18" but SI2ter when the SI generation failsHolger Hans Peter Freyther1-2/+2
2012-10-08SI13: Set alpha value to a safer default of 0 instead of 10Harald Welte1-1/+1
2012-10-08bsc_init: Don't drop all BTSs because a single BTS had an errorHarald Welte1-6/+8
2012-09-29Fix: T3192 and T3193 must be similarAndreas Eversberg3-3/+3
2012-09-20mgcp: Add the disable color option to the mgcp binaryHolger Hans Peter Freyther1-0/+5
2012-09-19nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDINGHarald Welte1-6/+6
2012-09-17abis_nm: Provide a reason when an invalid channel configuration is usedHolger Hans Peter Freyther1-14/+42
2012-09-17abis_nm: Log an error when the channel combination can not be set.Holger Hans Peter Freyther1-1/+1
2012-09-11bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther1-0/+14
2012-09-11bsc: Add vty function for the MSC typeHolger Hans Peter Freyther1-0/+20
2012-09-11bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther2-2/+24
2012-09-11bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther1-0/+2
2012-09-11Merge branch 'feature/multiple-msc-connections'Holger Hans Peter Freyther6-52/+169
2012-09-11bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther1-4/+67
2012-09-11bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther2-12/+11
2012-09-11bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2-20/+20
2012-09-11bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2-9/+33
2012-09-11bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther2-26/+55
2012-09-11msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther1-2/+4
2012-09-11gbproxy: Address two unaligned memory access warningsHolger Hans Peter Freyther1-8/+14
2012-09-11osmo-bsc: Command bts_connection_status with TRAPSDaniel Willmann1-0/+75
2012-09-11osmo-bsc: Introduce command msc_connection_status and send TRAPs for itDaniel Willmann2-2/+67
2012-09-11nat: Change the ctrl command pathDaniel Willmann1-13/+12
2012-09-11libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2-12/+5
2012-09-11osmo-bsc: Include rf statistics in the location-state TRAP as wellDaniel Willmann2-0/+88
2012-09-11osmo-bsc: Prepare to send more than just the location in the TRAPDaniel Willmann1-1/+24
2012-09-11ctrl: Use strtol instead of atoi to detect conversion errorsDaniel Willmann1-10/+27
2012-09-11ctrl: Improve error messages in ctrl_cmd_handleDaniel Willmann1-12/+28
2012-09-11ctrl: Change the paths to bts.%i. instead of bts%iDaniel Willmann1-6/+18
2012-09-11ctrl: Do not allow to set the RF Lock for a single trxHolger Hans Peter Freyther1-40/+0
2012-09-11osmo-bsc: Change variable name to better reflect current/last locationDaniel Willmann1-48/+43
2012-09-11gsm_data: Include a structure for the geographical location in gsm_btsDaniel Willmann1-0/+2
2012-09-11ctrl: Improve error handling if controlif setup failsDaniel Willmann5-18/+52
2012-09-11osmo-bsc: Put the control commands in osmo_bsc_ctrl.cDaniel Willmann3-259/+314
2012-09-11osmo-bsc: Only send a TRAP if the location changesDaniel Willmann1-4/+14
2012-09-11osmo-bsc: Add support for traps to the location commandDaniel Willmann1-1/+31
2012-09-11osmo-bsc: Allow location tstamp to be zero if fix is invalidDaniel Willmann1-2/+2
2012-09-11osmo-nitb: Update control interface API in osmo-nitbDaniel Willmann1-1/+1
2012-09-11nat: Add support for traps to the natDaniel Willmann1-0/+7
2012-09-11libctrl: Add function ctrl_cmd_send_to_allDaniel Willmann1-0/+15
2012-09-11libctrl: Add trap helper functionDaniel Willmann1-0/+13
2012-09-11libctrl: Change controlif_setup so it returns the ctrl handleDaniel Willmann3-18/+20