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.orgHarald Welte has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/14093/1
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: newchange
Gerrit-Change-Id: I646208c3c6e755978162e207a4f2030be117883d
Gerrit-Change-Number: 14093
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190519/54e6942b/attachment.htm>