Change in osmo-bts[master]: l1sap: make 'l1sap' argument of process_l1sap_meas_data() const

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
Fri Oct 29 13:08:35 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/26024 )

Change subject: l1sap: make 'l1sap' argument of process_l1sap_meas_data() const
......................................................................

l1sap: make 'l1sap' argument of process_l1sap_meas_data() const

Change-Id: Idc3004b0c74f7b98c96f20560c8b60a1fb4eb9c8
---
M src/common/l1sap.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 47ba663..f983b62 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -695,13 +695,13 @@
 
 /* measurement information received from bts model */
 static void process_l1sap_meas_data(struct gsm_lchan *lchan,
-				    struct osmo_phsap_prim *l1sap,
+				    const struct osmo_phsap_prim *l1sap,
 				    enum osmo_ph_prim ind_type)
 {
 	struct bts_ul_meas ulm;
-	struct info_meas_ind_param *info_meas_ind;
-	struct ph_data_param *ph_data_ind;
-	struct ph_tch_param *ph_tch_ind;
+	const struct info_meas_ind_param *info_meas_ind;
+	const struct ph_data_param *ph_data_ind;
+	const struct ph_tch_param *ph_tch_ind;
 	uint32_t fn;
 	const char *ind_name;
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idc3004b0c74f7b98c96f20560c8b60a1fb4eb9c8
Gerrit-Change-Number: 26024
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20211029/dcf01482/attachment.htm>


More information about the gerrit-log mailing list