diff --git a/binding-components/one-way-bc/src/main/resources/Coapconfig_block1_interface_1 b/binding-components/one-way-bc/src/main/resources/Coapconfig_block1_interface_1
index 13ae0ab5422fe1802a8dd789df4fae56d2ecfe6a..9864154f0cf5ede193eaecf7efeb57d30b5216d6 100644
--- a/binding-components/one-way-bc/src/main/resources/Coapconfig_block1_interface_1
+++ b/binding-components/one-way-bc/src/main/resources/Coapconfig_block1_interface_1
@@ -1 +1 @@
-{"invocation_address":"127.0.0.1","service_port":"9129", "subcomponent_port":"9082","subcomponent_address":"127.0.0.1"}
\ No newline at end of file
+{"invocation_address":"128.93.64.132","service_port":"9129", "subcomponent_port":"9082","subcomponent_address":"128.93.65.233"}
diff --git a/binding-components/one-way-bc/src/main/resources/Coapconfig_block2_interface_1 b/binding-components/one-way-bc/src/main/resources/Coapconfig_block2_interface_1
index a912d7a15897f84eb83176f2bea217ed89809e5e..9864154f0cf5ede193eaecf7efeb57d30b5216d6 100644
--- a/binding-components/one-way-bc/src/main/resources/Coapconfig_block2_interface_1
+++ b/binding-components/one-way-bc/src/main/resources/Coapconfig_block2_interface_1
@@ -1 +1 @@
-{"invocation_address":"127.0.0.1","service_port":"9129", "subcomponent_port":"9082","subcomponent_address":"127.0.0.1"}
+{"invocation_address":"128.93.64.132","service_port":"9129", "subcomponent_port":"9082","subcomponent_address":"128.93.65.233"}
diff --git a/binding-components/one-way-bc/src/main/resources/Mqttconfig_block1_interface_1 b/binding-components/one-way-bc/src/main/resources/Mqttconfig_block1_interface_1
index a111644b7b6cefbd7c31bf05c6dd8c0f0e5d37cb..fa72218901a07e4be319d43147ba2dff9089fa6e 100644
--- a/binding-components/one-way-bc/src/main/resources/Mqttconfig_block1_interface_1
+++ b/binding-components/one-way-bc/src/main/resources/Mqttconfig_block1_interface_1
@@ -1 +1 @@
-{"invocation_address":"127.0.0.1","service_port":"8891","subcomponent_port":"9129","subcomponent_address":"127.0.0.1"}
\ No newline at end of file
+{"invocation_address":"128.93.64.90","service_port":"8891","subcomponent_port":"9129","subcomponent_address":"128.93.64.132"}
diff --git a/binding-components/one-way-bc/src/main/resources/Mqttconfig_block2_interface_1 b/binding-components/one-way-bc/src/main/resources/Mqttconfig_block2_interface_1
index 17a7ff64cebd173a5732b262979b78e1d2b49102..ba408747a760d8ec8e304c1eb18e0ad3b27caa03 100644
--- a/binding-components/one-way-bc/src/main/resources/Mqttconfig_block2_interface_1
+++ b/binding-components/one-way-bc/src/main/resources/Mqttconfig_block2_interface_1
@@ -1 +1 @@
-{"invocation_address":"127.0.0.1","service_port":"8891","subcomponent_port":"9129","subcomponent_address":"127.0.0.1","service_name":"","target_namespace":""}
\ No newline at end of file
+{"invocation_address":"128.93.64.90","service_port":"8891","subcomponent_port":"9129","subcomponent_address":"128.93.64.132","service_name":"","target_namespace":""}
diff --git a/protocol-pool/gm-coap/src/main/java/eu/chorevolution/vsb/gm/protocols/coap/BcCoapSubcomponent.java b/protocol-pool/gm-coap/src/main/java/eu/chorevolution/vsb/gm/protocols/coap/BcCoapSubcomponent.java
index dba0a1893aa486924a717330190befa7b99cce55..889d87901ae3c5f006e9fd08837d6a44701640a5 100644
--- a/protocol-pool/gm-coap/src/main/java/eu/chorevolution/vsb/gm/protocols/coap/BcCoapSubcomponent.java
+++ b/protocol-pool/gm-coap/src/main/java/eu/chorevolution/vsb/gm/protocols/coap/BcCoapSubcomponent.java
@@ -92,6 +92,7 @@ public class BcCoapSubcomponent extends BcGmSubcomponent {
 				for (Entry<String, Operation> en : serviceRepresentation.getInterfaces().get(0).getOperations()
 						.entrySet()) {
 					if (en.getKey().equals(op_name)) {
+						agentMget.fire(System.currentTimeMillis());
 						Operation op = en.getValue();
 						List<Data<?>> datas = new ArrayList<>();