summaryrefslogtreecommitdiff
path: root/include/gsmd/sms.h
blob: ac16509257dd8affba7bb4f524432e597bd65981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __GSMD_SMS_H
#define __GSMD_SMS_H

#ifdef __GSMD__

#include <gsmd/gsmd.h>

int sms_cb_init(struct gsmd *gsmd);

int sms_pdu_make_smssubmit(char *dest, const struct gsmd_sms_submit *src);
int sms_pdu_to_msg(struct gsmd_sms_list *dst, const u_int8_t *src,
		int pdulen, int len);

#endif /* __GSMD__ */

#endif
personal git repositories of Harald Welte. Your mileage may vary