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
Mon May 25 09:15:09 UTC 2020


fixeria has submitted this change. ( 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(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/encoding.cpp b/src/encoding.cpp
index cb89b01..89cc5f2 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -329,6 +329,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: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200525/db8c8d8f/attachment.htm>


More information about the gerrit-log mailing list