aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmsc,sms: Properly calculate and store validity and received timestamps for incoming SMS.achemeris/sms-validity-fixAlexander Chemeris2014-03-124-11/+28
* db: Add testcase for the db migration.Holger Hans Peter Freyther2014-03-086-2/+42
* sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther2014-03-082-16/+199
* sms: Do not store received id in the SMS database.Alexander Chemeris2014-03-071-21/+10
* db: Add testcase for storing/loading/comparing a smsHolger Hans Peter Freyther2014-03-071-0/+61
* sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther2014-03-074-36/+41
* 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
| * nat: Implement setting the access-control-name through CTRL interfaceHolger Hans Peter Freyther2014-03-041-19/+99
| * bsc: Include the MCC/MNC in the location trapHolger Hans Peter Freyther2014-03-041-1/+5
| * libbsc: Add command to set MNC/MCC and apply it if something changedHolger Hans Peter Freyther2014-03-042-1/+104
| * libbsc: Add ctrl command to apply the configurationHolger Hans Peter Freyther2014-03-041-0/+31
| * libbsc: Add ctrl command for MNC, MCC, short-name and long-nameHolger Hans Peter Freyther2014-03-045-1/+87
|/
* sms: Address the TODO and schedule the next SMS for an active subscriberHolger Hans Peter Freyther2014-02-241-6/+45
* sms: Do not interfere with the SMS queue from within gsm_04_11Holger Hans Peter Freyther2014-02-242-17/+6
* bsc: Add vty command to send location trap through VTYHolger Hans Peter Freyther2014-02-223-6/+38
* SMPP: UCS2 data_coding is 0x08, not 0x80!Harald Welte2014-02-211-1/+1
* sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther2014-02-207-3/+74
* trau: Fix compiler warning about decoded_trau_frameHolger Hans Peter Freyther2014-02-201-0/+2
* tests: Remove unused fileHolger Hans Peter Freyther2014-02-201-50/+0
* bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther2014-02-083-8/+4
* libbsc: Create the RF interface all the timeHolger Hans Peter Freyther2014-02-083-28/+31
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-02-041-3/+7
* ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther2014-02-041-4/+12
* mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther2014-02-033-70/+71
* mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2014-02-032-89/+89
* mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther2014-02-031-1/+1
* mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck2014-01-312-80/+82
* mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck2014-01-313-10/+19
* mgcp/rtp: Fix transit computation unitsJacob Erlbeck2014-01-312-124/+128
* mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2014-01-312-0/+184
* mgcp/test: Only include conn_mode into test outputJacob Erlbeck2014-01-312-15/+24
* sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck2014-01-313-0/+10
* Add function to update TRAU muxer after assignment or handoverAndreas Eversberg2014-01-276-5/+61
* Use 'defines' for length and duration of RTP payloadAndreas Eversberg2014-01-262-7/+17
* nat: Make the access-list deny cause configurableHolger Hans Peter Freyther2014-01-202-4/+50
* nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther2014-01-204-5/+120
* mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2014-01-202-3/+2
* mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck2014-01-203-32/+34
* mgcp: Disable output enabled on initialisationJacob Erlbeck2014-01-202-3/+3
* Fix more hidden TSC bugs for Ericsson BTSHarald Welte2014-01-191-3/+3
* TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte2014-01-194-14/+11