pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/41850?usp=email )
Change subject: paging: Remove unused function
......................................................................
paging: Remove unused function
Change-Id: Iff4d062e2d7ea49b61843f929ec19957a38453ab
---
M include/osmo-bts/paging.h
M src/common/paging.c
2 files changed, 0 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/50/41850/1
diff --git a/include/osmo-bts/paging.h b/include/osmo-bts/paging.h
index e74ba3c..d8efb34 100644
--- a/include/osmo-bts/paging.h
+++ b/include/osmo-bts/paging.h
@@ -61,12 +61,6 @@
struct paging_state *paging_init(struct gsm_bts *bts,
unsigned int num_paging_max,
unsigned int paging_lifetime);
-
-/* (re) configure paging code */
-void paging_config(struct paging_state *ps,
- unsigned int num_paging_max,
- unsigned int paging_lifetime);
-
void paging_reset(struct paging_state *ps);
/* The max number of paging entries */
diff --git a/src/common/paging.c b/src/common/paging.c
index bdd5180..9e28de6 100644
--- a/src/common/paging.c
+++ b/src/common/paging.c
@@ -884,14 +884,6 @@
return ps;
}
-void paging_config(struct paging_state *ps,
- unsigned int num_paging_max,
- unsigned int paging_lifetime)
-{
- ps->num_paging_max = num_paging_max;
- ps->paging_lifetime = paging_lifetime;
-}
-
void paging_reset(struct paging_state *ps)
{
int i;
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/41850?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iff4d062e2d7ea49b61843f929ec19957a38453ab
Gerrit-Change-Number: 41850
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>