summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-06 10:31:35 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-06 10:35:35 +0200
commitaa98c481fa7888e2bcd9d5c9ae1993744ee47f33 (patch)
tree6520261b44c1db8949a391448c39bdf6c6847fd9 /include
parent73b943e88d4a2f077f6bfec643da796643e9455b (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm0808.h4
1 files changed, 4 insertions, 0 deletions
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;