fixeria has uploaded this change for review.
library/RSL_Types: improve CHAN_ACTIV templates
Change-Id: I80af30fe9b24b93908876fd8059f45b6e3105406
---
M library/RSL_Types.ttcn
1 file changed, 8 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/81/42581/1
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 4597cc0..d757731 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -1612,9 +1612,10 @@
/* DEDICATED CANNEL MANAGEMENT MESSAGES */
/* 8.4.1 BSC -> BTS */
- template (value) RSL_Message ts_RSL_CHAN_ACT(template (value) RslChannelNr chan_nr,
- template (value) RSL_IE_ChannelMode mode,
- template (value) RSL_IE_ActivationType at := c_RSL_IE_ActType_IA) := {
+ template (value)
+ RSL_Message ts_RSL_CHAN_ACT(template (value) RslChannelNr chan_nr,
+ template (value) RSL_IE_ChannelMode mode,
+ template (value) RSL_IE_ActivationType at := c_RSL_IE_ActType_IA) := {
msg_disc := ts_RSL_MsgDisc(RSL_MDISC_DCHAN, false),
msg_type := RSL_MT_CHAN_ACTIV,
ies :={
@@ -1624,9 +1625,10 @@
/* lots of optional IEs */
}
}
- template RSL_Message tr_RSL_CHAN_ACT(template RslChannelNr chan_nr,
- template RSL_IE_ChannelMode mode,
- template (value) RSL_IE_ActivationType at := c_RSL_IE_ActType_IA) := {
+ template (present) RSL_Message
+ tr_RSL_CHAN_ACT(template (present) RslChannelNr chan_nr := ?,
+ template (present) RSL_IE_ChannelMode mode := ?,
+ template (present) RSL_IE_ActivationType at := ?) := {
msg_disc := tr_RSL_MsgDisc(RSL_MDISC_DCHAN, false),
msg_type := RSL_MT_CHAN_ACTIV,
ies :={
To view, visit change 42581. To unsubscribe, or for help writing mail filters, visit settings.