summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-28 19:51:50 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-28 20:02:04 +0200
commitbdf70347fb779e3da5dcaccde0c1096547d4908d (patch)
tree3b9aba72dcd5b1bb9b4ffb24eb963d074eacc5e5 /include
parent86156de20e46e8bd1aa89589b233f4cdfcab1e06 (diff)
rest_octets: Remove SI2ter + SI2bis encoders that don't do anything
The library should either provide functions that implement encoding of those rest octets, or it shouldn't. Providing a function that doesn't do anything but pad the buffer is useless. Change-Id: Ie10684de6a6b2663e2a871fcdb2b275b6ad7a1e7
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm48_rest_octets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/gsm/gsm48_rest_octets.h b/include/osmocom/gsm/gsm48_rest_octets.h
index 7163672c..d3bb878e 100644
--- a/include/osmocom/gsm/gsm48_rest_octets.h
+++ b/include/osmocom/gsm/gsm48_rest_octets.h
@@ -18,8 +18,6 @@ int osmo_gsm48_rest_octets_si2quater_encode(uint8_t *data, uint8_t si2q_index, u
size_t uarfcn_length, uint16_t *scramble_list,
struct osmo_earfcn_si2q *si2quater_neigh_list,
size_t *e_offset);
-int osmo_gsm48_rest_octets_si2ter_encode(uint8_t *data);
-int osmo_gsm48_rest_octets_si2bis_encode(uint8_t *data);
struct osmo_gsm48_si_pch_nch_info {
bool present;