Change in ...osmo-msc[master]: cc trans: make sure bearer cap is empty

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Thu Aug 29 02:59:11 UTC 2019


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/15320


Change subject: cc trans: make sure bearer cap is empty
......................................................................

cc trans: make sure bearer cap is empty

Change-Id: I147f10f9258fc8685f2f666878dd2a655b8e4583
---
M src/libmsc/transaction.c
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/20/15320/1

diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index ebdaced..11cde93 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -147,6 +147,10 @@
 		.transaction_id = trans_id,
 		.callref = callref,
 		.net = net,
+		/* empty bearer_cap: make sure the speech_ver array is empty */
+		.bearer_cap = {
+			.speech_ver = { -1 },
+		},
 	};
 	vlr_subscr_get(vsub, trans_vsub_use(type));
 	llist_add_tail(&trans->entry, &net->trans_list);

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I147f10f9258fc8685f2f666878dd2a655b8e4583
Gerrit-Change-Number: 15320
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190829/8a4f3f75/attachment.htm>


More information about the gerrit-log mailing list