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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to