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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: iu_client.c: Remove unusued variable
......................................................................
iu_client.c: Remove unusued variable
Change-Id: If841d403010a73722ff69617a51719421febab56
---
M src/iu_client.c
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Max: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/iu_client.c b/src/iu_client.c
index 0724220..0f89515 100644
--- a/src/iu_client.c
+++ b/src/iu_client.c
@@ -678,7 +678,6 @@
uint16_t lac, uint8_t rac, bool is_ps)
{
struct ranap_iu_rnc *rnc;
- int rc;
const char *log_msg;
int log_level;
int paged = 0;
@@ -824,4 +823,3 @@
return 0;
}
-
--
To view, visit https://gerrit.osmocom.org/5666
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If841d403010a73722ff69617a51719421febab56
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>