aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-06reformat loop for better readabilityStefan Sperling1-4/+4
2018-02-06formatting tweakStefan Sperling1-5/+10
2018-02-06rename a variable and improve commentsStefan Sperling1-6/+6
2018-02-06rename a function againStefan Sperling1-3/+3
2018-02-06fix previousStefan Sperling1-1/+1
2018-02-06only set lower 2 bits of t2Stefan Sperling1-1/+1
2018-02-06clear bits in bitmask correctlyStefan Sperling1-2/+2
2018-02-06fix logging for ACC 8 and 9Stefan Sperling1-5/+10
2018-02-06add more logging and fix step loop termination conditionStefan Sperling1-10/+19
2018-02-06rename a functionStefan Sperling1-3/+3
2018-02-06initial acc ramping implementation (untested)Stefan Sperling6-17/+163
2018-02-06Add skeleton for an acc ramp implementation.Stefan Sperling4-0/+57
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 Sperling4-2/+28
2018-02-05vty: print RTP IP of lchan if actually bound; print remote (mgw) IPHarald Welte1-5/+15
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 Sperling11-30/+143
2018-01-28update.gitignore with 'tags' files and 'deps' directoryHarald Welte1-0/+2
2018-01-28remove obsolete gsm_subscriber_connection.bts memberHarald Welte4-11/+5
2018-01-28bssmap_handle_assignm_req(): Decode channel type as first stepHarald Welte1-17/+16
2018-01-28cosmetic: Remove data/len variables in bssmap_handle_assignm_req()Harald Welte1-11/+6
2018-01-26Improve an error message in page_lai_and_lac()Stefan Sperling2-2/+2
2018-01-25Remove an unused variable.Stefan Sperling1-7/+0
2018-01-24cosmetic: log prim operation as textMax1-1/+2
2018-01-22HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg2-0/+20
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 Eversberg2-0/+77
2018-01-19HO: make bts_by_arfcn_bsic() publicNeels Hofmeyr2-2/+4
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 Eversberg2-0/+67
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 Hofmeyr3-12/+336
2018-01-19HO: enable handover by initializing at startup; rename init functionNeels Hofmeyr3-7/+6
2018-01-19HO: fix: increase the number of measurement report history to 10Andreas Eversberg2-1/+3
2018-01-19Correctly set T3105 for ipaccess BTS typeAndreas Eversberg3-5/+5
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: Add handover decision debugging categoryAndreas Eversberg2-1/+9
2018-01-19HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg2-0/+31
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 Eversberg2-1/+2
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 Eversberg4-2/+18
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