Some refactoring and increased error handling

This commit is contained in:
2015-05-01 15:23:02 +02:00
parent df1788df0b
commit e51f4c4082
2 changed files with 147 additions and 99 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ console.log(retPduObj);
if (smsData.smsId !== undefined) {
// Todo: Generate random ID
smsData.smsId = 666;
smsData.smsId = '666';
}
smsObj.smsId = smsData.smsId;