Leave alert_notification and outbind unanswered #21

Merged
lilleman merged 3 commits from alert-outbind into main 2026-09-23 22:49:55 +02:00
Showing only changes of commit b105752d53 - Show all commits
+1 -1
View File
@@ -173,7 +173,7 @@ export class IncomingRequests {
} }
if (!respNameFor(pduObj.cmdName)) { if (!respNameFor(pduObj.cmdName)) {
this.log.info('session - ignoring a command SMPP gives no response', { cmdName: pduObj.cmdName }); this.log.verbose('session - ignoring a command SMPP gives no response', { cmdName: pduObj.cmdName });
return; return;
} }