osmo-bsc/src
Neels Hofmeyr 2eeef70310 lchan_avail(): omit logging for handover decision 2
Add bool log argument to lchan_avail_by_type() and omit logging when
passed as false. From handover_decision_2.c, pass 'log' as false, from
all other callers pass true, i.e. for unchanged behavior.

Rationale:

Usually, we use lchan_avail_by_type() to select a new lchan to initiate
actual service. For that, it is interesting to see how osmo-bsc decides
which lchan will be used.

For handover decision 2, we since recently call lchan_avail_by_type()
for each and every handover candidate, to determine whether it will
occupy a dynamic timeslot or not (to know whether we would congest the
other TCH kind). So this happens for each permutation of source lchan
and target cell. That produces a lot of logging, out of proportion of
being useful to the maintainer.

Change-Id: Ia403f8fc853ca9ea9e81f7a7395df6b23845ebed
2021-01-19 11:49:07 +01:00
..
ipaccess Introduce NM GPRS NSVC FSM 2020-12-04 14:44:40 +01:00
osmo-bsc lchan_avail(): omit logging for handover decision 2 2021-01-19 11:49:07 +01:00
utils Introduce NM GPRS NSVC FSM 2020-12-04 14:44:40 +01:00
Makefile.am drop IMSI filter and libfilter completely 2020-05-27 01:56:06 +02:00