aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2018-01-12HO: Assign SDCCH on channel requestAndreas Eversberg1-2/+20
2018-01-12HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2018-01-12Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2018-01-12cosmetic: explicitly init ho_ref start valueNeels Hofmeyr1-1/+1
2018-01-12HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-0/+18
2018-01-12HO: add indicators for inter-cell and async ho, use for chan act typeNeels Hofmeyr1-1/+12
2018-01-12HO: Send Channel Mode and Multirate IE along with handover commandAndreas Eversberg1-0/+7
2018-01-12HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr5-132/+147
2018-01-12vty: add various manual handover and assignment trigger commandsNeels Hofmeyr1-25/+192
2018-01-12handover_decision: Add more log messages to get more information about HO cau...Ivan Kluchnikov2-6/+31
2018-01-09Support control connection status query for a particular MSC.Stefan Sperling1-4/+20
2018-01-08vty: fix OML link state printingMax1-3/+3
2018-01-08RSL: print link state per-TRXMax1-0/+1
2018-01-08cosmetic: remove duplicated codeMax2-19/+13
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte2-3/+3
2017-12-19remove unused 'lac' member of 'struct gsm_subscriber_connection'Harald Welte1-1/+0
2017-12-19Remove bogus MM INFO configurationHarald Welte3-51/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte2-5/+0
2017-12-19Remove unused RRLP options/codecHarald Welte1-4/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte8-67/+9
2017-12-14debug log: log Cipher Mode info upon sending down RSL/A-bisNeels Hofmeyr1-0/+4
2017-12-14log typo fix in gsm0808_cipher_mode()Neels Hofmeyr1-1/+1
2017-12-14Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACKHarald Welte1-0/+1
2017-12-14Add a new counter "rsl:ipa_nack" to count number of IPA related NACKsHarald Welte1-0/+4
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte1-0/+9
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte1-0/+4
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte2-5/+10
2017-12-13paging: paging_flush_bts: be sure pending_requests is initalizedPhilipp Maier1-0/+2
2017-12-13fix segfault upon release paging on BSSMAP Reset: init llistNeels Hofmeyr1-1/+5
2017-12-12Generate SI2bis Rest OctetsMax2-1/+18
2017-12-11paging: Stop all paging if MSC sends us BSSMAP RESETHarald Welte1-0/+23
2017-12-11paging: Remove obsolete paging call-back supportHarald Welte1-42/+15
2017-12-11paging.c: add more documentation on what the functions actually doHarald Welte1-4/+45
2017-12-11Generate SI2ter Rest OctetsMax2-1/+20
2017-12-10OML: expand status reporting checksMax2-0/+19
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte3-23/+24
2017-11-30auth: remove obsolete VTY commandsPhilipp Maier1-3/+0
2017-11-29cosmetic: handover.h: use "#pragma once", declare structs, commentsNeels Hofmeyr1-0/+2
2017-11-29compiler warnings: constify in abis_nm.cNeels Hofmeyr1-4/+5
2017-11-29compiler warnings: drop some unused variablesNeels Hofmeyr2-4/+0
2017-11-29cosmetic: tighten function type signaturesMax2-9/+9
2017-11-29cosmetic: bsc_vty: Document bvci reserved valuesPau Espin Pedrol1-0/+1
2017-11-29cosmetic: bsc_vty: Fix trailing whitespacePau Espin Pedrol1-2/+2
2017-11-29auth: remove obsolete VTY commandsPhilipp Maier2-15/+0
2017-11-29OML: consider administrative state when reportingMax2-2/+7
2017-11-24vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol3-3/+30
2017-11-24Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol1-7/+7
2017-11-21bsc_init: fix Werror: define rc for 2quater with si2q_count == 0Neels Hofmeyr1-0/+1
2017-11-02Check OML state per-BTSMax2-9/+9
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr3-6/+0