[SI] Make sure we set BS_AG_BLKS_RES !=0

This parameter indicates how many of the PCH+AGCH blocks are reserved
for the AGCH and thus not used for the PCH.  If we set it to 0,
we basically tell the BTS there is no AGCH - and thus it would be
impossible to send any IMMEDIATE ASSIGNMENTs.

Luckily the BS-11 and the nanoBTS don't seem to care.
This commit is contained in:
Harald Welte
2011-01-13 23:20:45 +01:00
parent 7a69cf0a98
commit aace9fc9b9

View File

@@ -1136,6 +1136,8 @@ static int bootstrap_bts(struct gsm_bts *bts)
/* Control Channel Description */
bts->si_common.chan_desc.att = 1;
bts->si_common.chan_desc.bs_pa_mfrms = RSL_BS_PA_MFRMS_5;
bts->si_common.chan_desc.bs_ag_blks_res = 1;
/* T3212 is set from vty/config */
/* Set ccch config by looking at ts config */