Change in osmo-pcu[master]: encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc)

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat May 23 19:01:42 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/18435 )


Change subject: encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc)
......................................................................

encoding: fix write_ia_rest_egprs_uplink_sba(): add missing CHECK(rc)

Change-Id: I8e41c2912aaff689b0e311c8e2d3e961d2f1ac2c
---
M src/encoding.cpp
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/35/18435/1

diff --git a/src/encoding.cpp b/src/encoding.cpp
index 1805645..5d06ee9 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -328,6 +328,7 @@
 
 	/* TLLI_BLOCK_CHANNEL_CODING */
 	rc = bitvec_set_bit(dest, (bit_value)tbf->tlli());
+	CHECK(rc);
 
 	/* No BEP_PERIOD2 */
 	SET_0(dest);

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I8e41c2912aaff689b0e311c8e2d3e961d2f1ac2c
Gerrit-Change-Number: 18435
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200523/5a062af9/attachment.htm>


More information about the gerrit-log mailing list