Change in osmo-ttcn3-hacks[master]: library/RSL_Types: add 'bs_power_params' to 'RSL_IE_Body'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Nov 25 16:05:17 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21313 )

Change subject: library/RSL_Types: add 'bs_power_params' to 'RSL_IE_Body'
......................................................................

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
---
M library/RSL_Types.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 2bbbd3b..6118dcf 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -838,6 +838,7 @@
 		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 @@
 					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;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21313
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I48703c45d26cd88c1d9b5fda1a9df42616cb7cc0
Gerrit-Change-Number: 21313
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201125/e3528206/attachment.htm>


More information about the gerrit-log mailing list