sysmobts: Support DSP API >= 3.8.1 (u8MaxCellSize)

This commit is contained in:
Harald Welte 2014-05-17 10:04:44 +02:00
parent d75c648871
commit 73d9d3af6c
1 changed files with 4 additions and 0 deletions

View File

@ -1145,6 +1145,10 @@ int l1if_activate_rf(struct femtol1_hdl *hdl, int on)
sysmobts_get_nominal_power(trx);
}
#endif /* 2.2.0 */
#if SUPERFEMTO_API_VERSION >= SUPERFEMTO_API(3,8,1)
/* maximum cell size in quarter-bits, 90 == 12.456 km */
sysp->u.activateRfReq.u8MaxCellSize = 90;
#endif
#endif /* !HW_SYSMOBTS_V1 */
} else {
sysp->id = SuperFemto_PrimId_DeactivateRfReq;