aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UNTESTED: support for BSSMAP RESET from MSC to BSClaforge/msc_resetHarald Welte2013-06-193-2/+53
* smpp: Only write the systemd-id if it is not emptyHolger Hans Peter Freyther2013-06-121-1/+1
* Makefile.am: Use AM_CPPFLAGSAlexander Huemer2013-06-1224-24/+24
* vty: Print the state of all GPRS OML objects in show btsHolger Hans Peter Freyther2013-05-291-0/+8
* SMPP: Add new 'dcs_transparent' ESME settingHarald Welte2013-05-283-9/+58
* SMPP: Pass on 0xFx style DCS from SMPP to GSMHarald Welte2013-05-281-17/+33
* SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESPHarald Welte2013-05-261-1/+1
* mgcp: Initialize the tone to CHAR_MAX as this might not be a requestHolger Hans Peter Freyther2013-05-211-1/+1
* nat: fix use after free in forward_sccp_to_btsPablo Neira Ayuso2013-05-131-2/+5
* channels: Mark channels as broken that time out on activation/releaseHolger Hans Peter Freyther2013-05-021-4/+27
* Merge branch 'zecke/features/sysmobts'Holger Hans Peter Freyther2013-04-293-35/+22
|\
| * ipaccess: Remove the ipaccess_gsmnet and assume there is a bsc_gsmnetHolger Hans Peter Freyther2013-04-292-8/+7
| * sysmobts: Make the nanoBTS NM code work for the sysmobtsHolger Hans Peter Freyther2013-04-291-2/+2
| * sysmobts: Initialize the NM signal handler only once in a mixed networkHolger Hans Peter Freyther2013-04-291-1/+2
| * sysmobts: Avoid a crash when trying to look-up a BTSHolger Hans Peter Freyther2013-04-292-26/+13
|/
* nat: Include LAC/CI as TV values at the end of the 'status' messageHolger Hans Peter Freyther2013-04-292-1/+12
* smpp: Attempt to fix a memory leak of the msgbHolger Hans Peter Freyther2013-04-292-1/+6
* nat: Use memcmp for the token on the USSD interface as wellHolger Hans Peter Freyther2013-04-221-6/+13
* nat: Move the callstats to a new header file due sccp usageHolger Hans Peter Freyther2013-04-223-28/+56
* nat: Add an example for a black listHolger Hans Peter Freyther2013-04-181-0/+1
* ctrl: Provide a reply in case the range check failedHolger Hans Peter Freyther2013-04-171-0/+1
* ctrl: Make the commands static to not pollute the namespaceHolger Hans Peter Freyther2013-04-171-3/+3
* nat: Extract the LAC/CI from the Complete Layer3 InformationHolger Hans Peter Freyther2013-04-166-2/+107
* nat: Rename "struct sccp_connections" to "struct nat_sccp_connection"Holger Hans Peter Freyther2013-04-1610-70/+70
* debian: Begin the 0.13.0 series with a new changelog entryHolger Hans Peter Freyther2013-04-161-0/+6
* nat: Allow to re-write international numbers in the CC Setup messagesHolger Hans Peter Freyther2013-04-163-9/+94
* nat: Allow to daemonize the NAT processHolger Hans Peter Freyther2013-04-161-1/+5
* Merge commit 'zecke/mgcp-statistics'Holger Hans Peter Freyther2013-04-1611-35/+392
|\
| * nat: Name the variable more properly and begin with net.1.bsc.%dHolger Hans Peter Freyther2013-04-161-3/+4
| * nat: Include the sccp_src_ref and sccp_dst_ref for this callHolger Hans Peter Freyther2013-04-161-2/+6
| * nat: Do not allow the amount of pending responses to grow infinitelyHolger Hans Peter Freyther2013-04-161-0/+15
| * nat: Reword the log messages as this is normal operationHolger Hans Peter Freyther2013-04-161-1/+1
| * nat: We want the remote to respond to our DLCX requestHolger Hans Peter Freyther2013-04-1610-10/+256
| * nat: Make it possible to send MGCP messages through the IPA multiplexHolger Hans Peter Freyther2013-04-165-15/+105
| * nat: Move all methods sending a response to the callagent to a single placeHolger Hans Peter Freyther2013-04-161-10/+11
| * nat: Address the FIXME and send the MDCX down to the BSCHolger Hans Peter Freyther2013-04-161-1/+1
|/
* debian: Fix the installation of the sgsn example dataHolger Hans Peter Freyther2013-04-051-1/+1
* sysmobts: Add the necessary data structure and init for the SAPI queueHolger Hans Peter Freyther2013-04-052-0/+5
* nat: Fix authentication by-pass using shorter tokensHolger Hans Peter Freyther2013-04-021-2/+20
* bsc-ctrl: Fix a potential memory leak on failed verificationHolger Hans Peter Freyther2013-03-281-2/+5
* db: Link to the VTY library for the vty_config_unlock symbolHolger Hans Peter Freyther2013-03-211-1/+1
* Add VTY option to set GPRS network-control-order to enable MS measurementsAndreas Eversberg2013-03-173-0/+25
* Fix osmo-nitb build without libsmppHarald Welte2013-03-131-0/+2
* SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0Harald Welte2013-03-135-7/+112
* SMPP: Fix crash on delivery of incoming SUBMIT-SMHarald Welte2013-03-132-6/+10
* IPA: Allow RSL connection to different IP address as OMLHarald Welte2013-03-123-1/+32
* BTS: Add S counter for link loss criterion to lchan structureAndreas Eversberg2013-03-111-0/+2
* si: Another round of PCS related fixesHolger Hans Peter Freyther2013-03-103-5/+22
* rsl: Properly initialize the cm structure with memsetHolger Hans Peter Freyther2013-03-091-1/+1
* bsc_vty: Prevent printing -1 as unsigned integer for timeslot TSCHarald Welte2013-03-081-1/+2