aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier10-108/+1695
2017-08-27libmsc: Use actual delivery time in delivery reports.Keith2-2/+3
2017-08-27libmsc: Fix wrong handling of user_message_reference parameterPau Espin Pedrol1-2/+2
2017-08-27smpp: Fix compilation warningPau Espin Pedrol1-1/+1
2017-08-27LIBMSC: Use sms->text, not sms->user_data to construct report bodyKeith1-1/+1
2017-08-27LIBMSC: Place correct dst address in status reportKeith1-1/+1
2017-08-27libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34Pablo Neira Ayuso1-7/+1
2017-08-27libmsc: use new smpp34 esm_class definitionsPablo Neira Ayuso1-10/+8
2017-08-27libmsc: use smpp34_tlv_for_each() to avoid suboptimal TLV handlingPablo Neira Ayuso1-30/+40
2017-08-27libmsc: Remove comment not applying anymorePau Espin Pedrol1-1/+0
2017-08-27libmsc: gsm340_gen_oa_sub() may return negative valuePablo Neira Ayuso1-2/+9
2017-08-27libmsc: support GSM 03.40 status report for nitbPablo Neira Ayuso1-0/+5
2017-08-27libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status reportPablo Neira Ayuso2-2/+54
2017-08-27libmsc: update database to accomodate SMS status-report fieldsPablo Neira Ayuso1-6/+162
2017-08-27libmsc: add support for SMPP delivery receiptsPablo Neira Ayuso3-1/+75
2017-08-27libmsc: missing bit shift in status report flag when stored in sms objectPablo Neira Ayuso1-1/+1
2017-08-27libmsc: report status report request flag from SMPP SUBMIT_SMPablo Neira Ayuso1-0/+1
2017-08-27libmsc: set registered_delivery field in SMPP 3.4 DELIVER_SM messagesPablo Neira Ayuso1-1/+8
2017-08-27libmsc: move gsm340_rx_sms_submit() to sms_route_mt_sms()Pablo Neira Ayuso1-19/+22
2017-08-27libmsc: remove 'deferred' parameter in sms_route_mt_sms()Pablo Neira Ayuso3-30/+24
2017-08-27libmsc: remove duplicate lines in deliver_to_esme()Pablo Neira Ayuso1-2/+0
2017-08-27libmsc: remove dead code in sms_route_mt_sms()Pablo Neira Ayuso1-3/+0
2017-08-27libmsc: do not leak pending SMPP command object on error pathPablo Neira Ayuso1-5/+6
2017-08-27gsm_04_11: get rid of unused parameter in sms_route_mt_sms()Pablo Neira Ayuso1-5/+6
2017-08-27transaction: reject calls from unidentified subscribersBenoit Bolsee1-0/+7
2017-08-27Add VTY commands for experimentation with TS 04.14 commandsHarald Welte1-0/+94
2017-08-27Support for TS 04.14 conformance test commandsHarald Welte3-0/+138
2017-08-27libmsc: Fix VTY output for handover counters.Alexander Chemeris1-5/+5
2017-08-2704.08: find a portable way to obtain the timezone offsetBenoit Bolsee1-3/+10
2017-08-27smpp: fix return causeBenoit Bolsee4-12/+17
2017-08-27smpp_smsc.c: Log on sending deliver_sm messagePau Espin Pedrol1-0/+3
2017-08-2704.08: log protocol discriminators and message types by nameNeels Hofmeyr1-6/+8
2017-08-27Implement IuCS (large refactoring and addition)Neels Hofmeyr16-294/+1033
2017-08-27mscsplit: various preparations to separate MSC from BSCNeels Hofmeyr12-856/+234
2017-08-27Use libvlr in libmsc (large refactoring)Harald Welte19-2998/+1523
2017-08-27Add libvlr implementationHarald Welte2-1/+269
2017-08-27logging: auth request: use hexdump without spaces for RAND, AUTNNeels Hofmeyr1-2/+2
2017-08-27move openbsc/* to repos rootNeels Hofmeyr26-0/+14136