aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nitb: Add ctrl command to get/set maximum amount of SMS delivery failuresfairwaves/ctrl-interfaceIvan Kluchnikov2014-05-064-0/+55
* nitb: Add network-status ctrl command to get all network counters, SMS queue status and channels statusIvan Kluchnikov2014-05-063-4/+26
* nitb: Add ctrl command to get network related countersIvan Kluchnikov2014-05-061-0/+34
* nitb: Add ctrl commands to get paging counters, state of oml link and SMS queue statusIvan Kluchnikov2014-05-063-0/+103
* nitb: Add ctrl command to get summary of logical channelsIvan Kluchnikov2014-05-061-0/+152
* nitb: Add ctrl command to get network channels loadIvan Kluchnikov2014-05-062-0/+54
* nitb/ctrl: Add ctrl command to get/set arfcnIvan Kluchnikov2014-05-062-0/+17
* nitb/ctrl: Add ctrl command to get/set bandIvan Kluchnikov2014-05-062-0/+52
* nitb/ctrl: Add ctrl command to get/set auth policyIvan Kluchnikov2014-05-062-0/+49
* nat/bsc: Check proto before calling ipaccess_rcvmsg_baseHolger Hans Peter Freyther2014-05-063-3/+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
|\