diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-10-18 16:56:43 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-10-18 17:04:49 +0200 |
commit | c64970ede515eb615d969bb5107b145f3f4d3a1f (patch) | |
tree | 2de847fbcf33ea5abbbbdf4da124173c584ac6d9 /include/osmocore | |
parent | 1a4ea5b4364b756276da5d378d81e3b15a1d5f84 (diff) |
gsm0480: Add method create own number response
Diffstat (limited to 'include/osmocore')
-rw-r--r-- | include/osmocore/gsm0480.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/gsm0480.h b/include/osmocore/gsm0480.h index 94ac7174..b504332e 100644 --- a/include/osmocore/gsm0480.h +++ b/include/osmocore/gsm0480.h @@ -16,6 +16,7 @@ struct ussd_request { int gsm0480_decode_ussd_request(const struct gsm48_hdr *hdr, uint16_t len, struct ussd_request *request); +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); |