library/RSL_Types: add 'bs_power_params' to 'RSL_IE_Body'

The value part of this IE is defined as vendor-specific.

Change-Id: I48703c45d26cd88c1d9b5fda1a9df42616cb7cc0
This commit is contained in:
Vadim Yanitskiy 2020-11-11 07:25:47 +07:00
parent bc8ebce10e
commit 802508e696
1 changed files with 2 additions and 0 deletions

View File

@ -838,6 +838,7 @@ module RSL_Types {
RSL_IE_ChannelMode chan_mode,
uint8_t handover_ref,
RSL_IE_BS_Power bs_power,
RSL_LV bs_power_params,
RSL_IE_MS_Power ms_power,
RSL_IE_MS_Power_Parameters ms_power_params,
uint8_t timing_adv,
@ -894,6 +895,7 @@ module RSL_Types {
chan_mode, iei = RSL_IE_CHAN_MODE;
handover_ref, iei = RSL_IE_HANDO_REF;
bs_power, iei = RSL_IE_BS_POWER;
bs_power_params, iei = RSL_IE_BS_POWER_PARAM;
ms_power, iei = RSL_IE_MS_POWER;
ms_power_params, iei = RSL_IE_MS_POWER_PARAM;
timing_adv, iei = RSL_IE_TIMING_ADVANCE;