Change in osmo-bts[master]: oc2g: Remove unused static function

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Feb 21 13:26:49 UTC 2019


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/12972 )

Change subject: oc2g: Remove unused static function
......................................................................

oc2g: Remove unused static function

Change-Id: I4d0a476f84bc9e92e02f94c3990daddeeaa3c5d5
---
M src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c
1 file changed, 0 insertions(+), 12 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c b/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c
index 104d279..eac8ed1 100644
--- a/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c
+++ b/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c
@@ -245,18 +245,6 @@
 	ipa_client_conn_send(mgr->oc2gbts_ctrl.bts_conn, msg);
 }
 
-static void send_set_ctrl_cmd_int(struct oc2gbts_mgr_instance *mgr, const char *key, const int val)
-{
-	struct msgb *msg;
-	int ret;
-
-	msg = msgb_alloc_headroom(1024, 128, "CTRL SET");
-	ret = snprintf((char *) msg->data, 4096, "SET %u %s %d",
-			mgr->oc2gbts_ctrl.last_seqno++, key, val);
-	msg->l2h = msgb_put(msg, ret);
-	return send_ctrl_cmd(mgr, msg);
-}
-
 static void send_set_ctrl_cmd(struct oc2gbts_mgr_instance *mgr, const char *key, const int val, const char *text)
 {
 	struct msgb *msg;

-- 
To view, visit https://gerrit.osmocom.org/12972
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4d0a476f84bc9e92e02f94c3990daddeeaa3c5d5
Gerrit-Change-Number: 12972
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190221/24e5c095/attachment.htm>


More information about the gerrit-log mailing list