aboutsummaryrefslogtreecommitdiffstats
path: root/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2018-02-08enable and disable ACC ramping when link comes up / goes downstsp/acc_rampStefan Sperling1-1/+6
2018-02-08move ramp_init() call to bootstrap_bts()Stefan Sperling1-0/+2
2018-02-08add a VTY command for acc ramp step sizeStefan Sperling1-2/+26
2018-02-08show complete ACC config in VTYStefan Sperling1-1/+11
2018-02-08add VTY command to configure ramping step intervalStefan Sperling2-2/+40
2018-02-08don't read barred bitmasks directly where it isn't neededStefan Sperling1-2/+2
2018-02-08remove default step interval; it doesn't make sense to have thisStefan Sperling1-12/+9
2018-02-08improve commentStefan Sperling1-1/+1
2018-02-08improve commentsStefan Sperling1-2/+2
2018-02-08notify BTS also in short-cut ramping step caseStefan Sperling1-0/+1
2018-02-08improve a debug log messageStefan Sperling1-1/+1
2018-02-08use default step interval if load cannot be determinedStefan Sperling1-1/+1
2018-02-08document a helper functionStefan Sperling1-0/+4
2018-02-08rename another helper functionStefan Sperling1-4/+4
2018-02-08rename a helper functionStefan Sperling1-2/+2
2018-02-06rename vty commandStefan Sperling1-2/+2
2018-02-06do not conflict with the 'rach access-control-class' vty commandStefan Sperling3-35/+69
2018-02-06show 'acc-ramping' in bts configStefan Sperling1-0/+2
2018-02-06add a VTY option to enable/disable acc ramdingStefan Sperling2-2/+30
2018-02-06make it possible to enable/disable rumping at startupStefan Sperling1-3/+13
2018-02-06move acc_ramp.c to libbscStefan Sperling2-0/+178
2018-02-06initial acc ramping implementation (untested)Stefan Sperling1-2/+4
2018-02-05Add stat items for the BTS's channel load average and T3122.Stefan Sperling1-0/+3
2018-02-05vty: print RTP IP of lchan if actually bound; print remote (mgw) IPHarald Welte1-5/+15
2018-02-05Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling5-22/+122
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte2-3/+0
2018-01-25Remove an unused variable.Stefan Sperling1-7/+0
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+10
2018-01-21Fix: meas_rep.c will only use valid DL measurement reportsAndreas Eversberg1-4/+19
2018-01-19HO: add queue to cache DTAP messages during handover/assignmentAndreas Eversberg1-0/+73
2018-01-19HO: make bts_by_arfcn_bsic() publicNeels Hofmeyr1-2/+2
2018-01-19HO: rename gsm_bts_neighbor() to bts_by_arfcn_bsic()Neels Hofmeyr1-14/+13
2018-01-19HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+64
2018-01-19HO: Change debug category at handover decision: DHO -> DHODECAndreas Eversberg1-8/+8
2018-01-19HO: add handover algo 2 parameters; skip HO 1 if HO 2 is configuredNeels Hofmeyr1-0/+4
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr1-1/+1
2018-01-19Correctly set T3105 for ipaccess BTS typeAndreas Eversberg1-2/+2
2018-01-19Allow assignment to TCH channel with signalling only modeAndreas Eversberg1-3/+2
2018-01-19Do not perform assignment, if the new channel equals the current oneAndreas Eversberg1-1/+12
2018-01-19HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+29
2018-01-19HO: Always update rqd_ta after receiving measurement reportAndreas Eversberg1-0/+2
2018-01-19HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg1-1/+1
2018-01-19fixup: neigh_meas_avg: fix condition to reduce window sizeNeels Hofmeyr1-1/+1
2018-01-19fixup: neigh_meas_avg: detect invalid window size as <=0, log if invalidNeels Hofmeyr1-1/+3
2018-01-19HO: Count neighbor measurements and reduce window of neigh_meas_avgAndreas Eversberg1-0/+8
2018-01-19HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg3-2/+17
2018-01-19Fix of checking TCH rate at chan_compat_with_modeAndreas Eversberg1-1/+5
2018-01-19HO: Assign SDCCH on channel requestAndreas Eversberg1-2/+20
2018-01-19Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2018-01-19cosmetic: explicitly init ho_ref start valueNeels Hofmeyr1-1/+1