Change in osmo-e1d[master]: _e1_rx_hdlcfs: const-ify input buffer argument

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Jul 14 10:38:27 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/19230 )

Change subject: _e1_rx_hdlcfs: const-ify input buffer argument
......................................................................

_e1_rx_hdlcfs: const-ify input buffer argument

Change-Id: If772487124e26bafea23b451536b3b556d4c088c
---
M src/intf_line.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/intf_line.c b/src/intf_line.c
index 4c9c404..e206f76 100644
--- a/src/intf_line.c
+++ b/src/intf_line.c
@@ -142,7 +142,7 @@
 // ---------------------------------------------------------------------------
 
 static int
-_e1_rx_hdlcfs(struct e1_ts *ts, uint8_t *buf, int len)
+_e1_rx_hdlcfs(struct e1_ts *ts, const uint8_t *buf, int len)
 {
 	int rv, cl, oi;
 

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

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: If772487124e26bafea23b451536b3b556d4c088c
Gerrit-Change-Number: 19230
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200714/5e60695f/attachment.htm>


More information about the gerrit-log mailing list