Change in osmo-ttcn3-hacks[master]: RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IE

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon May 20 19:40:51 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14093 )

Change subject: RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IE
......................................................................

RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IE

Change-Id: I646208c3c6e755978162e207a4f2030be117883d
---
M library/RSL_Types.ttcn
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index cfe2845..955e92c 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -442,6 +442,12 @@
 		boolean		fpc_epc,
 		uint5_t		power_level
 	}
+	template (value) RSL_IE_MS_Power ts_RSL_IE_MS_Power(uint5_t power_level,
+							    boolean fpc_epc := false) := {
+		reserved := 0,
+		fpc_epc := fpc_epc,
+		power_level := power_level
+	}
 
 	/* 9.3.18 */
 	type record RSL_IE_RachLoad {

-- 
To view, visit https://gerrit.osmocom.org/14093
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I646208c3c6e755978162e207a4f2030be117883d
Gerrit-Change-Number: 14093
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190520/4a25533b/attachment.htm>


More information about the gerrit-log mailing list