aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-21 09:52:36 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-21 10:14:11 +0200
commitcc4a08bdc753492c4367e4786a573a6cdf84b56e (patch)
tree9446f64fd4c7e2ce1f498fa652fe9ecc1c19108c
parent862807504b5ecf4fe79c435286487a1a576d09eb (diff)
audio/rsl: Include the connection identifier in the DLCX ind
I have traces that include the connection identifier in the DLCX indication.
-rw-r--r--src/common/rsl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 1be1039..f31b2e3 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1203,6 +1203,7 @@ int rsl_tx_ipac_dlcx_ind(struct gsm_lchan *lchan, uint8_t cause)
if (!nmsg)
return -ENOMEM;
+ msgb_tv16_put(nmsg, RSL_IE_IPAC_CONN_ID, htons(lchan->abis_ip.conn_id));
msgb_tlv_put(nmsg, RSL_IE_CAUSE, 1, &cause);
rsl_ipa_push_hdr(nmsg, RSL_MT_IPAC_DLCX_IND, gsm_lchan2chan_nr(lchan));