From f2ab2ced48c722a495dd7be47ae221e61490b551 Mon Sep 17 00:00:00 2001 From: Artem Titoulenko Date: Wed, 10 Nov 2021 09:23:23 -0500 Subject: [PATCH] note the lack of owl --- src/services/0x04-ICBM.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/services/0x04-ICBM.ts b/src/services/0x04-ICBM.ts index 04f7e55..e28e60b 100644 --- a/src/services/0x04-ICBM.ts +++ b/src/services/0x04-ICBM.ts @@ -148,6 +148,9 @@ export default class ICBM extends BaseService { const ackResp = new FLAP(2, this.nextReqID, new SNAC(0x04, 0x0c, ackPayload)); this.send(ackResp); } + + // TODO: find the connection that the receiver is connected to and send them the message + // this is the rest of the owl for this part } } }