From aa98c481fa7888e2bcd9d5c9ae1993744ee47f33 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 May 2019 10:31:35 +0200 Subject: Re-introduce declaration of gsm0808_create_handover_request_ack() In Change-Id Ia71542ea37d4fd2c9fb9b40357db7aeb111ec576, the old declaration of gsm0808_create_handover_request_ack() was accidentially removed from the gsm0808.h header file. The actual function itself (and the exported symbol) remained for backwards compatibility at runtime, but removing the declaration from the header file resulted in build failures across the board of all automatic tests. Let's re-introduce the old declaration. Change-Id: I9e96fa675fccca9ee9631caad7559dea3794d490 --- include/osmocom/gsm/gsm0808.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/osmocom/gsm') diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h index 93195b50..373b4341 100644 --- a/include/osmocom/gsm/gsm0808.h +++ b/include/osmocom/gsm/gsm0808.h @@ -194,6 +194,10 @@ struct gsm0808_handover_request { }; struct msgb *gsm0808_create_handover_request(const struct gsm0808_handover_request *params); +struct msgb *gsm0808_create_handover_request_ack(const uint8_t *l3_info, uint8_t l3_info_len, + uint8_t chosen_channel, uint8_t chosen_encr_alg, + uint8_t chosen_speech_version); + struct gsm0808_handover_request_ack { const uint8_t *l3_info; uint8_t l3_info_len; -- cgit v1.2.3