blob: 52592f7731ecaf010e29a815f72eea02407416ea [file] [log] [blame]
Holger Hans Peter Freyther55aea502010-09-30 18:30:41 +08001#ifndef gsm0480_h
2#define gsm0480_h
3
4#include "msgb.h"
5
6struct msgb *gsm0480_create_unstructuredSS_Notify(int alertPattern, const char *text);
7struct msgb *gsm0480_create_notifySS(const char *text);
8
9int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
10int gsm0480_wrap_facility(struct msgb *msg);
11
12#endif