|
@@ -17,12 +17,7 @@
|
|
#include <ctype.h>
|
|
#include <ctype.h>
|
|
#include "libwebsockets.h"
|
|
#include "libwebsockets.h"
|
|
#include <lws_config.h>
|
|
#include <lws_config.h>
|
|
-#include "hashmap.h"
|
|
|
|
-#include "ShareMemory.h"
|
|
|
|
-#include "TransactionQueue.h"
|
|
|
|
#include "define.h"
|
|
#include "define.h"
|
|
-#include "SystemLogMessage.h"
|
|
|
|
-//#include "config.h"
|
|
|
|
#include <sys/socket.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <netinet/in.h>
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
@@ -32,14 +27,15 @@
|
|
#include <fcntl.h>
|
|
#include <fcntl.h>
|
|
#include "sqlite3.h"
|
|
#include "sqlite3.h"
|
|
#include <arpa/inet.h>
|
|
#include <arpa/inet.h>
|
|
-//#define _GNU_SOURCE
|
|
|
|
#include <time.h>
|
|
#include <time.h>
|
|
-#include "MessageHandler.h"
|
|
|
|
#include <assert.h>
|
|
#include <assert.h>
|
|
#include <pthread.h>
|
|
#include <pthread.h>
|
|
#include <mcheck.h>
|
|
#include <mcheck.h>
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+#include "MessageHandler.h"
|
|
|
|
+#include "SystemLogMessage.h"
|
|
|
|
+#include "hashmap.h"
|
|
|
|
+#include "ShareMemory.h"
|
|
|
|
+#include "TransactionQueue.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -8858,7 +8854,7 @@ int handleSetChargingProfileRequest(char *uuid, char *payload)
|
|
//int lno=0;//, linectr = 0;
|
|
//int lno=0;//, linectr = 0;
|
|
//int modifyflag = FALSE;
|
|
//int modifyflag = FALSE;
|
|
char filename[MAX]={0};
|
|
char filename[MAX]={0};
|
|
- char tempfile[] = "/Storage/OCPP/temp.json";
|
|
|
|
|
|
+ char tempfile[] = "/Storage/OCPP/SetChargingProfiletemp.json";
|
|
//int resultRename=0;
|
|
//int resultRename=0;
|
|
char rmFileCmd[50]={0};
|
|
char rmFileCmd[50]={0};
|
|
char tempchargingProfilePurposeStr[30]={0};
|
|
char tempchargingProfilePurposeStr[30]={0};
|
|
@@ -10504,7 +10500,7 @@ void handleAuthorizeResponse(char *payload, int gun_index)
|
|
int parentIdTagISNULL=FALSE;
|
|
int parentIdTagISNULL=FALSE;
|
|
char sstr[160]={ 0 };
|
|
char sstr[160]={ 0 };
|
|
char* filename = AuthorizationCache_JSON;
|
|
char* filename = AuthorizationCache_JSON;
|
|
- char tempfile[] = "/Storage/OCPP/temp.json";
|
|
|
|
|
|
+ char tempfile[] = "/Storage/OCPP/Authorizetemp.json";
|
|
int c = 0;
|
|
int c = 0;
|
|
char *loc;
|
|
char *loc;
|
|
int resultRename=0;
|
|
int resultRename=0;
|
|
@@ -11297,9 +11293,9 @@ int initialConfigurationTable(void)
|
|
ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemAccessibility = 1;
|
|
ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemAccessibility = 1;
|
|
printf("AllowoddlineTXForUnknownId type: %d \n", ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemAccessibility);
|
|
printf("AllowoddlineTXForUnknownId type: %d \n", ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemAccessibility);
|
|
strcpy((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemName, "AllowOfflineTxForUnknownId");
|
|
strcpy((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemName, "AllowOfflineTxForUnknownId");
|
|
- strcpy((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemData, "TRUE" );
|
|
|
|
|
|
+ strcpy((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[AllowOfflineTxForUnknownId].ItemData, "FALSE" );
|
|
|
|
|
|
- fprintf(outfile,"{\"key\":\"%s\",\"readonly\":%s,\"value\":\"%s\"}\n","AllowOfflineTxForUnknownId", "false", "TRUE");
|
|
|
|
|
|
+ fprintf(outfile,"{\"key\":\"%s\",\"readonly\":%s,\"value\":\"%s\"}\n","AllowOfflineTxForUnknownId", "false", "FALSE");
|
|
|
|
|
|
//AuthorizationCacheEnabled
|
|
//AuthorizationCacheEnabled
|
|
ShmOCPP16Data->ConfigurationTable.CoreProfile[AuthorizationCacheEnabled].ItemAccessibility = 1;
|
|
ShmOCPP16Data->ConfigurationTable.CoreProfile[AuthorizationCacheEnabled].ItemAccessibility = 1;
|
|
@@ -15139,8 +15135,8 @@ void SetTransactionIdZero(int transactionId)
|
|
//TransactionId[gunindex] = 0;
|
|
//TransactionId[gunindex] = 0;
|
|
char ch;
|
|
char ch;
|
|
FILE *fptr1, *fptr2;
|
|
FILE *fptr1, *fptr2;
|
|
- int temptransactionId;
|
|
|
|
- char str[100]={0}, temp[] = "/Storage/OCPP/temp.txt";
|
|
|
|
|
|
+ int temptransactionId = 0;
|
|
|
|
+ char str[100]={0}, strtemp[100]={0}, temp[] = "/Storage/OCPP/QueueTransactionIdtemp.json";
|
|
printf("\n\n Delete a specific line from a file :\n");
|
|
printf("\n\n Delete a specific line from a file :\n");
|
|
printf("-----------------------------------------\n");
|
|
printf("-----------------------------------------\n");
|
|
//scanf("%s",fname);
|
|
//scanf("%s",fname);
|
|
@@ -15177,13 +15173,19 @@ void SetTransactionIdZero(int transactionId)
|
|
char *revbuf[8] = {0}; //存放分割後的子字串
|
|
char *revbuf[8] = {0}; //存放分割後的子字串
|
|
int num = 0;//分割後子字串的個數
|
|
int num = 0;//分割後子字串的個數
|
|
|
|
|
|
|
|
+ strcpy(strtemp, str);
|
|
splitstring(str,",",revbuf,&num); //呼叫函式進行分割
|
|
splitstring(str,",",revbuf,&num); //呼叫函式進行分割
|
|
|
|
|
|
- temptransactionId = atoi(revbuf[2]);
|
|
|
|
- if(transactionId != temptransactionId)
|
|
|
|
|
|
+ if(revbuf[2][0] != '\0')
|
|
{
|
|
{
|
|
- fprintf(fptr2, "%s", str);
|
|
|
|
|
|
+ temptransactionId = atoi(revbuf[2]);
|
|
|
|
+ if(transactionId != temptransactionId)
|
|
|
|
+ {
|
|
|
|
+ fprintf(fptr2, "%s", strtemp);
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|