aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :)ciaby/rhizomatica-channel-release-fixCiaby2014-05-041-1/+1
* Merged hfreyther/fixes/channel-release-handling branch, bumped version number to -rhizo3Ciaby2014-05-021-0/+7
* Merge branch 'hfreyther/fixes/channel-release-handling'Ciaby2014-05-021-16/+27
|\
| * rsl: Check if the channel is active and then start the channel releaseHolger Hans Peter Freyther2014-04-191-16/+12
| * rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther2014-04-191-5/+20
| * rsl: Remove obsolete FIXME comment.Holger Hans Peter Freyther2014-04-191-1/+0
| * lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther2014-04-191-8/+9
* | Disable the gbproxy test (failing). Bump the debian version in the changelog.Ciaby2014-05-022-5/+11
* | DIRTY HACK: Force all SMSs to SMPP.Ciaby2014-05-021-2/+2
* | Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2014-05-022-2/+2
* | db: Fix next fall-out with make distcheckHolger Hans Peter Freyther2014-05-012-1/+2
* | db: Fix fall-out with the subscriber removal in the subscriber deletion codeHolger Hans Peter Freyther2014-04-301-2/+2
* | Merge branch 'zecke/features/sms-db-changes'Holger Hans Peter Freyther2014-04-3010-71/+351
|\ \
| * | db: Add testcase for the db migration.Holger Hans Peter Freyther2014-04-306-2/+42
| * | sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther2014-04-302-16/+199
| * | sms: Do not store received id in the SMS database.Alexander Chemeris2014-04-301-21/+10
| * | db: Add testcase for storing/loading/comparing a smsHolger Hans Peter Freyther2014-04-301-0/+61
| * | sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther2014-04-304-35/+42
|/ /
* | openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRXÁlvaro Neira Ayuso2014-04-291-0/+1
* | ctrl: Extend the testcase for using '09' as numbers on the interfaceHolger Hans Peter Freyther2014-04-241-0/+43
* | gbproxy: Fix the start script for gbproxyHolger Hans Peter Freyther2014-04-241-3/+3
|/
* bsc: Timers are in seconds, clarify that in the online helpHolger Hans Peter Freyther2014-04-111-1/+1
* ipa: Fix compiler warnings about aliasingHolger Hans Peter Freyther2014-04-041-3/+6
* oml: Fix compiler warning about aliasingHolger Hans Peter Freyther2014-04-041-3/+5
* gprs: Fix compiler warnings in sgsn_main.cHolger Hans Peter Freyther2014-04-041-0/+4
* gprs: Fix compiler warnings ini gprs_sndcp_vty.cHolger Hans Peter Freyther2014-04-041-2/+0
* gprs: Fix compiler warnings in sgsn_libgtp.cHolger Hans Peter Freyther2014-04-041-4/+2
* gprs: Fix compiler warnings in the gprs_llc.c codeHolger Hans Peter Freyther2014-04-041-1/+9
* gprs: Fix compiler warnings in gprs_sndcp.cHolger Hans Peter Freyther2014-04-041-4/+2
* gprs: Reduce the number of compiler warnings in gprs_gmm.cHolger Hans Peter Freyther2014-04-042-11/+18
* rsl: Add missing breaks in the codeHolger Hans Peter Freyther2014-04-041-0/+6
* sgsn: Comparing array to NULL is not usefulHolger Hans Peter Freyther2014-04-041-1/+1
* bsc/msc: Extension can never be NULL use strlen insteadHolger Hans Peter Freyther2014-04-042-2/+2
* msc: Name is never NULL use strlen to check if it is emptyHolger Hans Peter Freyther2014-04-041-1/+1
* abis: Check for failure of ftellHolger Hans Peter Freyther2014-04-041-0/+5
* ipa: Be consistent in checking conn->cfg (Coverity)Jacob Erlbeck2014-04-031-1/+1
* nat: Mention the the BSC the SCCP connection was onHolger Hans Peter Freyther2014-04-031-3/+5
* gbproxy/debian: Add a start script for the GBproxyHolger Hans Peter Freyther2014-04-031-0/+151
* nat/debian: Create an init script for the nat applicationHolger Hans Peter Freyther2014-04-031-0/+153
* ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck2014-04-019-10/+50
* ctrl/abis: When the max_power_reduction changes, send it to the BTSHolger Hans Peter Freyther2014-03-263-1/+31
* sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther2014-03-236-4/+191
* ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2014-03-239-157/+200
* nitb/ctrl: Implement a command to list all active subscribersHolger Hans Peter Freyther2014-03-234-0/+70
* nitb/ctrl: Implement creating and deleting subscribersHolger Hans Peter Freyther2014-03-234-1/+141
* nitb/ctrl: Add command to add/modify a subscriber to the databaseHolger Hans Peter Freyther2014-03-235-2/+146
* nitb/ctrl: Add ctrl command to set the TRX max_power_reductionHolger Hans Peter Freyther2014-03-232-0/+42
* systemd: Add service for the osmo-sgsnHolger Hans Peter Freyther2014-03-211-0/+8
* systemd: Saying these services restart once should be enoughHolger Hans Peter Freyther2014-03-212-2/+0
* Merge branch 'jolly/mncc'Holger Hans Peter Freyther2014-03-208-23/+46
|\