aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_decision_2.h
blob: f245b073ecce864c9da6c2bd5e713a999bb6b811 (plain)
1
2
3
4
5
6
7
8
9
/* Handover Decision Algorithm 2 for intra-BSC (inter-BTS) handover, public API for OsmoBSC */

#pragma once
struct gsm_bts;

void hodec2_init(struct gsm_network *net);

void hodec2_on_change_congestion_check_interval(struct gsm_network *net, unsigned int new_interval);
void hodec2_congestion_check(struct gsm_network *net);