aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/gsm_04_11.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr1-4/+3
2017-06-18mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr1-4/+4
2017-06-18Use libvlr in libmsc (large refactoring)Harald Welte1-26/+31
2017-05-08libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESPPablo Neira Ayuso1-11/+18
2017-05-08libmsc: use GSM411_RP_CAUSE_MO_NUM_UNASSIGNED as return valuePablo Neira Ayuso1-5/+4
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-4/+6
2016-12-02sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr1-1/+1
2016-09-26mscsplit: directly access gsm_network backpointer from gsm_subscriber_connectionNeels Hofmeyr1-11/+11
2016-09-18debug log for sms: fix/addNeels Hofmeyr1-1/+5
2016-09-17sms: change rp err cause of smpp_try_deliver errorsAlexander Couzens1-4/+13
2016-08-29libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens1-7/+7
2016-08-27libmsc: add missing count of sms no receiver when using smpp_firstAlexander Couzens1-1/+3
2016-08-27libbsc/libmsc: convert old osmo counter into rate_ctrgsAlexander Couzens1-6/+6
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-1/+1
2016-02-25gsm340_rx_tpdu: comment-out two unused varsNeels Hofmeyr1-3/+7
2015-08-12sms: Attempt to plug memory leaks seen at RhizomaticaHolger Hans Peter Freyther1-0/+2
2015-07-13sms: Do not go through the routing a second timeHolger Hans Peter Freyther1-1/+7
2015-07-06sms: Add a way to always route SMS through SMPP systemsHolger Hans Peter Freyther1-0/+21
2015-07-06sms: Simplify the return handling for SMPP routes/unroutableHolger Hans Peter Freyther1-2/+1
2015-07-06sms: Put the try_deliver into the header fileHolger Hans Peter Freyther1-2/+0
2015-07-06sms: Move the routing of the sms to a separate functionHolger Hans Peter Freyther1-39/+50
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther1-1/+7
2015-01-01convert away from deprecated gsm_7bit_{encode,decode}() functionsHarald Welte1-1/+2
2014-12-09msc: Add net parameter to trans_allocJacob Erlbeck1-2/+4
2014-12-05msc: Add and use gsm_subscriber_groupJacob Erlbeck1-1/+2
2014-12-05msc: Don't use the subscriber to access the net objectJacob Erlbeck1-5/+4
2014-04-30sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther1-6/+3
2014-03-09sms: Rename gsm340_gen_tpdu() to gsm340_gen_sms_deliver_tpdu()Alexander Chemeris1-5/+5
2014-03-09db,sms: Rename db_sms_mark_sent() to db_sms_mark_delivered()Alexander Chemeris1-1/+1
2014-02-24sms: Do not interfere with the SMS queue from within gsm_04_11Holger Hans Peter Freyther1-11/+0
2014-02-20sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther1-2/+2
2013-12-27sms: Fix crash on RLL Establish Request timeouts with active callHolger Hans Peter Freyther1-13/+18
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-10-04sms: Possiqble meamleak fix gsm340_rx_tpdu()Alexander Chemeris1-3/+4
2013-03-13SMPP: Implement SMPP Osmocom Estensions on MO-SMS0.13.0Harald Welte1-2/+3
2013-01-13sms: Avoid infinite CP-ERROR/CP-ACK loop with sms.Holger Hans Peter Freyther1-0/+12
2013-01-01libmsc: Allow to set sender id when sending SMS from the VTYSylvain Munaut1-3/+4
2012-12-01sms: Kill the linkid as we are using SAPI=3 all the timeHolger Hans Peter Freyther1-5/+3
2012-12-01sms: Replaced the SMR process by new implementation in libosmocoreAndreas Eversberg1-85/+98
2012-12-01sms: Replaced the SMC process by new implementation in libosmocoreAndreas Eversberg1-168/+110
2012-12-01sms: Remove the susbcr_put_lchan logic from the SMS codeHolger Hans Peter Freyther1-22/+0
2012-11-24SMPP: add small utility program 'smpp_mirror'Harald Welte1-11/+12
2012-11-24SMPP: Implement support for MO SMSHarald Welte1-1/+25
2012-11-21sms: Use the DLSMS instead of the DSMS category throughout our codeHolger Hans Peter Freyther1-45/+45
2012-11-21sms: Use the definitions from the libosmogsmHolger Hans Peter Freyther1-227/+5
2012-11-16SMPP: build the smpp interface only in case of ./configure --enable-smppHarald Welte1-0/+2
2012-11-16SMPP: Introduce ESME reference coountingHarald Welte1-0/+2
2012-11-11sms: Re-order the include files after the separationf OpenBSC and osmocoreHolger Hans Peter Freyther1-3/+5