aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-24handover: Implement proper handover procedure handling at any stage of the callusers/kluchnikov/wip-handoverIvan Kluchnikov3-1/+90
2017-11-24transaction: Add new function trans_find_by_lchanIvan Kluchnikov2-12/+21
2017-11-24Move ho_detect to gsm_04_08 and move audio switch to proper placeIvan Kluchnikov2-99/+99
2017-11-11osmo-bsc-sccplite: Implement incoming RESET procedureHarald Welte2-1/+34
2017-11-11osmo-bsc: Print NOTICE message on unimplemented BSSMAP UDTHarald Welte1-0/+4
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr9-18/+0
2017-10-26rename osmo-bsc to osmo-bsc-sccpliteHarald Welte2-4/+4
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte40-25043/+0
2017-10-26osmo-bsc: Initialize logging before initializing rate_ctrHarald Welte1-3/+3
2017-10-23Make TRX rf locking more visibleMax3-7/+11
2017-10-23libbsc: Use correct printf formatting for uint64_tPau Espin Pedrol1-4/+4
2017-10-17bsc_api: Fix NULL secondary_lchan access in handle_ass_failPau Espin Pedrol1-2/+4
2017-10-01Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'Harald Welte2-3/+21
2017-10-01libbsc: document arguments of generate_bcch_chan_list()Harald Welte1-1/+7
2017-09-27Show OML link uptime in vtyMax3-3/+29
2017-09-23CTRL: cleanup write-only command functionsMax1-31/+3
2017-09-14libmsc: Log Rx DELIVER-SM RESP before calling gsm411_send_rp_ackKeith1-4/+4
2017-09-13libmsc: sms_route_mt_sms() may return uninitialized return valuePablo Neira Ayuso1-20/+21
2017-09-13fix vty tests: vty no longer goes to parent node implicitlyNeels Hofmeyr1-0/+1
2017-09-11libmsc: annotate esme route in the sms object from deliver_to_esme()Pablo Neira Ayuso2-3/+12
2017-09-04handover_decision: Fix condition for power budget handover attemptIvan Kluchnikov1-1/+1
2017-08-30SI13: drop PBCCH-related bitsMax2-44/+16
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte5-0/+10
2017-08-18NITB: remove 'help' output about '-a' option that is removed for agesHarald Welte1-2/+0
2017-08-18libmsc: Use actual delivery time in delivery reports.Keith2-2/+3
2017-08-18gbproxy: log signal value as textMax1-6/+4
2017-08-18gbproxy: log unhandled BSSGP PDU as textMax1-2/+1
2017-08-18libmsc: Fix wrong handling of user_message_reference parameterPau Espin Pedrol1-2/+2
2017-08-16smpp: Fix compilation warningPau Espin Pedrol1-1/+1
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