Added GateInfo to Op Ds and RPCs to support gate update requests
[packetcable.git] / packetcable-emulator / src / main / java / org / pcmm / rcd / impl / CmtsDataProcessor.java
index b11abbf73433135061569d55f5d21238814c2def..585df414e33883e05db40c54385770e94d8318af 100644 (file)
@@ -58,7 +58,7 @@ class CmtsDataProcessor implements COPSPepDataProcess {
                 final ITransactionID transactionID = PCMMGateReq.parse(new COPSData(data).getData()).getTransactionID();
 
                 // TODO - Determine how and why a response gate request can have only a transaction ID???
-                final IPCMMGate responseGate = new PCMMGateReq(null, null, transactionID, null, null, null, null, null);
+                final IPCMMGate responseGate = new PCMMGateReq(null, null, transactionID, null, null, null, null, null, null, null, null);
 
                 // TODO FIXME - Why is the key always null??? What value should be used here???
                 final String key = null;