Change in osmo-pcu[master]: rim: Constify param in func

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

pespin gerrit-no-reply at lists.osmocom.org
Thu May 6 18:02:55 UTC 2021


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


Change subject: rim: Constify param in func
......................................................................

rim: Constify param in func

Change-Id: I47c471929a62d6a5340ae4a4ca88bd0b758c208d
---
M src/gprs_bssgp_rim.c
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/src/gprs_bssgp_rim.c b/src/gprs_bssgp_rim.c
index c1f9cec..e9b9ef8 100644
--- a/src/gprs_bssgp_rim.c
+++ b/src/gprs_bssgp_rim.c
@@ -97,7 +97,8 @@
 }
 
 /* Format a RAN INFORMATION PDU that contains the requested system information */
-static void format_response_pdu(struct bssgp_ran_information_pdu *resp_pdu, struct bssgp_ran_information_pdu *req_pdu,
+static void format_response_pdu(struct bssgp_ran_information_pdu *resp_pdu,
+				const struct bssgp_ran_information_pdu *req_pdu,
 				const struct gprs_rlcmac_bts *bts)
 {
 	memset(resp_pdu, 0, sizeof(*resp_pdu));

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I47c471929a62d6a5340ae4a4ca88bd0b758c208d
Gerrit-Change-Number: 24168
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210506/b7142dd1/attachment.htm>


More information about the gerrit-log mailing list