From bdf70347fb779e3da5dcaccde0c1096547d4908d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 28 May 2019 19:51:50 +0200 Subject: 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 --- include/osmocom/gsm/gsm48_rest_octets.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/osmocom') 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; -- cgit v1.2.3