This struct is defined as follows:
struct smpp_seg_data {
int segments;
int request_count;
unsigned short seg_ref;
unsigned short next;
char *tempfailed;
int *ends;
char **checklist;
};
To use this struct, include the file modules/mobility/smpp/smpp_util.h
.
Was this page helpful?