aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-10Support for TS 04.14 conformance test commandsHarald Welte3-0/+137
2017-07-10libmsc: Fix VTY output for handover counters.Alexander Chemeris1-5/+5
2017-07-10sgsn: Fill the cch_pdp with a value coming from the tlv structureHolger Hans Peter Freyther3-5/+37
2017-07-1004.08: find a portable way to obtain the timezone offsetBenoit Bolsee1-3/+10
2017-07-08smpp: fix return causeBenoit Bolsee4-12/+17
2017-07-06smpp_smsc.c: Log on sending deliver_sm messagePau Espin Pedrol1-0/+3
2017-06-22Enable optional static buildsMax1-1/+0
2017-06-22Fix BTS features length checkMax1-4/+4
2017-06-18Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte3-9/+74
2017-06-15bsc_init: Forget which SIs are valid for the trxMax2-4/+11
2017-06-15Update SI data structures and generationMax4-130/+186
2017-06-15Move SI-related definesMax2-3/+3
2017-06-12OML: fix potential OOB memory accessMax1-2/+2
2017-06-09Request and parse BTS feature list via OMLMax1-0/+40
2017-06-09Get TRX attributesMax3-37/+76
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte9-49/+41
2017-05-31Add remote BTS feature storage and helpersMax2-0/+17
2017-05-31Adjust BTS model feature checkMax2-8/+8
2017-05-29libbsc: Create pcu-socket only as specified in config fileHarald Welte2-14/+26
2017-05-28bsc_vty: Add command to manually issue IPAC MDCXHarald Welte1-1/+31
2017-05-27bsc_vty.c: Add command for manual [de]actiovation of logical channelsHarald Welte1-0/+119
2017-05-27bsc_vty.c: Further simplify vty_get_ts()Harald Welte1-6/+7
2017-05-27bsc_vty: Factor vty_get_ts() out of pdch_act_cmd()Harald Welte1-14/+26
2017-05-27bsc_api.c: Documentation for handle_mr_config()Harald Welte1-2/+13
2017-05-27costmetic: Document gsm48_multirate_config() + const-ify inputHarald Welte1-1/+6
2017-05-25Use new e1inp_signal_names from libosmo-abis to print input signal namesHarald Welte2-7/+4
2017-05-25abis_rsl: use msgb_pull to parse tlli from msgAlexander Couzens1-4/+2