fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42581?usp=email )

Change subject: library/RSL_Types: improve CHAN_ACTIV templates
......................................................................

library/RSL_Types: improve CHAN_ACTIV templates

Change-Id: I80af30fe9b24b93908876fd8059f45b6e3105406
---
M library/RSL_Types.ttcn
1 file changed, 8 insertions(+), 6 deletions(-)

Approvals:
  osmith: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified




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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42581?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I80af30fe9b24b93908876fd8059f45b6e3105406
Gerrit-Change-Number: 42581
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to