NMT: Fix test of SMS code for different time zones
This commit is contained in:
@@ -28,7 +28,7 @@ int sms_init_sender(nmt_t *nmt);
|
||||
void sms_cleanup_sender(nmt_t *nmt);
|
||||
int sms_submit(nmt_t *nmt, uint8_t ref, const char *orig_address, uint8_t orig_type, uint8_t orig_plan, int msg_ref, const char *dest_address, uint8_t dest_type, uint8_t dest_plan, const char *message);
|
||||
void sms_deliver_report(nmt_t *nmt, uint8_t ref, int error, uint8_t cause);
|
||||
int sms_deliver(nmt_t *nmt, uint8_t ref, const char *orig_address, uint8_t type, uint8_t plan, time_t timestamp, const char *message);
|
||||
int sms_deliver(nmt_t *nmt, uint8_t ref, const char *orig_address, uint8_t type, uint8_t plan, time_t timestamp, int local, const char *message);
|
||||
void sms_release(nmt_t *nmt);
|
||||
void sms_reset(nmt_t *nmt);
|
||||
|
||||
|
Reference in New Issue
Block a user