Harald 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 <[email protected]>