Change in osmo-pcu[master]: encoding: constify 'tbf' in UL/DL assignment functions

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
Thu Aug 20 11:07:01 UTC 2020


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


Change subject: encoding: constify 'tbf' in UL/DL assignment functions
......................................................................

encoding: constify 'tbf' in UL/DL assignment functions

Change-Id: I9b80ce22914a355592502c936046b233c3ba216d
---
M src/encoding.cpp
M src/encoding.h
2 files changed, 4 insertions(+), 4 deletions(-)



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

diff --git a/src/encoding.cpp b/src/encoding.cpp
index 9dfd7c9..cc9fd0a 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -537,7 +537,7 @@
 void Encoding::write_packet_uplink_assignment(
 	bitvec * dest, uint8_t old_tfi,
 	uint8_t old_downlink, uint32_t tlli, uint8_t use_tlli,
-	struct gprs_rlcmac_ul_tbf *tbf, uint8_t poll, uint8_t rrbp, uint8_t alpha,
+	const struct gprs_rlcmac_ul_tbf *tbf, uint8_t poll, uint8_t rrbp, uint8_t alpha,
 	uint8_t gamma, int8_t ta_idx, int8_t use_egprs)
 {
 	// TODO We should use our implementation of encode RLC/MAC Control messages.
@@ -628,7 +628,7 @@
 /* generate downlink assignment */
 void Encoding::write_packet_downlink_assignment(RlcMacDownlink_t * block,
 	bool old_tfi_is_valid, uint8_t old_tfi, uint8_t old_downlink,
-	struct gprs_rlcmac_dl_tbf *tbf, uint8_t poll, uint8_t rrbp,
+	const struct gprs_rlcmac_dl_tbf *tbf, uint8_t poll, uint8_t rrbp,
 	uint8_t alpha, uint8_t gamma, int8_t ta_idx,
 	uint8_t ta_ts, bool use_egprs)
 {
diff --git a/src/encoding.h b/src/encoding.h
index 5bdd4ef..bb9944c 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -59,13 +59,13 @@
 	static void write_packet_uplink_assignment(
 			bitvec * dest, uint8_t old_tfi,
 			uint8_t old_downlink, uint32_t tlli, uint8_t use_tlli,
-			struct gprs_rlcmac_ul_tbf *tbf, uint8_t poll, uint8_t rrbp,
+			const struct gprs_rlcmac_ul_tbf *tbf, uint8_t poll, uint8_t rrbp,
 			uint8_t alpha, uint8_t gamma, int8_t ta_idx,
 			int8_t use_egprs);
 
 	static void write_packet_downlink_assignment(RlcMacDownlink_t * block,
 			bool old_tfi_is_valid, uint8_t old_tfi, uint8_t old_downlink,
-			struct gprs_rlcmac_dl_tbf *tbf, uint8_t poll, uint8_t rrbp,
+			const struct gprs_rlcmac_dl_tbf *tbf, uint8_t poll, uint8_t rrbp,
 			uint8_t alpha, uint8_t gamma,
 			int8_t ta_idx, uint8_t ta_ts, bool use_egprs);
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I9b80ce22914a355592502c936046b233c3ba216d
Gerrit-Change-Number: 19730
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200820/183bbb95/attachment.htm>


More information about the gerrit-log mailing list