SI13: Enable sending GPRS Cell Options Extension Information on GPRS-only BTS

The EGPRS bits are anyway conditionally enabled by egprs_supported.

Change-Id: Ie7a438419eb416ce3d29794febab5f952661e5c5
This commit is contained in:
Pau Espin Pedrol 2021-02-09 19:41:26 +01:00 committed by laforge
parent 456a962c7e
commit cdbd7e3bf2
1 changed files with 1 additions and 1 deletions

View File

@ -1296,10 +1296,10 @@ int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type si_type)
switch (bts->gprs.mode) {
case BTS_GPRS_EGPRS:
si13_default.cell_opts.ext_info_present = 1;
si13_default.cell_opts.ext_info.egprs_supported = 1;
/* fallthrough */
case BTS_GPRS_GPRS:
si13_default.cell_opts.ext_info_present = 1;
si_info.gprs_ind.present = 1;
break;
case BTS_GPRS_NONE: