aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-19 15:14:37 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-29 10:53:33 +0200
commita62fe31d69a5205cea9d7f4c744c50aa07b0a332 (patch)
tree0374b2d00d5eab520c1690aa4d72d9cfbdde48bc /include
parent14df1c07ec6f1525902fa31037fdfd60c24b3bb9 (diff)
introduce gsm0808_create_reset_ack()
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm0808.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h
index 5380dd9e..5127c003 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -26,6 +26,7 @@ struct msgb;
struct msgb *gsm0808_create_layer3(struct msgb *msg, uint16_t netcode, uint16_t countrycode, int lac, uint16_t ci);
struct msgb *gsm0808_create_reset(void);
+struct msgb *gsm0808_create_reset_ack(void);
struct msgb *gsm0808_create_clear_command(uint8_t reason);
struct msgb *gsm0808_create_clear_complete(void);
struct msgb *gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id);