Skip to main content

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.

See Also

Was this page helpful?