aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-12sms: WIP implementation of a delivery report aka SMS-STATUS-REPachemeris/sms_fixesAlexander Chemeris2-2/+118
2014-03-12sms: Use gsm_7bit_decode_n() in gsm340_rx_tpdu().Alexander Chemeris1-1/+1
2014-03-12sms: Rename gsm340_gen_oa() to gsm340_gen_address_field().Alexander Chemeris1-3/+3
2014-03-12sms: Send the actual TP-Service-Centre-Time-Stamp with SMS-DELIVER instead of...Alexander Chemeris1-1/+1
2014-03-12sms,db: Update DB scheme to support more features in our SMSC.Alexander Chemeris5-12/+50
2014-03-12sms: Rename gsm340_gen_tpdu() to gsm340_gen_sms_deliver_tpdu() to show that i...Alexander Chemeris1-5/+5
2014-03-12db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered(), as that's what ...Alexander Chemeris3-4/+4
2014-03-12db: Add more tests for retrieving subscribers from a DB.Alexander Chemeris1-2/+36
2014-03-12libmsc,sms: Properly calculate and store validity and received timestamps for...achemeris/sms-validity-fixAlexander Chemeris4-11/+28
2014-03-08db: Add testcase for the db migration.Holger Hans Peter Freyther6-2/+42
2014-03-08sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther2-16/+199
2014-03-07sms: Do not store received id in the SMS database.Alexander Chemeris1-21/+10
2014-03-07db: Add testcase for storing/loading/comparing a smsHolger Hans Peter Freyther1-0/+61
2014-03-07sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther4-36/+41
2014-03-07db: Remove the german from the log messageAlexander Chemeris1-1/+1
2014-03-06Merge branch 'daniel/smpp-fixes'Holger Hans Peter Freyther3-19/+179
2014-03-06nitb/smpp: Add simple test runner for the issues found by danielHolger Hans Peter Freyther2-1/+140
2014-03-06smpp_smsc: Fix integer overflow in read return value and msgb_alloc()Daniel Willmann1-6/+6
2014-03-06smpp_smsc: Check that the size is large enough to hold actual dataDaniel Willmann1-0/+6
2014-03-06smpp_smsc: Fix socket read() error handlingDaniel Willmann1-16/+31
2014-03-06nitb: Add a test for "show network" in the python testsuite.Ciaby2-3/+11
2014-03-06Merge branch 'zecke/features/extended-control'Holger Hans Peter Freyther9-24/+380
2014-03-06nat: Add CTRL command test case for the new control commandsHolger Hans Peter Freyther3-3/+50
2014-03-04nat: Introduce command to remove an access-list-nameHolger Hans Peter Freyther1-0/+5
2014-03-04nat: Implement setting the access-control-name through CTRL interfaceHolger Hans Peter Freyther1-19/+99
2014-03-04bsc: Include the MCC/MNC in the location trapHolger Hans Peter Freyther1-1/+5
2014-03-04libbsc: Add command to set MNC/MCC and apply it if something changedHolger Hans Peter Freyther2-1/+104
2014-03-04libbsc: Add ctrl command to apply the configurationHolger Hans Peter Freyther1-0/+31
2014-03-04libbsc: Add ctrl command for MNC, MCC, short-name and long-nameHolger Hans Peter Freyther5-1/+87
2014-02-24sms: Address the TODO and schedule the next SMS for an active subscriberHolger Hans Peter Freyther1-6/+45
2014-02-24sms: Do not interfere with the SMS queue from within gsm_04_11Holger Hans Peter Freyther2-17/+6
2014-02-22bsc: Add vty command to send location trap through VTYHolger Hans Peter Freyther3-6/+38
2014-02-21SMPP: UCS2 data_coding is 0x08, not 0x80!Harald Welte1-1/+1
2014-02-20sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther7-3/+74
2014-02-20trau: Fix compiler warning about decoded_trau_frameHolger Hans Peter Freyther1-0/+2
2014-02-20tests: Remove unused fileHolger Hans Peter Freyther1-50/+0
2014-02-08bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther3-8/+4
2014-02-08libbsc: Create the RF interface all the timeHolger Hans Peter Freyther3-28/+31
2014-02-04ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther1-3/+7
2014-02-04ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther1-4/+12
2014-02-03mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther3-70/+71
2014-02-03mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2-89/+89
2014-02-03mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther1-1/+1
2014-01-31mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck2-80/+82
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck3-10/+19
2014-01-31mgcp/rtp: Fix transit computation unitsJacob Erlbeck2-124/+128
2014-01-31mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2-0/+184
2014-01-31mgcp/test: Only include conn_mode into test outputJacob Erlbeck2-15/+24
2014-01-31sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck3-0/+10
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg6-5/+61