aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-19 22:28:04 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-20 00:15:09 +0200
commit1028017e1402b1f8853122f04bdfa4fc485e86e0 (patch)
tree4342ec9fceed59c2d2c2d45c4572d10341b7907f
parent921f9e07321297bf9e856d9d49107d28321e599a (diff)
RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IE
-rw-r--r--library/RSL_Types.ttcn6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index cfe28451..955e92ca 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -442,6 +442,12 @@ module RSL_Types {
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 {