More support for return PDUs params and tlvs and more tests
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ function clientSession(sock, options) {
|
||||
} else if (pduObj.cmdName === 'submit_sm') {
|
||||
returnObj.submitSm(pduObj);
|
||||
} else if (pduObj.cmdName === 'unbind') {
|
||||
returnObj.sendReturn(pduObj, 'ESME_ROK', true);
|
||||
returnObj.sendReturn(pduObj, 'ESME_ROK', undefined, true);
|
||||
} else {
|
||||
// All other commands we do not support
|
||||
returnObj.sendReturn(pduObj, 'ESME_RINVCMDID');
|
||||
|
||||
Reference in New Issue
Block a user