fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27493 )

Change subject: library/L1CTL_Types: fix t_RslChanNr_RACH used in send templates
......................................................................

library/L1CTL_Types: fix t_RslChanNr_RACH used in send templates

Change-Id: Id7570df09bea04c60475d91519c6aac63bf6f749
---
M library/L1CTL_Types.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 220a2cd..4bde793 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -588,7 +588,7 @@
                header := ts_L1ctlHeader(L1CTL_EXT_RACH_REQ),
                ul_info := {
                        /* FIXME: both RSL chan_nr and link_id should be 
configurable */
-                       chan_nr := t_RslChanNr_RACH(0),
+                       chan_nr := ts_RslChanNr_RACH(0),
                        link_id := ts_RslLinkID_DCCH(0),
                        padding := '0000'O
                },
@@ -609,7 +609,7 @@
                         template (value) uint8_t tx_power) := {
                header := ts_L1ctlHeader(L1CTL_PARAM_REQ),
                ul_info := {
-                       chan_nr := t_RslChanNr_RACH(0),
+                       chan_nr := ts_RslChanNr_RACH(0),
                        link_id := ts_RslLinkID_DCCH(0),
                        padding := '0000'O
                },

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27493
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id7570df09bea04c60475d91519c6aac63bf6f749
Gerrit-Change-Number: 27493
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to