aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-25audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther1-14/+19
2011-08-25audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther1-2/+1
2011-08-25audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2-5/+0
2011-08-25mgcp: Make CRCX deal better with UDP retransmissionsHolger Hans Peter Freyther1-24/+44
2011-08-25mgcp: FreeSWITCH requiresn us to provide the o= and t= paramHolger Hans Peter Freyther1-3/+5
2011-08-25bsc: Put the full stop before the \n in the log messageHolger Hans Peter Freyther1-1/+1
2011-08-25bsc: Fix crash when the new route is not availableHolger Hans Peter Freyther1-1/+1
2011-08-25bsc: Add new SCCP connections to the tailHolger Hans Peter Freyther1-1/+1
2011-08-25msc: Only kill connections belonging to the given MSCHolger Hans Peter Freyther1-2/+4
2011-08-25bsc: Add VTY code for the local area prefixHolger Hans Peter Freyther1-0/+20
2011-08-25bsc: Add vty code for allowing emergencyHolger Hans Peter Freyther1-0/+14
2011-08-25bsc: Add vty function for the MSC typeHolger Hans Peter Freyther1-0/+20
2011-08-25bsc: Inspect a CC Setup message and attempt to reroute the trafficHolger Hans Peter Freyther1-4/+115
2011-08-25bsc: Look for CM Service Requests with emergency causeHolger Hans Peter Freyther2-2/+24
2011-08-25bsc: Introduce a local MSC type and forbid it from being selectedHolger Hans Peter Freyther1-0/+2
2011-08-25bsc: Attempt to respond to paging to the MSC that pagedHolger Hans Peter Freyther1-4/+67
2011-08-25bsc: Hand the msc_connection to the UDT handling, pass it to pagingHolger Hans Peter Freyther2-12/+11
2011-08-25bsc: Move the finding of a MSC into the filter codeHolger Hans Peter Freyther2-20/+20
2011-08-25bsc: Select a MSC in a round-robin fashionHolger Hans Peter Freyther2-9/+33
2011-08-25bsc: Allow to configure more than one MSC in the VTYHolger Hans Peter Freyther2-26/+55
2011-08-25bsc: Prepare to have multiple MSC connectionsHolger Hans Peter Freyther6-25/+85
2011-08-25bsc: Use the right connection for outgoing packetsHolger Hans Peter Freyther2-3/+11
2011-08-25bsc: Move more things to use osmo_msc_data* directlyHolger Hans Peter Freyther2-4/+2
2011-08-25bsc: Move the bsc_filter to use the osmo_bsc_sccp_conHolger Hans Peter Freyther2-7/+8
2011-08-25bsc: Move away from ->bsc.msc to use the selected MSCHolger Hans Peter Freyther2-14/+17
2011-08-25bsc: Stop using net->bsc->msc and get the right msc from somewhere elseHolger Hans Peter Freyther2-4/+7
2011-08-25bsc: Create a osmo_bsc_data and embed osmo_msc_dataHolger Hans Peter Freyther12-87/+97
2011-08-25misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther3-29/+31
2011-08-25nat: Change the ctrl command pathDaniel Willmann1-13/+12
2011-08-25libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2-12/+5
2011-08-25bsc: Add a null check and return earlyHolger Hans Peter Freyther1-0/+5
2011-08-25ctrl: Fix leak, check null pointerHolger Hans Peter Freyther1-0/+5
2011-08-25libctrl: Fix a compiler warningDaniel Willmann1-1/+1
2011-08-25osmo-bsc: Whitespace change - fix indentation of struct value_stringDaniel Willmann1-2/+2
2011-08-25osmo-bsc: Include rf stati in the location-state TRAP as wellDaniel Willmann2-0/+73
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 Freyther1-0/+12
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 Willmann1-0/+2
2011-08-22libctrl: Improve error handling if controlif setup failsDaniel Willmann5-16/+49
2011-08-22osmo-bsc: Put the control commands in osmo_bsc_ctrl.cDaniel Willmann3-269/+307
2011-08-22libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann3-19/+19
2011-08-22nat: Fix error in get_next_free_bsc_idDaniel Willmann1-15/+20