aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-13 05:36:32 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-13 14:27:26 +0000
commit2c79d55934f033dd18a61c309c0487f3c5d81961 (patch)
tree41fef7d9992afad2c9ef2ae63b4551135f61ccfa /include
parent3a9ff11e574fa7ee19b1062b2c90151dbf7f0e27 (diff)
gsm0808: implement BSSMAP Classmark Request
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 5ae0af83..f4fc7c4c 100644
--- a/include/osmocom/gsm/gsm0808.h
+++ b/include/osmocom/gsm/gsm0808.h
@@ -51,6 +51,7 @@ struct msgb *gsm0808_create_cipher(const struct gsm0808_encrypt_info *ei,
const uint8_t *cipher_response_mode);
struct msgb *gsm0808_create_cipher_complete(struct msgb *layer3, uint8_t alg_id);
struct msgb *gsm0808_create_cipher_reject(uint8_t cause);
+struct msgb *gsm0808_create_classmark_request();
struct msgb *gsm0808_create_classmark_update(const uint8_t *cm2, uint8_t cm2_len,
const uint8_t *cm3, uint8_t cm3_len);
struct msgb *gsm0808_create_sapi_reject(uint8_t link_id);