Code polish

This commit is contained in:
David Majdandžić
2023-04-06 21:03:59 +02:00
parent 12896b2a5b
commit e913934ed9
5 changed files with 27 additions and 26 deletions

View File

@@ -26,10 +26,10 @@ export default class ProcessorManager {
// Try running eb22a43 to find out what's wrong with the previous approach
ProcessorManager.postprocessors = [
new EnquireLinkReplyProcessor(Center.name),
new EchoPduProcessor(Center.name),
new DeliverSmReplyProcessor(Client.name),
new SubmitSmReplyProcessor(Center.name),
new BindTranscieverReplyProcessor(Center.name),
new EchoPduProcessor(Center.name),
new DeliveryReceiptProcessor(Center.name)
];
ProcessorManager.preprocessors = [