Harald Welte has submitted this change and it was merged.

Change subject: RSL_Types: Fix message type of ts_RSL_IPA_MDCX_ACK()
......................................................................


RSL_Types: Fix message type of ts_RSL_IPA_MDCX_ACK()

Change-Id: I8ce0c96d66c3027d68542b3f58d9a732fb42517d
---
M library/RSL_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 46fa669..67e4dc9 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -996,7 +996,7 @@
                                                 uint32_t remote_ip, uint16_t 
remote_port,
                                                 uint7_t rtp_pt2) := {
                msg_disc := ts_RSL_MsgDisc(RSL_MDISC_IPACCESS, false),
-               msg_type := RSL_MT_IPAC_CRCX_NACK,
+               msg_type := RSL_MT_IPAC_MDCX_ACK,
                ies := {
                        t_RSL_IE(RSL_IE_CHAN_NR, RSL_IE_Body:{chan_nr := 
chan_nr}),
                        /* optional */

-- 
To view, visit https://gerrit.osmocom.org/5448
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ce0c96d66c3027d68542b3f58d9a732fb42517d
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to