aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-15LIBMSC: Use sms->text, not sms->user_data to construct report bodyKeith1-1/+1
2017-08-15LIBMSC: Place correct dst address in status reportKeith1-1/+1
2017-08-15libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34Pablo Neira Ayuso1-7/+1
2017-08-14Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()Harald Welte8-51/+17
2017-08-14sgsn_vty: Don't assume pdp->lib is always validHarald Welte1-14/+16
2017-08-14Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCHHarald Welte2-2/+5
2017-08-14SGSN: Fix RAN information exposed on GTP during PDP CTX CREATEHarald Welte1-4/+14
2017-08-14mgcp: Fix uplink activation of Osmux streamPau Espin Pedrol1-2/+4
2017-08-13handover_logic: set correct link to bts for subscriber_connection in case of ...Ivan Kluchnikov1-0/+1
2017-08-13mgcp_osmux: Remove unused parameterPau Espin Pedrol1-6/+3
2017-08-13libcommon: Fix log output for bts>0.Alexander Chemeris2-3/+5
2017-08-13libmsc: use new smpp34 esm_class definitionsPablo Neira Ayuso1-10/+8
2017-08-12libmsc: use smpp34_tlv_for_each() to avoid suboptimal TLV handlingPablo Neira Ayuso1-30/+40
2017-08-10libmsc: Remove comment not applying anymorePau Espin Pedrol1-1/+0
2017-08-10libmsc: gsm340_gen_oa_sub() may return negative valuePablo Neira Ayuso1-2/+9
2017-08-09libmsc: support GSM 03.40 status report for nitbPablo Neira Ayuso1-0/+5
2017-08-09libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status reportPablo Neira Ayuso2-2/+54
2017-08-09utils: smpp_mirror: bounce Delivery Receipts as Delivery AcknowledgmentsPablo Neira Ayuso1-9/+8
2017-08-09libmsc: update database to accomodate SMS status-report fieldsPablo Neira Ayuso1-6/+162
2017-08-09libmsc: add support for SMPP delivery receiptsPablo Neira Ayuso3-1/+75
2017-08-09utils: smpp_mirror: reflect message reference TLVPablo Neira Ayuso1-1/+23
2017-08-09utils: smpp_mirror: temporarily munch SMPP delivery receiptsPablo Neira Ayuso1-0/+8
2017-08-09utils: smpp_mirror: set registered_delivery field in SMPP SUBMIT_SMPablo Neira Ayuso1-0/+1
2017-08-09libmsc: missing bit shift in status report flag when stored in sms objectPablo Neira Ayuso1-1/+1
2017-08-09libmsc: report status report request flag from SMPP SUBMIT_SMPablo Neira Ayuso1-0/+1
2017-08-09libmsc: set registered_delivery field in SMPP 3.4 DELIVER_SM messagesPablo Neira Ayuso1-1/+8
2017-08-09timer vty: also print the default value in cmd docNeels Hofmeyr1-13/+13
2017-08-09vty: add 'default' keyword to timer configNeels Hofmeyr1-3/+14
2017-08-09cosmetic: vty for timers: remove obsolete range checkNeels Hofmeyr1-6/+0
2017-08-08libmsc: move gsm340_rx_sms_submit() to sms_route_mt_sms()Pablo Neira Ayuso1-19/+22
2017-08-08libmsc: remove 'deferred' parameter in sms_route_mt_sms()Pablo Neira Ayuso3-30/+24
2017-08-08libmsc: remove duplicate lines in deliver_to_esme()Pablo Neira Ayuso1-2/+0
2017-08-08libmsc: remove dead code in sms_route_mt_sms()Pablo Neira Ayuso1-3/+0
2017-08-08libmsc: do not leak pending SMPP command object on error pathPablo Neira Ayuso1-5/+6
2017-08-08gsm_04_11: get rid of unused parameter in sms_route_mt_sms()Pablo Neira Ayuso1-5/+6
2017-07-21sgsn: Convert cch_pdp to host order for libgtpHolger Hans Peter Freyther1-5/+2
2017-07-20remove code disabling T3109 if configured to 0Harald Welte1-4/+0
2017-07-20bsc_vty: Don't allow timers of zero (0)Harald Welte1-2/+2
2017-07-20GSM timers: User reasonable defaults; don't save if equal defaultHarald Welte2-13/+25
2017-07-19bsc_vty: Add VTY command to test CTRL TRAP featureHarald Welte1-0/+16
2017-07-18gtphob: check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+4
2017-07-16gsm_bts_trx_set_system_infos(): Disable non-existing SIHarald Welte1-6/+17
2017-07-15RSL: Allow disabling of BCCH/SACCH filling for given SI typeHarald Welte1-4/+8
2017-07-15Fix regression causing loss of static system-information messagesHarald Welte1-2/+2
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte5-0/+32
2017-07-11libbsc: Add VTY command to re-send the SYSTEM INFORMATION to BTSHarald Welte1-0/+33
2017-07-11bsc_api: Fix copy+paste error in printing name of RR STATUS PDUHarald Welte1-1/+1
2017-07-11transaction: reject calls from unidentified subscribersBenoit Bolsee1-0/+7
2017-07-10Fix BTS attribute requestsMax2-3/+10
2017-07-10Add VTY commands for experimentation with TS 04.14 commandsHarald Welte1-0/+94