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 <axilira...@gmail.com>
Gerrit-MessageType: newchange

Reply via email to