aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-07-28 22:55:43 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-29 14:39:36 +0000
commit88fa5a3e1ee82f456ad121ddfab65e4d76fc14cb (patch)
tree55a56a6fcb15df07b7574e3160f0b2192ffe0c30 /include
parent49865053bc47c00ea50b6cee2eeecf61c2dd2fdb (diff)
gsm0480: Factor out msgb allocation helper function
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/gsm0480.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0480.h b/include/osmocom/gsm/gsm0480.h
index e928d83f..6a596ead 100644
--- a/include/osmocom/gsm/gsm0480.h
+++ b/include/osmocom/gsm/gsm0480.h
@@ -108,6 +108,8 @@ int gsm0480_parse_facility_ie(const uint8_t *facility_ie, uint16_t length,
int gsm0480_decode_ss_request(const struct gsm48_hdr *hdr, uint16_t len,
struct ss_request *request);
+struct msgb *gsm0480_msgb_alloc_name(const char *name);
+
struct msgb *gsm0480_create_ussd_resp(uint8_t invoke_id, uint8_t trans_id, const char *text);
struct msgb *gsm0480_create_unstructuredSS_Notify(int alertPattern, const char *text);
struct msgb *gsm0480_create_notifySS(const char *text);