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
Review at https://gerrit.osmocom.org/5666
iu_client.c: Remove unusued variable
Change-Id: If841d403010a73722ff69617a51719421febab56
---
M src/iu_client.c
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/66/5666/1
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: newchange
Gerrit-Change-Id: If841d403010a73722ff69617a51719421febab56
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>