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.orgfixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/24/26024/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211028/d07fb9cd/attachment.htm>