aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte2-0/+11
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte2-0/+8
2017-12-14Reduce T3113 default from 60s to 10sHarald Welte1-1/+1
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte3-10/+23
2017-12-14Fix per-BTS counter group indexHarald Welte1-1/+1
2017-12-13cosmetic: osmo_bsc_mgcp: improve commentsPhilipp Maier1-2/+7
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 Hofmeyr2-1/+8
2017-12-12Generate SI2bis Rest OctetsMax4-2/+20
2017-12-11paging: Stop all paging if MSC sends us BSSMAP RESETHarald Welte3-0/+29
2017-12-11paging: Remove obsolete paging call-back supportHarald Welte4-54/+28
2017-12-11paging.c: add more documentation on what the functions actually doHarald Welte1-4/+45
2017-12-11Change T3101 default from 10s to 3s.Harald Welte1-1/+1
2017-12-11Generate SI2ter Rest OctetsMax4-2/+22
2017-12-10mgcp: cosmetic fixupsPhilipp Maier1-105/+39
2017-12-10OML: expand status reporting checksMax5-1/+22
2017-12-09Remove 'msc' counter group from BSCHarald Welte2-59/+0
2017-12-09rate_ctr: Use ':' as separator, not '.'Harald Welte1-18/+18
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte7-46/+69
2017-12-06use _NUM_CHREQ_T to define the size of ctype_by_chreqAlexander Couzens1-1/+1
2017-12-01cosmetic: use fsm pointer from parameter listPhilipp Maier1-39/+31
2017-12-01cosmetic: correct sourcecode formattingPhilipp Maier1-1/+2
2017-12-01cosmetic: add missing log prefixPhilipp Maier1-6/+6
2017-12-01cosmetic: do not cast void pointerPhilipp Maier1-5/+5
2017-12-01cosmetic: remove duplicate loggingPhilipp Maier1-24/+2
2017-12-01mgcp: do not fail silently on snprintf()Philipp Maier1-2/+1
2017-12-01mgcp: add missing switch casePhilipp Maier1-0/+8
2017-12-01mgcp: use mgw assigned connection identifiersPhilipp Maier2-11/+20
2017-12-01mgcp: use hexadecimal digits in endpoint namesPhilipp Maier1-1/+1
2017-11-30auth: remove obsolete VTY commandsPhilipp Maier5-21/+0
2017-11-30auth: remove unused structsPhilipp Maier1-35/+0
2017-11-30sccp-lite: remove obsolete VTY commandsPhilipp Maier2-47/+0
2017-11-30bssap: remove libosmo-legacy-mgcp dependancyPhilipp Maier1-4/+15
2017-11-29HO prep: pass gsm_network to gsm_bts_alloc() alreadyNeels Hofmeyr3-4/+5
2017-11-29examples: add osmo-bsc-minimal.cfgNeels Hofmeyr1-0/+36
2017-11-29cosmetic: handover.h: use "#pragma once", declare structs, commentsNeels Hofmeyr2-8/+5
2017-11-29compiler warnings: add includes in abis_rsl.h, gsm_data_shared.hNeels Hofmeyr2-0/+2
2017-11-29cleanup: drop unused gsm_bts.roleNeels Hofmeyr1-2/+0
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: mark gsm_objclass2mo as staticMax2-5/+1
2017-11-29cosmetic: drop unused includeMax2-192/+0
2017-11-29cosmetic: tighten function type signaturesMax4-11/+11
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 Maier7-64/+0
2017-11-29cosmetic: remove obsolete ROLE_BSCMax3-117/+0
2017-11-29OML: consider administrative state when reportingMax3-3/+8
2017-11-24vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol6-3/+33
2017-11-24Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol2-10/+10