RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IE

Change-Id: I646208c3c6e755978162e207a4f2030be117883d
This commit is contained in:
Harald Welte 2019-05-19 22:28:04 +02:00
parent 921f9e0732
commit 1028017e14
1 changed files with 6 additions and 0 deletions

View File

@ -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 {