chan_alloc: Add comments for the *_chan_load() functions.

Change-Id: Ie199104fd4a6c0d5218f56b958d12fac4612fd78
This commit is contained in:
Alexander Chemeris 2020-05-07 15:32:52 +03:00 committed by ipse
parent dbfa85cc08
commit 6d4ccc1638
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <osmocom/core/talloc.h>
/* Update channel load calculation for the given BTS */
void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts)
{
struct gsm_bts_trx *trx;
@ -99,6 +100,7 @@ void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts)
}
}
/* Update channel load calculation for all BTS in the BSC */
void network_chan_load(struct pchan_load *pl, struct gsm_network *net)
{
struct gsm_bts *bts;