aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-19HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg2-0/+20
2018-01-19HO: add indicators for inter-cell and async ho, use for chan act typeNeels Hofmeyr1-1/+12
2018-01-19HO: Send Channel Mode and Multirate IE along with handover commandAndreas Eversberg1-0/+7
2018-01-19HO prep: introduce per-BTS handover config, with defaults on net nodeNeels Hofmeyr16-150/+653
2018-01-19HO: fix recovery from failed handoverNeels Hofmeyr4-16/+66
2018-01-19osmo_bsc_mgcp: cosmetic: introduce mgcp_init(), soak up fsm initNeels Hofmeyr3-7/+10
2018-01-19vty: add various manual handover and assignment trigger commandsNeels Hofmeyr1-25/+192
2018-01-19vty: cosmetic: use common BTS, TRX, TS, LCHAN stringsNeels Hofmeyr1-26/+27
2018-01-19vty: change handover command's arg LCHAN_NR to <0-7>Neels Hofmeyr1-1/+1
2018-01-19vty: fix 'show lchan ...' arg [lchan_nr] to [<0-7>]Neels Hofmeyr1-2/+2
2018-01-17Split paging cases in bssmap_handle_paging() off into helper functions.Stefan Sperling1-129/+185
2018-01-16handover_decision: log HO causes more accuratelyIvan Kluchnikov1-5/+15
2018-01-16handover_decision: Fix condition for power budget handover attemptIvan Kluchnikov1-1/+1
2018-01-16Show the BTS number for outgoing paging commands in debug log.Stefan Sperling1-2/+2
2018-01-16Implement support for paging based on LAC and CI.Stefan Sperling1-0/+24
2018-01-16Implement support for paging based on a Cell Global Identifier.Stefan Sperling1-7/+50
2018-01-16Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c.Stefan Sperling5-75/+54
2018-01-15Make libcommon, libcommon-cs, libfilter, utils depend on mgcp/sigtranHarald Welte6-1/+11
2018-01-15Implement support for paging based on CI (cell identifier).Stefan Sperling3-31/+79
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-11Implement support for CELL_IDENT_NO_CELL.Stefan Sperling1-0/+4
2018-01-11Add TAGS files (produced by 'make tags') to .gitignore file.Stefan Sperling1-0/+2
2018-01-11Implement support for paging by LAI.Stefan Sperling3-35/+105
2018-01-10cosmetic: mgcp: remove duplicate loggingPhilipp Maier1-2/+0
2018-01-10mgcp: log file and line of calls to handle_error()Philipp Maier1-3/+6