Harald Welte has submitted this change and it was merged.

Change subject: RSL: Fix encoding of ConnectionID in IPA_DLCX_ACK
......................................................................


RSL: Fix encoding of ConnectionID in IPA_DLCX_ACK

Change-Id: Ifdea747e78f191902870af53692f7a70fa7ece93
Closes: OS#2999
---
M src/common/rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/common/rsl.c b/src/common/rsl.c
index 217393d..2f6e295 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1585,7 +1585,7 @@
                return -ENOMEM;
 
        if (inc_conn_id) {
-               msgb_tv_put(msg, RSL_IE_IPAC_CONN_ID, lchan->abis_ip.conn_id);
+               msgb_tv16_put(msg, RSL_IE_IPAC_CONN_ID, lchan->abis_ip.conn_id);
                rsl_add_rtp_stats(lchan, msg);
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifdea747e78f191902870af53692f7a70fa7ece93
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to