aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sms_queue,smpp: Refactor MO SUBMIT code to make further changes easier.fairwaves/external_numberAlexander Chemeris2014-04-151-26/+40
* Initial implementation of an external number alias for a subscriberAlexander Chemeris2014-04-048-31/+95
* Introduce a standard way for printing a subscriber's info.Alexander Chemeris2014-04-041-0/+4
* 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
|\
| * mncc: Add support for half rate V1 frames to MNCC/RTP interfaceAndreas Eversberg2014-03-202-2/+18
| * mncc: Use helper function to check if an MNCC frame is data (speech/traffic)Andreas Eversberg2014-03-203-16/+17
| * mncc: Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg2014-03-204-5/+11
|/
* mgcp: The valid payload types start at 0. Fix the VTYHolger Hans Peter Freyther2014-03-201-4/+4
* systemd: Remove the second occurance of Restart=alwaysHolger Hans Peter Freyther2014-03-131-1/+0
* trau: Fix linking on FreeBSD by using LIBRAY_DLNikola2014-03-111-1/+1
* sms: Rename gsm340_gen_tpdu() to gsm340_gen_sms_deliver_tpdu()Alexander Chemeris2014-03-091-5/+5
* db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered()Alexander Chemeris2014-03-093-4/+4
* db: Add more tests for retrieving subscribers from a DB.Alexander Chemeris2014-03-091-2/+36
* db: Remove the german from the log messageAlexander Chemeris2014-03-071-1/+1
* Merge branch 'daniel/smpp-fixes'Holger Hans Peter Freyther2014-03-063-19/+179
|\
| * nitb/smpp: Add simple test runner for the issues found by danielHolger Hans Peter Freyther2014-03-062-1/+140
| * smpp_smsc: Fix integer overflow in read return value and msgb_alloc()Daniel Willmann2014-03-061-6/+6
| * smpp_smsc: Check that the size is large enough to hold actual dataDaniel Willmann2014-03-061-0/+6
| * smpp_smsc: Fix socket read() error handlingDaniel Willmann2014-03-061-16/+31
|/
* nitb: Add a test for "show network" in the python testsuite.Ciaby2014-03-062-3/+11
* Merge branch 'zecke/features/extended-control'Holger Hans Peter Freyther2014-03-069-24/+380
|\
| * nat: Add CTRL command test case for the new control commandsHolger Hans Peter Freyther2014-03-063-3/+50
| * nat: Introduce command to remove an access-list-nameHolger Hans Peter Freyther2014-03-041-0/+5