aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index e6a94ad78..2ce7727be 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -315,7 +315,8 @@ struct gsm_sms {
char msg_id[16];
} smpp;
- unsigned long validity_minutes;
+ time_t received_time;
+ time_t valid_until;
uint8_t reply_path_req;
uint8_t status_rep_req;
uint8_t ud_hdr_ind;