mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user