aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-08-10 13:03:48 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 17:40:55 +0200
commit78a0429a59f665276d953f7d6f0d6007237f1d6e (patch)
treeed646213f634a68f45cfb28970cf3335430ff5e9 /src
parent0456d2bc328e8e8181639fc6cf7001c787fa8e37 (diff)
libmsc: Remove comment not applying anymore
The change-id I7276d356d805a83ebeec72b02c8563b7135ea0b6 added msg_ref to the databse but forgot to remove the comment stating it's not being stored. Change-Id: I204f098c8f2a480405446113e2181b2c53700cf3
Diffstat (limited to 'src')
-rw-r--r--src/libmsc/db.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmsc/db.c b/src/libmsc/db.c
index 78e022d9b..3495806de 100644
--- a/src/libmsc/db.c
+++ b/src/libmsc/db.c
@@ -750,7 +750,6 @@ static struct gsm_sms *sms_from_result(struct gsm_network *net, dbi_result resul
sms->protocol_id = dbi_result_get_ulonglong(result, "protocol_id");
sms->data_coding_scheme = dbi_result_get_ulonglong(result,
"data_coding_scheme");
- /* sms->msg_ref is temporary and not stored in DB */
sms->dst.npi = dbi_result_get_ulonglong(result, "dest_npi");
sms->dst.ton = dbi_result_get_ulonglong(result, "dest_ton");