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

Change subject: library: add missing '(value)' specifier to ts_RLCMAC_CTRL_ACK
......................................................................

library: add missing '(value)' specifier to ts_RLCMAC_CTRL_ACK

Change-Id: Ia3176d0443255cba909ec571cda93875704b08b3
---
M library/RLCMAC_Templates.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn
index 3b1e40a..738ee97 100644
--- a/library/RLCMAC_Templates.ttcn
+++ b/library/RLCMAC_Templates.ttcn
@@ -772,7 +772,8 @@
        }

        /* Template for Uplink Control ACK */
-       template RlcmacUlBlock ts_RLCMAC_CTRL_ACK(GprsTlli tlli, CtrlAck ack := 
MS_RCVD_TWO_RLC_SAME_RTI_DIFF_RBSN) := {
+       template (value) RlcmacUlBlock
+       ts_RLCMAC_CTRL_ACK(GprsTlli tlli, CtrlAck ack := 
MS_RCVD_TWO_RLC_SAME_RTI_DIFF_RBSN) := {
                ctrl := {
                        mac_hdr := t_RLCMAC_UlMacCtrlH(MAC_PT_RLCMAC_NO_OPT),
                        payload := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29623
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: Ia3176d0443255cba909ec571cda93875704b08b3
Gerrit-Change-Number: 29623
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to