aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-06initial acc ramping implementation (untested)Stefan Sperling2-5/+55
2018-02-06Add skeleton for an acc ramp implementation.Stefan Sperling1-0/+5
2018-02-06Move ACC data structures to their own header file.Stefan Sperling2-51/+78
2018-02-06Add data structure definitions for Access Control Class ramping.Stefan Sperling1-0/+53
2018-02-05Add stat items for the BTS's channel load average and T3122.Stefan Sperling2-0/+7
2018-02-05gsm_data_shared.h: Remove unused sacch_deact member fieldHarald Welte1-1/+0
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling3-5/+17
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte1-7/+5
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2018-01-19HO: add queue to cache DTAP messages during handover/assignmentAndreas Eversberg1-0/+4
2018-01-19HO: make bts_by_arfcn_bsic() publicNeels Hofmeyr1-0/+2
2018-01-19HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+3
2018-01-19HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configuredNeels Hofmeyr1-0/+115
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr1-6/+2
2018-01-19HO: fix: increase the number of measurement report history to 10Andreas Eversberg2-1/+3
2018-01-19HO: Add handover decision debugging categoryAndreas Eversberg1-0/+1
2018-01-19HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+2
2018-01-19HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg1-0/+1
2018-01-19HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg1-0/+1
2018-01-19HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-0/+2
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr5-16/+124
2018-01-19HO: fix recovery from failed handoverNeels Hofmeyr1-1/+0
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr1-0/+2
2018-01-16Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c.Stefan Sperling1-2/+0
2018-01-15Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtranHarald Welte1-1/+3
2018-01-15Implement support for paging based on CI (cell identifier).Stefan Sperling1-1/+2
2018-01-12bsc/gsm_04_80.h: clean up useless declarationsVadim Yanitskiy1-15/+0
2018-01-12bsc/gsm_04_80.h: use '#pragma once' instead of includesVadim Yanitskiy1-4/+1
2018-01-09Support control connection status query for a particular MSC.Stefan Sperling1-0/+7
2018-01-04Reduce T3109 default from 19s to 5sHarald Welte1-1/+1
2017-12-23cosmetic: Hide all accesses to conn->bts behind conn_get_bts()Harald Welte1-0/+4
2017-12-20mgcp: cancel transactions on timeoutPhilipp Maier1-0/+2
2017-12-19remove unused 'lac' member of 'struct gsm_subscriber_connection'Harald Welte1-2/+0
2017-12-19gsm_data.h: Document all fields of gsm_subscriber_connectionHarald Welte1-8/+14
2017-12-19osmo-bsc: Move user plane/voice related bits into sub-structureHarald Welte1-17/+17
2017-12-19osmo_bsc.h: document every field in 'struct osmo_bsc_sccp_con'Harald Welte1-0/+5
2017-12-19Remove unused struct osmo_bsc_sccp_con member sccp_queue_sizeHarald Welte1-3/+0
2017-12-19remove libosmo-sccp dependency for osmo-bscHarald Welte1-4/+0
2017-12-19Remove some more dead codeHarald Welte2-134/+0
2017-12-19Remove bogus MM INFO configurationHarald Welte1-2/+0
2017-12-19Remove bogus vty config for LU reject causeHarald Welte1-1/+0
2017-12-19Remove unused RRLP options/codecHarald Welte4-24/+0
2017-12-19Remove dead code left over from NITB splitHarald Welte22-813/+6
2017-12-14Add new "chan:mode_modify_nack" counter to count RSL MODE MODIFY NACKHarald Welte1-0/+2
2017-12-14Add a new counter "rsl:ipa_nack" to count number of IPA related NACKsHarald Welte1-0/+2
2017-12-14Add new per-BTS "rsl:unknown" counter to count unknown RSL messagesHarald Welte1-0/+2
2017-12-14Add per-BTS rate_ctr for total + failed number of RSL CHAN_ACTHarald Welte1-0/+4
2017-12-14Reduce T3113 default from 60s to 10sHarald Welte1-1/+1
2017-12-14libbsc: paging: more reasonable (and detailed) paging statisticsHarald Welte1-5/+13
2017-12-13cosmetic: osmo_bsc_mgcp: improve commentsPhilipp Maier1-2/+7