aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/system_information.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-12-16 18:45:51 +0100
committerMax <msuraev@sysmocom.de>2017-01-06 11:37:52 +0000
commit34be86b93c243d94619a36a6db6c50021b33d36e (patch)
tree86e7ba1045b846b1240fb342d1bedd81145819f2 /openbsc/include/openbsc/system_information.h
parentfa9abaca261ffd11fa86fa4ff109df719b37c5ff (diff)
Cosmetic fixes around SI generation
* add missing spaces after comma and minus * prevent useless recursion calls * mark static functions as such * name and explicitly use enum for ARFCN range Change-Id: If5b717445c8b24668bad0e78fd5bb51f66c4d18e
Diffstat (limited to 'openbsc/include/openbsc/system_information.h')
-rw-r--r--openbsc/include/openbsc/system_information.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/system_information.h b/openbsc/include/openbsc/system_information.h
index 7e3ceaa29..ebc3afd7e 100644
--- a/openbsc/include/openbsc/system_information.h
+++ b/openbsc/include/openbsc/system_information.h
@@ -6,7 +6,6 @@
struct gsm_bts;
int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type type);
-uint16_t encode_fdd(uint16_t scramble, bool diversity);
unsigned uarfcn_size(const uint16_t *u, const uint16_t *sc, size_t u_len);
unsigned earfcn_size(const struct osmo_earfcn_si2q *e);
unsigned range1024_p(unsigned n);