aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
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 Chemeris3-12/+28
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 Chemeris2-3/+3
2014-03-12libmsc,sms: Properly calculate and store validity and received timestamps for...achemeris/sms-validity-fixAlexander Chemeris2-10/+21
2014-03-08db: Add testcase for the db migration.Holger Hans Peter Freyther1-0/+2
2014-03-08sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther1-16/+193
2014-03-07sms: Do not store received id in the SMS database.Alexander Chemeris1-21/+10
2014-03-07sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther3-35/+41
2014-03-07db: Remove the german from the log messageAlexander Chemeris1-1/+1
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-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-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 Freyther3-3/+41
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 Eversberg1-3/+16
2014-01-16Remove obsolete check of conn and lchan pointers not beeing NULLAndreas Eversberg1-4/+2
2014-01-14Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg2-1/+29
2014-01-08nitb: Set the DST field in generated MM info messagesJacob Erlbeck1-0/+15
2013-12-29smpp: In case we know the receiver set the context for loggingHolger Hans Peter Freyther1-0/+2
2013-12-29mncc: Add the context we get from the MNCC interfaceHolger Hans Peter Freyther1-0/+13
2013-12-28ussd: Reject and release unhandled SS requests/interrogationTobias Engel1-1/+9
2013-12-27sms: Fix crash on RLL Establish Request timeouts with active callHolger Hans Peter Freyther1-13/+18
2013-12-27db: Avoid crash we have seen with the dbi code when reading a SMSHolger Hans Peter Freyther1-0/+15
2013-12-27libmsc: Set the "trans->conn" to NULL to catch invalid usageHolger Hans Peter Freyther1-1/+1
2013-12-27lu crash: Fix a crash that likely occurred during the LU procedureHolger Hans Peter Freyther1-0/+3
2013-12-27periodic/lu: Attempt to implicitly attach a subscriber instead of rejectingHolger Hans Peter Freyther1-4/+17
2013-12-27Revert "gsm_04_11: Speculative fix for MT SMS and SAPI 'n Reject"Holger Hans Peter Freyther1-2/+0
2013-12-27gsm_04_11: Speculative fix for MT SMS and SAPI 'n RejectHolger Hans Peter Freyther1-0/+2
2013-12-26sms: Move to gsm_7bit_encode_n in the sms sending codeHolger Hans Peter Freyther1-1/+2
2013-12-26ussd: Move to use gsm_7bit_encode_n_ussd for USSD encodingHolger Hans Peter Freyther1-1/+1
2013-12-26db: Fetch the authorized key using ulonglongKevin Redon1-2/+3
2013-12-19Add EFR support to TRAU muxer + test caseAndreas Eversberg1-0/+1
2013-11-01bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.cJacob Erlbeck1-23/+0
2013-10-31Revert "bsc/ussd: Send faked CM Service Accept before sending USSD"Holger Hans Peter Freyther1-2/+2
2013-10-31bsc/ussd: Send faked CM Service Accept before sending USSDJacob Erlbeck1-2/+2
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck2-4/+3
2013-10-15ussd: Fix test for RELEASE COMPLETEAlexander Huemer1-1/+1
2013-10-13db: Remove the struct gsm_network from the database layerHolger Hans Peter Freyther4-13/+27
2013-10-05nitb: Add "subscriber create" VTY command.Alexander Chemeris1-0/+27
2013-10-04sms: Possiqble meamleak fix gsm340_rx_tpdu()Alexander Chemeris1-3/+4
2013-10-04Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris1-1/+1
2013-10-04Fix typo ',' -> ';' at the end of a line.Alexander Chemeris1-1/+1
2013-09-19smpp: Fix the make distcheck for smppHolger Hans Peter Freyther1-0/+1
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck2-5/+3
2013-09-02SMPP: add missing VTY parameter 'deliver-src-imsi' for ESMEHarald Welte1-0/+24
2013-08-18Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg1-0/+5