|
@@ -89,7 +89,6 @@ public class V2GCommunicationSessionSECC extends V2GCommunicationSession impleme
|
|
|
private short chosenSAScheduleTuple;
|
|
private short chosenSAScheduleTuple;
|
|
|
private IACEVSEController acEvseController;
|
|
private IACEVSEController acEvseController;
|
|
|
private IDCEVSEController dcEvseController;
|
|
private IDCEVSEController dcEvseController;
|
|
|
- private IEVSEController evseController;
|
|
|
|
|
private IBackendInterface backendInterface;
|
|
private IBackendInterface backendInterface;
|
|
|
private boolean oldSessionJoined;
|
|
private boolean oldSessionJoined;
|
|
|
private byte[] incomingV2GTPMessage;
|
|
private byte[] incomingV2GTPMessage;
|
|
@@ -460,11 +459,6 @@ public class V2GCommunicationSessionSECC extends V2GCommunicationSession impleme
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
- public void setEvseController(IEVSEController evseController) {
|
|
|
|
|
- this.evseController = evseController;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
public PaymentOptionType getSelectedPaymentOption() {
|
|
public PaymentOptionType getSelectedPaymentOption() {
|
|
|
return selectedPaymentOption;
|
|
return selectedPaymentOption;
|
|
|
}
|
|
}
|